Interface Neoden4CameraDriver

  • All Superinterfaces:
    com.sun.jna.Library
    All Known Implementing Classes:
    Neoden4CameraHandler

    public interface Neoden4CameraDriver
    extends com.sun.jna.Library
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.sun.jna.Library

        com.sun.jna.Library.Handler
    • Field Summary

      • Fields inherited from interface com.sun.jna.Library

        OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean img_capture​(int which_camera)  
      int img_init()  
      boolean img_led​(int camera, short mode)  
      int img_read​(int which_camera, byte[] pFrameBuffer, int BytesToRead, int timeoutMs)  
      int img_readAsy​(int which_camera, byte[] pFrameBuffer, int BytesToRead, int timeoutMs)  
      int img_reset​(int which_camera)  
      boolean img_set_exp​(int which_camera, short exposure)  
      boolean img_set_gain​(int which_camera, short gain)  
      boolean img_set_lt​(int which_camera, short a2, short a3)  
      boolean img_set_wh​(int which_camera, short w, short h)  
    • Method Detail

      • img_capture

        boolean img_capture​(int which_camera)
      • img_init

        int img_init()
      • img_led

        boolean img_led​(int camera,
                        short mode)
      • img_read

        int img_read​(int which_camera,
                     byte[] pFrameBuffer,
                     int BytesToRead,
                     int timeoutMs)
      • img_readAsy

        int img_readAsy​(int which_camera,
                        byte[] pFrameBuffer,
                        int BytesToRead,
                        int timeoutMs)
      • img_reset

        int img_reset​(int which_camera)
      • img_set_exp

        boolean img_set_exp​(int which_camera,
                            short exposure)
      • img_set_gain

        boolean img_set_gain​(int which_camera,
                             short gain)
      • img_set_lt

        boolean img_set_lt​(int which_camera,
                           short a2,
                           short a3)
      • img_set_wh

        boolean img_set_wh​(int which_camera,
                           short w,
                           short h)