saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.99k stars 1.2k forks source link

Frame rates can not be improved #486

Open liangty10 opened 5 years ago

liangty10 commented 5 years ago

Hi all, I met a problem that frame rates is only around 30fps when saving frame data using IFrameCallback.onFrame(ByteBuffer frame). My USB camera can reach 60fps at the same resolution(2560960) on PC. This is my camera: 2560960 RGB camera, MJPEG format, 60fps. Does anyone know how to solve this problem? Thanks!

rgm-22 commented 2 years ago

Hi Hawkins! Same issue here. Did you solve it?