Click or drag to resize

IVideoIndexerCaptureSingleFrameToFile Method

Capture an a frame at the provided time to a jpeg file. This function will queue a capture of a given frame if a capture is in progress.

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
void CaptureSingleFrameToFile(
	long video_id,
	double current_video_play_pos,
	string output_file
)

Parameters

video_id  Int64
Id of video to capture from
current_video_play_pos  Double
Seconds from the start where we want to capture
output_file  String
Path to where to save the file.
See Also