Ask Your Question

aviv's profile - activity

2016-01-05 14:23:05 -0600 asked a question How can I set frame per second and shutter time in Android?

I want to set the fps in my app to 30 fps. How can I do it?

2015-12-31 02:59:23 -0600 asked a question How to set exposure time of camera in android openCv?

I want to set exposure time manually. How can I implement this in openCv java for android?

2015-12-19 11:33:26 -0600 asked a question How to convert video frame by frame to an array in real time?

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