How to get each frame of data in the buffer

Discussions on extending SharpCap using the built in Python scripting functionality
Post Reply
asdfghj
Posts: 1
Joined: Thu May 12, 2022 6:45 am

How to get each frame of data in the buffer

#1

Post 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?
User avatar
admin
Site Admin
Posts: 13177
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

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

#2

Post 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
Post Reply