How to label received data and frames of recorded video?

hey, I am a new bird of Processing. I want to write a program to record a video efficiently as well as receive data through serial port.

Is there a reliable and efficient way to label the received data and the captured image? Because the received data will then be processed according to the corresponding captured image.

Can I save the image followed by saving received data within the big loop ? I am worried that it would be too slow to capture enough information in time.

Tagged:
Sign In or Register to comment.