<< Click to display table of contents >> TRVCamera.VideoMode |
Sets the camera mode to prevent a jitter impact on the image because of the electricity frequency, if supported by the camera.
type
TRVVideoMode = (vm50HZ, vm60HZ, vmOutdoor); // defined in MRVType unit
property VideoMode: TRVVideoMode;
Value |
Meaning |
vm50HZ |
50 Hz, typically when the camera is used indoor |
vm60HZ |
60 Hz, typically when the camera is used indoor |
vmOutdoor |
Recommended if the camera is used outdoor |
50/60 Hz modes should be set according to the electricity standard in your country.
If the camera supports this property, its value is received from the camera when the component is connected to it, see SearchCamera.
Default value
vm50HZ