Camera.videoFormatList Property

Module: Camera

Type: VideoFormatList

Definition

Lists all video formats supported by the camera, aiding in format selection and compatibility checks.

video_format_list: VideoFormatList

Exceptions

An error has occurred during Devices Library execution.
VideoFormatList get videoFormatList => getVideoFormatList();

Exceptions

An error has occurred during Devices Library execution.
public VideoFormatList videoFormatList
{
    get => GetvideoFormatList();
}

Exceptions

An error has occurred during Devices Library execution.
public VideoFormatList getVideoFormatList() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesCamera_GetVideoFormatList (ID3_DEVICES_CAMERA hCamera, ID3_DEVICES_VIDEO_FORMAT_LIST hVideoFormatList)

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.