You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to record PPG data in sync with an opencv compatible camera. I am streaming at 60 fps from the camera. How can I collect data from both sources simultaneously? Also, is it possible to record data only on a local machine, without access to a router? Thank you.
The text was updated successfully, but these errors were encountered:
The app above is not very modular in the sense that you can't really swap out the opencv code by calls to another sdk, so probably better to start from scratch. Basically, the idea is to capture samples at regular intervals (maybe use a time at 60hz) in a loop and send the frame counter to lsl like I do here.
Hope that helps.
I would like to record PPG data in sync with an opencv compatible camera. I am streaming at 60 fps from the camera. How can I collect data from both sources simultaneously? Also, is it possible to record data only on a local machine, without access to a router? Thank you.
The text was updated successfully, but these errors were encountered: