|
FireSync API
|
| kStatus kCameraState_SetMaxBatchSize | ( | kCameraState | state, |
| kSize | maxBatchSize | ||
| ) |
Sets the maximum message batching size.
Message batching is used to combine multiple camera frames into one message, to reduce CPU utilization.
By default the maximum batching size is 0, which implies no limit.
| state | State object. |
| maxBatchSize | Maximum batch size, in camera frames. |