<< Click to display table of contents >> TRVCamSender.ChangedAreaProcessingMode |
Specifies how video frames are preprocessed before detecting changed areas
property ChangedAreaProcessingMode: TRVChangedAreaProcessingMode;
if Encoding = rvet*Change, the component compares the previous and the current video frames to find the changed areas. Additional information about this process can be found in the topic about MinChangeAreaSize and PixelColorThreshold properties.
Default value:
rvcapmAuto
See also