jiangdongguo / AndroidUSBCamera

🔥🔥🔥Flexible and useful UVC camera engine on Android platform, supporting multi-road cameras!
https://juejin.cn/post/7115229806844706847
Apache License 2.0
2.19k stars 740 forks source link

How can I change Frame Rate #626

Open Satyampatil513 opened 5 months ago

Satyampatil513 commented 5 months ago

I want to change Frame Rate, but I guess in the library their is no such function to change the frame rate

RedwanSharafatKabir commented 3 months ago

Hello, did you find any solution of that?

carlonluca commented 2 months ago

It seems the framerate is fixed in the CameraUVC instance. No idea why. 2 minutes solution: patch the code of CameraUVC to make the min and max framerate values modifiable.