![]() |
Sensor API v2.3.0
|
Macros | |
| #define | PARAM_REG_PULSE_DIVIDER "reg_pulse_divider" |
| #define | PARAM_REG_PULSE_FREQ "reg_pulse_freq" |
| #define | PARAM_REORDERING "reordering" |
| #define | PARAM_REORDERING_SPAN "reordering_span" |
| #define | PARAM_REORDERING_DEVIATION "reordering_deviation" |
| #define | PARAM_FREQUENCY_CALCULATION "frequency_calculation" |
| #define | PARAM_LINE_CALLBACK_MAX_LENGTH "line_callback_max_length" |
| #define | PARAM_LINE_CALLBACK_XRES "line_callback_xres" |
| #define | PARAM_BATCH_LENGTH "batch_length" |
| #define | PARAM_BATCH_TIMEOUT "batch_timeout" |
| #define | PARAM_GRABBING "grabbing" |
| #define PARAM_BATCH_LENGTH "batch_length" |
C# name: SensorParameter.BatchLength
Defines batch length (number of lines) on the batch run.
| #define PARAM_BATCH_TIMEOUT "batch_timeout" |
C# name: SensorParameter.BatchTimeout
Defines batch timeout timer. Interrupts collecting batch if total count lines not received before time expires. Incomplete batch is delivered for callback.
| #define PARAM_FREQUENCY_CALCULATION "frequency_calculation" |
C# name: SensorParameter.FrequencyCalculation
Enable or disable frequency calculation in header of the profile. 0 = disabled, 1 = enabled (default)
| #define PARAM_GRABBING "grabbing" |
C# name: SensorParameter.Grabbing
Read only value indicating the camera grabbing status.
| #define PARAM_LINE_CALLBACK_MAX_LENGTH "line_callback_max_length" |
C# name: SensorParameter.LineCallbackMaxLength
Number of pixels expected from the line callback function. Can be called before grabbing but after initialization. Parameter is read-only.
| #define PARAM_LINE_CALLBACK_XRES "line_callback_xres" |
C# name: SensorParameter.LineCallbackXRes
Pixel size expected from the line callback function. Can be called before grabbing but after initialization. Parameter is read-only.
| #define PARAM_REG_PULSE_DIVIDER "reg_pulse_divider" |
C# name: SensorParameter.PulseDivider
Skips camera trigger pulses. If value if N, then every Nth pulses are triggered. If value is equal to one, then all trigger pulses are served.
| #define PARAM_REG_PULSE_FREQ "reg_pulse_freq" |
C# name: SensorParameter.PulseFrequency
Set the frequency for image capture.
| #define PARAM_REORDERING "reordering" |
C# name: SensorParameter.Reordering
Enable or disable line reordering according to header.index attribute. 0 = disabled (default), 1 = enabled
| #define PARAM_REORDERING_DEVIATION "reordering_deviation" |
C# name: SensorParameter.ReorderingDeviation
Defines reordering maximum index step deviation between subsequent lines. Exceeding triggers buffer clearing.
| #define PARAM_REORDERING_SPAN "reordering_span" |
C# name: SensorParameter.ReorderingSpan
Defines reordering time span max time window in milliseconds.