How to convert video frame by frame to an array in real time?

asked 2015-12-19 11:28:45 -0600

aviv gravatar image

I work on a project that it's perpose is to detect RGB led in the video camera. I want to catch the frames in real time, transfer them to an array and to work on the array and identify the color that had been sent. when I identify the color I want to display a text to show which color received. How can I make it in real time? thanks for the helpers

edit retag flag offensive close merge delete

Comments

It looks like a project classroom. You can start here

LBerger gravatar imageLBerger ( 2015-12-20 15:06:32 -0600 )edit

You can try something like this

LBerger gravatar imageLBerger ( 2015-12-20 15:09:10 -0600 )edit