VideoFile.startPreview Method¶
Module: VideoFile
Definition¶
Starts the preview mode, optionally taking a string parameter for configuration.
This function displays the video frames in real-time without playing the video.
start_preview(self, param: str=None) -> None
Parameters
param
strin An optional parameter to configure the preview process, such as specifying display settings.
Exceptions
An error has occurred during Devices Library execution.
void startPreview(String? param)
Parameters
param
Stringin An optional parameter to configure the preview process, such as specifying display settings.
Exceptions
An error has occurred during Devices Library execution.
public void StartPreview(string param=null)
Parameters
param
stringin An optional parameter to configure the preview process, such as specifying display settings.
Exceptions
An error has occurred during Devices Library execution.
public void startPreview(String param) throws DevicesException
Parameters
param
Stringin An optional parameter to configure the preview process, such as specifying display settings.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFile_StartPreview (
ID3_DEVICES_VIDEO_FILE hVideoFile,
const char * param)
Parameters
hVideoFile
ID3_DEVICES_VIDEO_FILEin Handle to the VideoFile object.param
const char *in An optional parameter to configure the preview process, such as specifying display settings.
Returns