Skip to main content

Sample grabber

Products: Video Capture SDK .Net

Sample grabber is a special component that allows you to get audio and video frames from the SDK. You can get frames from live sources or files using the OnAudioFrameBuffer and OnVideoFrameBuffer/OnVideoFrameBitmap events.

The sample grabber is a very powerful tool that allows you to process audio and video frames in real-time. You can apply various effects, filters, and transformations to the frames.

OnAudioFrameBuffer and OnVideoFrameBuffer uses raw data, while OnVideoFrameBitmap uses a bitmap object.


Visit our GitHub page to get more code samples.