Struct jsScanHeadCapabilities¶
ClassList > jsScanHeadCapabilities
Structure used to communicate the various capabilities and limits of a given scan head type.
#include <joescan_pinchot.h>
Public Attributes¶
Type | Name |
---|---|
uint32_t | camera_brightness_bit_depth Number of bits used for a brightness value injsProfileData . |
uint32_t | max_camera_image_height Maximum image height camera supports. |
uint32_t | max_camera_image_width Maximum image width camera supports. |
uint32_t | max_scan_period_us The largest scan period in microseconds supported by product. |
uint32_t | min_scan_period_us The smallest scan period in microseconds supported by product. |
uint32_t | num_cameras The number of cameras supported by product. |
uint32_t | num_encoders The number of encoders supported by product. |
uint32_t | num_lasers The number of lasers supported by product. |
Public Attributes Documentation¶
variable camera_brightness_bit_depth¶
uint32_t camera_brightness_bit_depth;
variable max_camera_image_height¶
uint32_t max_camera_image_height;
variable max_camera_image_width¶
uint32_t max_camera_image_width;
variable max_scan_period_us¶
uint32_t max_scan_period_us;
variable min_scan_period_us¶
uint32_t min_scan_period_us;
variable num_cameras¶
uint32_t num_cameras;
variable num_encoders¶
uint32_t num_encoders;
variable num_lasers¶
uint32_t num_lasers;
The documentation for this class was generated from the following file C:/Users/michp/Documents/Projects/fawkes/client-cpp/api/src/joescan_pinchot.h