Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceSnapshotFrame Event

Snapshot frame event.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public event NewFrameEventHandler SnapshotFrame
Request Example View Source

Value

Type: Accord.VideoNewFrameEventHandler
Remarks

Notifies clients about new available snapshot frame - the one which comes when camera's snapshot/shutter button is pressed.

See documentation to ProvideSnapshots for additional information.

Note Note
Since video source may have multiple clients, each client is responsible for making a copy (cloning) of the passed snapshot frame, because the video source disposes its own original copy after notifying of clients.

See Also