Camera.videoFormat Property¶
Module: Camera
Type: int
Definition¶
Sets or gets the current video format.
video_format: int
Exceptions
An error has occurred during Devices Library execution.
int get videoFormat => getVideoFormat();
set videoFormat(int value) => setVideoFormat(value);
Exceptions
An error has occurred during Devices Library execution.
public int videoFormat
{
get => GetvideoFormat();
set => SetvideoFormat(ref value);
}
Exceptions
An error has occurred during Devices Library execution.
public int getVideoFormat() throws DevicesException
public void setVideoFormat(int videoFormat) throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCamera_GetVideoFormat (ID3_DEVICES_CAMERA hCamera, int * videoFormat)
int id3DevicesCamera_SetVideoFormat (ID3_DEVICES_CAMERA hCamera, int videoFormat)
Returns