AndroidUSBCamera
AndroidUSBCamera copied to clipboard
resize issue
I'm unable to resize view in application. Image freezes and a lot of messages like this:
06-20 20:37:04.596 13260-13323/com.jiangdg.usbcamera E/BufferQueueProducer: [SurfaceTexture-1-13260-2] dequeueBuffer: BufferQueue has been abandoned 06-20 20:37:04.596 13260-13323/com.jiangdg.usbcamera E/Surface: dequeueBuffer failed (No such device)
Code to resize:
mTextureView.setLayoutParams(new FrameLayout.LayoutParams(600, 400));
@roman-minyaylov Have you found a solution?
@zipswich @roman-minyaylov Any solution?