|
FireSync API
|
Represents camera port modes.
In Combined Mode, a single camera output port is defined per camera state, and algorithm and video data are delivered on the same port. In Separate Mode, separate camera state ports are defined for each kind of output data (e.g., Video, Algorithm).
Combined Mode is deprecated and will eventually be removed. However, it will continue to be supported while platform and application code migrate to Separate Mode. New applications and features should be developed using Separate Mode.

Related | |
| #define | kCAMERA_PORT_MODE_NULL |
| Unknown camera port mode. | |
| #define | kCAMERA_PORT_MODE_COMBINED |
| Output messages are delivered on a single port per state. | |
| #define | kCAMERA_PORT_MODE_SEPARATE |
| Output messages are delivered on multiple ports per state, depending on data type. | |
| #define | kCAMERA_PORT_MODE_OPTIONS |
| Bitset containing all valid kCameraPortMode options. | |