Page 1 of 1

How to get each frame of data in the buffer

Posted: Thu May 12, 2022 6:53 am
by asdfghj
How to get the data directly in the buffer when capturing each frame of data instead of saving it first and then reading it?

Re: How to get each frame of data in the buffer

Posted: Thu May 12, 2022 8:35 am
by admin
Hi,

see this thread, which describes how to connect to the FrameCaptured event and then access the byte data of the frame before SharpCap continues to process it

viewtopic.php?t=1141

cheers,

Robin