|
FireSync API
|
Specifies the bandwidth reduction factor.
NOTE: Reduction factor represents the nth frame sequence to keep.
Examples: window = 1 and factor = 5 We will keep every fifth frame (frames to keep: 1, 6, 11, etc.).
window = 3 and factor = 4 We will keep every 4th 3-frame sequence (frames to keep: 1, 2, 3, 13, 14, 15, etc.).
| camera | Camera object. |
| factor | Reduction factor. |