set fixed fps using openCV4android
hello i am writing an android app using openCV4android. the app is supposed to get information from blinking LED (binary data). i need to set the frames rate of the camera so i would be able to receive the bits correctly. The transmitter LED is set according to the camera fps rate. how can i set the fps (frames rate) of the phone's camera to a const value? or are there any other suggestions to solve this problem? thank you
Trying the same. Got any clue on the same ?