|
FireSync API
|
Represents parameters for a camera dynamic exposure sequence.

Public Member Functions | |
| k32s | kCameraDynExp_Adjust (kCameraDynExp sequence, kSize entryIndex) |
| Gets the adjustment percentage associated with the specified adjustment table row index. More... | |
| kSize | kCameraDynExp_EntryCount (kCameraDynExp sequence) |
| Gets the number of entries in the adjustment table. More... | |
| k64u | kCameraDynExp_MinExposure (kCameraDynExp sequence) |
| Gets the minimum exposure parameter, in nanoseconds. More... | |
| kStatus | kCameraDynExp_MinExposureInfo (kCameraDynExp sequence, kInfo64u *info) |
| Reports constraint and validity information for the MinExposure setting. More... | |
| k32u | kCameraDynExp_MinSpots (kCameraDynExp sequence) |
| Gets the minimum spots parameter. More... | |
| kStatus | kCameraDynExp_SetAdjust (kCameraDynExp sequence, kSize entryIndex, k32s adjust) |
| Sets the adjustment percentage associated with the specified adjustment table row index. More... | |
| kStatus | kCameraDynExp_SetMinExposure (kCameraDynExp sequence, k64u exposure, kAdjust adjustment=kADJUST_NONE) |
| Sets the minimum exposure parameter, in nanoseconds. More... | |
| kStatus | kCameraDynExp_SetMinSpots (kCameraDynExp sequence, k32u minSpots) |
| Sets the minimum spots parameter. More... | |
| kStatus | kCameraDynExp_SetSpotThreshold (kCameraDynExp sequence, kSize entryIndex, k32u threshold) |
| Sets the spot threshold associated with the specified adjustment table row index. More... | |
| k32u | kCameraDynExp_SpotThreshold (kCameraDynExp sequence, kSize entryIndex) |
| Gets the spot threshold associated with the specified adjustment table row index. More... | |
Public Member Functions inherited from kCameraExt | |
| kStatus | kCameraExt_Enable (kCameraExt extension, kBool enable) |
| Enables or disables the extension. More... | |
| kBool | kCameraExt_IsEnabled (kCameraExt extension) |
| Reports whether the extension is currently enabled. More... | |