Class Neoden4CameraHandler

    • 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 Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Neoden4CameraHandler getInstance()  
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait