FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kCamera_SetReductionWindow ( kCamera  camera,
k32u  window 
)

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.).

Parameters
cameraCamera object.
windowWindow size.
Returns
Operation status.