| IVideoIndexerCaptureSingleFrame Method |
Capture an a frame at the provided time. This function will queue a capture of a given frame if a capture is in progress.
If no capture is in progress it will queue the request and start working on the queue.
Namespace: VideoCatalogerAssembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax void CaptureSingleFrame(
long video_id,
double current_video_play_pos
)
Parameters
- video_id Int64
- Id of video to capture from
- current_video_play_pos Double
- Seconds from the start where we want to capture
See Also