Skip to main content

Why OnVideoFrameBuffer and OnVideoFrameBitmap events are not fired?

Products: Video Capture SDK .Net, Video Edit SDK .Net, Media Player SDK .Net

Be sure that the Video_Sample_Grabber_Enabled property is set to true before the Start/Play method call.

videoCapture1.Video_Sample_Grabber_Enabled = true;

Using the Video_Sample_Grabber_Enabled property, you can enable or disable the video sample grabber. When the video sample grabber is enabled, the OnVideoFrameBuffer and OnVideoFrameBitmap events are fired.


Visit our GitHub page to get more code samples.