|
FireSync API
|
| kStatus kCamera_Override | ( | kCamera | camera, |
| const kCameraOverrideItem * | overrides, | ||
| kSize | count | ||
| ) |
Provides a list of configuration overrides to modify live camera behaviour.
This function is used in conjunction with the "Override" extension (kCameraOverride). When the override extension is enabled, and node acquisition is started, this function can be used to modify specific camera settings without having to stop/restart the node. This feature can be used to implement low-speed dynamic exposure control or window tracking in software.
| camera | Camera object. |
| overrides | Override items. |
| count | Count of the override items. |