|
FireSync API
|
Specifies the window size to be used for bandwidth reduction.
NOTE: Reduction window represents the number of frames in a sequence.
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. |
| window | Window size. |