shiyinghan / UVCAndroid

Apache License 2.0
188 stars 51 forks source link

com.herohan.uvcapp D/UVCCamera: setPreviewSize:-51 #1

Closed 731201378 closed 2 years ago

731201378 commented 2 years ago

你好,无法预览,报错了,是为什么呢?

com.herohan.uvcapp E/libUVCCamera: [1797*UVCPreview.cpp:544:prepare_preview]:could not negotiate with camera:err=-51

shiyinghan commented 2 years ago

setPreviewSize函数使用情况是:在预览中,需要改变预览参数(分辨率、预览帧格式、fps)。 其他情况请不要使用setPreviewSize,容易用错地方导致预览失败。 如果需要在打开摄像头时,使用某个指定的预览参数,请使用openCamera(Size size)函数替换openCamera()函数在打开摄像头的同时传入指定的预览参数。当然这个预览参数必须是有效的,是摄像头所支持的参数。

731201378 commented 2 years ago

就是本项目直接运行的,没有修改过代码。

shiyinghan commented 2 years ago

那看来是库的问题,你能在onCameraOpen回调函数里面,调用一下getSupportedFormatList(), getSupportedSizeList(), getPreviewSize()这三个函数,然后把三个函数的返回结果的具体内容发一下吗

shiyinghan commented 2 years ago

或者把logcat里面关于“com.herohan.uvcapp I/CameraInternal: supportedSize”的日志发一下

731201378 commented 2 years ago

2020-01-08 04:50:25.652 1525-1525/com.herohan.uvcapp V/MainActivity: clearCameraHelper: 2020-01-08 04:50:25.652 1525-1525/com.herohan.uvcapp D/CameraHelper: Constructor: 2020-01-08 04:50:25.653 1525-1525/com.herohan.uvcapp V/USBMonitor: USBMonitor:Constructor 2020-01-08 04:50:25.654 1525-1525/com.herohan.uvcapp V/USBMonitor: USBMonitor:mUsbManager=android.hardware.usb.UsbManager@916250f 2020-01-08 04:50:25.654 1525-1525/com.herohan.uvcapp D/CameraHelper: registerCallback: 2020-01-08 04:50:25.654 1525-1525/com.herohan.uvcapp D/CameraConnectionService: mUSBMonitor#register: 2020-01-08 04:50:25.656 1525-1525/com.herohan.uvcapp I/USBMonitor: register: 2020-01-08 04:50:25.660 1525-1525/com.herohan.uvcapp D/CameraHelper: setImageCaptureConfig: 2020-01-08 04:50:25.660 1525-1525/com.herohan.uvcapp D/CameraHelper: setVideoCaptureConfig: 2020-01-08 04:50:25.660 1525-1620/com.herohan.uvcapp D/CameraHelper: isCameraOpened: 2020-01-08 04:50:25.660 1525-1620/com.herohan.uvcapp D/CameraHelper: isCameraOpened: 2020-01-08 04:50:25.720 1525-1550/com.herohan.uvcapp D/mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface , egl_color_buffer_format *, EGLBoolean) returns 0x3000 2020-01-08 04:50:25.741 1525-1530/com.herohan.uvcapp I/art: Do partial code cache collection, code=17KB, data=29KB 2020-01-08 04:50:25.742 1525-1530/com.herohan.uvcapp I/art: After code cache collection, code=17KB, data=29KB 2020-01-08 04:50:25.742 1525-1530/com.herohan.uvcapp I/art: Increasing code cache capacity to 128KB 2020-01-08 04:50:25.815 1525-1621/com.herohan.uvcapp D/USBMonitor: DeviceCheckRunnable onAttach:device=/dev/bus/usb/001/004 2020-01-08 04:50:25.815 1525-1621/com.herohan.uvcapp D/CameraConnectionService: OnDeviceConnectListener#onAttach: 2020-01-08 04:50:25.816 1525-1525/com.herohan.uvcapp V/MainActivity: onAttach:device=/dev/bus/usb/001/004 2020-01-08 04:50:25.816 1525-1525/com.herohan.uvcapp V/MainActivity: selectDevice:device=/dev/bus/usb/001/004 2020-01-08 04:50:25.820 1525-1525/com.herohan.uvcapp D/CameraHelper: selectDevice:device=/dev/bus/usb/001/004 2020-01-08 04:50:25.820 1525-1620/com.herohan.uvcapp D/CameraConnectionService: CameraConnection#selectDevice:device=/dev/bus/usb/001/004 2020-01-08 04:50:25.820 1525-1620/com.herohan.uvcapp I/CameraConnectionService: request permission 2020-01-08 04:50:25.820 1525-1620/com.herohan.uvcapp V/USBMonitor: requestPermission:device=/dev/bus/usb/001/004 2020-01-08 04:50:25.821 1525-1620/com.herohan.uvcapp V/USBMonitor: processOpenDevice:device=/dev/bus/usb/001/004 2020-01-08 04:50:25.821 1525-1620/com.herohan.uvcapp I/USBMonitor: UsbControlBlock:constructor 2020-01-08 04:50:25.821 1525-1620/com.herohan.uvcapp I/USBMonitor: UsbControlBlock#open: 2020-01-08 04:50:25.824 1525-1620/com.herohan.uvcapp D/UsbDeviceConnectionJNI: close 2020-01-08 04:50:25.825 1525-1620/com.herohan.uvcapp I/USBMonitor: name=/dev/bus/usb/001/004,desc=58,busnum=1,devnum=4,rawDesc=[B@ba65635 2020-01-08 04:50:25.825 1525-1620/com.herohan.uvcapp I/CameraConnectionService: wait for getting permission 2020-01-08 04:50:25.825 1525-1621/com.herohan.uvcapp D/CameraConnectionService: OnDeviceConnectListener#onDeviceOpen: 2020-01-08 04:50:25.825 1525-1621/com.herohan.uvcapp D/CameraConnectionService: addCamera:device=/dev/bus/usb/001/004 2020-01-08 04:50:25.825 1525-1621/com.herohan.uvcapp D/CameraInternal: Constructor: 2020-01-08 04:50:25.827 1525-1621/com.herohan.uvcapp D/EGLBase14: EGLContext created, client version 3 2020-01-08 04:50:25.834 1525-1621/com.herohan.uvcapp D/CameraConnectionService: number of existed camera=1 2020-01-08 04:50:25.834 1525-1621/com.herohan.uvcapp D/CameraInternal: registerCallback: 2020-01-08 04:50:25.834 1525-1620/com.herohan.uvcapp I/CameraConnectionService: check CameraInternal again 2020-01-08 04:50:25.836 1525-1620/com.herohan.uvcapp I/CameraConnectionService: success to get service:serviceId=/dev/bus/usb/001/004#3141#25453#239#2#1#SN0001#Sonix Technology Co., Ltd.#1#2.0# 2020-01-08 04:50:25.838 1525-1525/com.herohan.uvcapp V/MainActivity: onDeviceOpen:device=/dev/bus/usb/001/004 2020-01-08 04:50:25.839 1525-1525/com.herohan.uvcapp D/CameraHelper: openCamera: 2020-01-08 04:50:25.840 1525-1620/com.herohan.uvcapp D/CameraConnectionService: CameraConnection#openCamera: 2020-01-08 04:50:25.840 1525-1620/com.herohan.uvcapp D/CameraInternal: openCamera: 2020-01-08 04:50:25.840 1525-1620/com.herohan.uvcapp D/CameraInternal: resetUVCCamera: 2020-01-08 04:50:25.840 1525-1620/com.herohan.uvcapp V/RendererHolder: removeSlaveSurfaceAll 2020-01-08 04:50:25.843 1525-1624/com.herohan.uvcapp D/EGLBase14: EGLContext created, client version 3 2020-01-08 04:50:25.846 1525-1624/com.herohan.uvcapp V/RendererHolder: handleRemoveSurfaceAll: 2020-01-08 04:50:25.848 1525-1620/com.herohan.uvcapp D/CameraInternal: openUVCCamera: 2020-01-08 04:50:25.848 1525-1620/com.herohan.uvcapp I/USBMonitor: UsbControlBlock:constructor 2020-01-08 04:50:25.848 1525-1620/com.herohan.uvcapp I/USBMonitor: UsbControlBlock#open: 2020-01-08 04:50:25.857 1525-1620/com.herohan.uvcapp D/UsbDeviceConnectionJNI: close 2020-01-08 04:50:25.857 1525-1620/com.herohan.uvcapp I/USBMonitor: name=/dev/bus/usb/001/004,desc=73,busnum=1,devnum=4,rawDesc=[B@2cf0758 2020-01-08 04:50:25.853 1525-1525/com.herohan.uvcapp I/CameraHelper: type=1400 audit(0.0:431): avc: denied { read } for name="usb" dev="tmpfs" ino=9299 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:usb_device:s0 tclass=dir permissive=1 2020-01-08 04:50:25.853 1525-1525/com.herohan.uvcapp I/CameraHelper: type=1400 audit(0.0:432): avc: denied { open } for path="/dev/bus/usb" dev="tmpfs" ino=9299 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:usb_device:s0 tclass=dir permissive=1 2020-01-08 04:50:25.906 1525-1620/com.herohan.uvcapp D/UVCCamera: setPreviewSize:-51 2020-01-08 04:50:25.919 1525-1620/com.herohan.uvcapp I/CameraInternal: supportedSize:{"formats":[]} 2020-01-08 04:50:25.919 1525-1620/com.herohan.uvcapp D/CameraInternal: setCameraPreviewConfig: 2020-01-08 04:50:25.919 1525-1620/com.herohan.uvcapp D/CameraInternal: rotateTo:0 2020-01-08 04:50:25.920 1525-1620/com.herohan.uvcapp D/CameraInternal: setMirrorMode:0 2020-01-08 04:50:25.921 1525-1620/com.herohan.uvcapp I/MediaCodec: callingProcessName:com.herohan.uvcapp 2020-01-08 04:50:25.923 1525-1629/com.herohan.uvcapp I/OMXClient: MuxOMX ctor 2020-01-08 04:50:25.923 1525-1629/com.herohan.uvcapp I/ACodec: onAllocateComponent:6752 mSoftCodecPref:0 componentName: 2020-01-08 04:50:25.923 1525-1629/com.herohan.uvcapp I/ACodec: onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.rk.video_encoder.avc 2020-01-08 04:50:25.927 1525-1620/com.herohan.uvcapp I/MediaCodec: callingProcessName:com.herohan.uvcapp 2020-01-08 04:50:25.928 1525-1632/com.herohan.uvcapp I/OMXClient: MuxOMX ctor 2020-01-08 04:50:25.928 1525-1632/com.herohan.uvcapp I/ACodec: onAllocateComponent:6752 mSoftCodecPref:0 componentName: 2020-01-08 04:50:25.929 1525-1632/com.herohan.uvcapp I/ACodec: onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.google.aac.encoder 2020-01-08 04:50:25.933 1525-1620/com.herohan.uvcapp I/MediaCodec: callingProcessName:com.herohan.uvcapp 2020-01-08 04:50:25.934 1525-1629/com.herohan.uvcapp I/OMXClient: MuxOMX ctor 2020-01-08 04:50:25.934 1525-1629/com.herohan.uvcapp I/ACodec: onAllocateComponent:6752 mSoftCodecPref:0 componentName: 2020-01-08 04:50:25.935 1525-1629/com.herohan.uvcapp I/ACodec: onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.rk.video_encoder.avc 2020-01-08 04:50:25.939 1525-1629/com.herohan.uvcapp W/ACodec: do not know color format 0x7f000789 = 2130708361 2020-01-08 04:50:25.940 1525-1629/com.herohan.uvcapp I/ACodec: setupAVCEncoderParameters with [profile: Baseline] [level: Level31] 2020-01-08 04:50:25.941 1525-1629/com.herohan.uvcapp I/ACodec: [OMX.rk.video_encoder.avc] cannot encode color aspects. Ignoring. 2020-01-08 04:50:25.941 1525-1629/com.herohan.uvcapp I/ACodec: [OMX.rk.video_encoder.avc] cannot encode HDR static metadata. Ignoring. 2020-01-08 04:50:25.941 1525-1629/com.herohan.uvcapp I/ACodec: setupVideoEncoder succeeded 2020-01-08 04:50:25.941 1525-1629/com.herohan.uvcapp W/ACodec: do not know color format 0x7f000789 = 2130708361 2020-01-08 04:50:25.946 1525-1620/com.herohan.uvcapp I/MediaCodec: callingProcessName:com.herohan.uvcapp 2020-01-08 04:50:25.947 1525-1632/com.herohan.uvcapp I/OMXClient: MuxOMX ctor 2020-01-08 04:50:25.947 1525-1632/com.herohan.uvcapp I/ACodec: onAllocateComponent:6752 mSoftCodecPref:0 componentName: 2020-01-08 04:50:25.947 1525-1632/com.herohan.uvcapp I/ACodec: onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.google.aac.encoder 2020-01-08 04:50:25.962 1525-1620/com.herohan.uvcapp I/VideoCapture: source: 5 audioSampleRate: 8000 channelConfig: 16 audioFormat: 2 bufferSize: 768 2020-01-08 04:50:25.962 1525-1620/com.herohan.uvcapp D/CameraInternal: processOnCameraOpen: 2020-01-08 04:50:25.962 1525-1525/com.herohan.uvcapp V/MainActivity: onCameraOpen:device=/dev/bus/usb/001/004 2020-01-08 04:50:25.962 1525-1525/com.herohan.uvcapp D/CameraHelper: startPreview: 2020-01-08 04:50:25.962 1525-1525/com.herohan.uvcapp D/CameraHelper: getPreviewSize: 2020-01-08 04:50:25.962 1525-1620/com.herohan.uvcapp D/CameraConnectionService: CameraConnection#startPreview: 2020-01-08 04:50:25.962 1525-1620/com.herohan.uvcapp D/CameraInternal: startPreview: 2020-01-08 04:50:25.962 1525-1620/com.herohan.uvcapp D/CameraInternal: updateRendererSize: 2020-01-08 04:50:25.963 1525-1641/com.herohan.uvcapp E/libUVCCamera: [1641UVCPreview.cpp:544:prepare_preview]:could not negotiate with camera:err=-51 2020-01-08 04:50:25.993 1525-1525/com.herohan.uvcapp D/CameraHelper: addSurface:surface=android.graphics.SurfaceTexture@ae10996,isRecordable=false 2020-01-08 04:50:25.993 1525-1620/com.herohan.uvcapp D/CameraConnectionService: CameraConnection#addSurface:surface=android.graphics.SurfaceTexture@ae10996 2020-01-08 04:50:25.993 1525-1620/com.herohan.uvcapp D/CameraInternal: addSurface:surface=android.graphics.SurfaceTexture@ae10996 2020-01-08 04:50:25.994 1525-1620/com.herohan.uvcapp V/RendererHolder: addSlaveSurface:id=182520214,surface=android.graphics.SurfaceTexture@ae10996 2020-01-08 04:50:25.994 1525-1624/com.herohan.uvcapp V/RendererHolder: handleAddSurface:id=182520214 2020-01-08 04:50:25.994 1525-1624/com.herohan.uvcapp V/RendererHolder: checkSurface 2020-01-08 04:50:25.994 1525-1624/com.herohan.uvcapp D/mali_winsys: EGLint new_window_surface(egl_winsys_display , void *, EGLSurface, EGLConfig, egl_winsys_surface , egl_color_buffer_format *, EGLBoolean) returns 0x3000 2020-01-08 04:50:28.932 1525-1629/com.herohan.uvcapp W/AMessage: failed to deliver message as target handler 11 is gone. 2020-01-08 04:50:28.945 1525-1632/com.herohan.uvcapp W/AMessage: failed to deliver message as target handler 14 is gone.

shiyinghan commented 2 years ago

无法预览的原因是获取不到摄像头预览需要参数,能把下面的apk安装一下,运行一下(这个肯定还是无法预览,但是可以再日志里面输出一下调试信息),把logcat里面的日志再发一下吗 app-debug.apk

731201378 commented 2 years ago

2022-05-13 09:35:37.044 1881-1881/com.herohan.uvcapp V/MainActivity: clearCameraHelper: 2022-05-13 09:35:37.044 1881-1881/com.herohan.uvcapp D/CameraHelper: Constructor: 2022-05-13 09:35:37.045 1881-1881/com.herohan.uvcapp V/USBMonitor: USBMonitor:Constructor 2022-05-13 09:35:37.046 1881-1881/com.herohan.uvcapp V/USBMonitor: USBMonitor:mUsbManager=android.hardware.usb.UsbManager@be4bba 2022-05-13 09:35:37.046 1881-1881/com.herohan.uvcapp D/CameraHelper: registerCallback: 2022-05-13 09:35:37.046 1881-1881/com.herohan.uvcapp D/CameraConnectionService: mUSBMonitor#register: 2022-05-13 09:35:37.047 1881-1881/com.herohan.uvcapp I/USBMonitor: register: 2022-05-13 09:35:37.053 1881-1881/com.herohan.uvcapp D/CameraHelper: setImageCaptureConfig: 2022-05-13 09:35:37.053 1881-1881/com.herohan.uvcapp D/CameraHelper: setVideoCaptureConfig: 2022-05-13 09:35:37.053 1881-1960/com.herohan.uvcapp D/CameraHelper: isCameraOpened: 2022-05-13 09:35:37.053 1881-1960/com.herohan.uvcapp D/CameraHelper: isCameraOpened: 2022-05-13 09:35:37.118 1881-1901/com.herohan.uvcapp D/mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface *, egl_color_buffer_format , EGLBoolean) returns 0x3000 2022-05-13 09:35:37.205 1881-1961/com.herohan.uvcapp D/USBMonitor: DeviceCheckRunnable onAttach:device=/dev/bus/usb/001/004 2022-05-13 09:35:37.205 1881-1961/com.herohan.uvcapp D/CameraConnectionService: OnDeviceConnectListener#onAttach: 2022-05-13 09:35:37.206 1881-1881/com.herohan.uvcapp V/MainActivity: onAttach:device=/dev/bus/usb/001/004 2022-05-13 09:35:37.206 1881-1881/com.herohan.uvcapp V/MainActivity: selectDevice:device=/dev/bus/usb/001/004 2022-05-13 09:35:37.208 1881-1881/com.herohan.uvcapp D/CameraHelper: selectDevice:device=/dev/bus/usb/001/004 2022-05-13 09:35:37.208 1881-1960/com.herohan.uvcapp D/CameraConnectionService: CameraConnection#selectDevice:device=/dev/bus/usb/001/004 2022-05-13 09:35:37.208 1881-1960/com.herohan.uvcapp I/CameraConnectionService: request permission 2022-05-13 09:35:37.208 1881-1960/com.herohan.uvcapp V/USBMonitor: requestPermission:device=/dev/bus/usb/001/004 2022-05-13 09:35:37.209 1881-1960/com.herohan.uvcapp V/USBMonitor: processOpenDevice:device=/dev/bus/usb/001/004 2022-05-13 09:35:37.210 1881-1960/com.herohan.uvcapp I/USBMonitor: UsbControlBlock:constructor 2022-05-13 09:35:37.210 1881-1960/com.herohan.uvcapp I/USBMonitor: UsbControlBlock#open: 2022-05-13 09:35:37.218 1881-1960/com.herohan.uvcapp D/UsbDeviceConnectionJNI: close 2022-05-13 09:35:37.219 1881-1960/com.herohan.uvcapp I/USBMonitor: name=/dev/bus/usb/001/004,desc=57,busnum=1,devnum=4,rawDesc=[B@234cafa 2022-05-13 09:35:37.219 1881-1960/com.herohan.uvcapp I/CameraConnectionService: wait for getting permission 2022-05-13 09:35:37.219 1881-1961/com.herohan.uvcapp D/CameraConnectionService: OnDeviceConnectListener#onDeviceOpen: 2022-05-13 09:35:37.219 1881-1961/com.herohan.uvcapp D/CameraConnectionService: addCamera:device=/dev/bus/usb/001/004 2022-05-13 09:35:37.219 1881-1961/com.herohan.uvcapp D/CameraInternal: Constructor: 2022-05-13 09:35:37.221 1881-1961/com.herohan.uvcapp D/EGLBase14: EGLContext created, client version 3 2022-05-13 09:35:37.223 1881-1960/com.herohan.uvcapp I/CameraConnectionService: check CameraInternal again 2022-05-13 09:35:37.224 1881-1960/com.herohan.uvcapp I/CameraConnectionService: success to get service:serviceId=/dev/bus/usb/001/004#3141#25453#239#2#1#SN0001#Sonix Technology Co., Ltd.#1#2.0# 2022-05-13 09:35:37.224 1881-1961/com.herohan.uvcapp D/CameraConnectionService: number of existed camera=1 2022-05-13 09:35:37.224 1881-1961/com.herohan.uvcapp D/CameraInternal: registerCallback: 2022-05-13 09:35:37.234 1881-1881/com.herohan.uvcapp V/MainActivity: onDeviceOpen:device=/dev/bus/usb/001/004 2022-05-13 09:35:37.235 1881-1881/com.herohan.uvcapp D/CameraHelper: openCamera: 2022-05-13 09:35:37.235 1881-1960/com.herohan.uvcapp D/CameraConnectionService: CameraConnection#openCamera: 2022-05-13 09:35:37.235 1881-1963/com.herohan.uvcapp D/EGLBase14: EGLContext created, client version 3 2022-05-13 09:35:37.235 1881-1960/com.herohan.uvcapp D/CameraInternal: openCamera: 2022-05-13 09:35:37.235 1881-1960/com.herohan.uvcapp D/CameraInternal: resetUVCCamera: 2022-05-13 09:35:37.236 1881-1960/com.herohan.uvcapp V/RendererHolder: removeSlaveSurfaceAll 2022-05-13 09:35:37.239 1881-1963/com.herohan.uvcapp V/RendererHolder: handleRemoveSurfaceAll: 2022-05-13 09:35:37.239 1881-1960/com.herohan.uvcapp D/CameraInternal: openUVCCamera: 2022-05-13 09:35:37.239 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCCamera.cpp:123:nativeCreate]:begin 2022-05-13 09:35:37.240 1881-1960/com.herohan.uvcapp D/UVCCamera: [1960UVCCamera.cpp:59:UVCCamera]:begin 2022-05-13 09:35:37.240 1881-1960/com.herohan.uvcapp D/UVCCamera: [1960UVCCamera.cpp:60:UVCCamera]:end 2022-05-13 09:35:37.240 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCCamera.cpp:125:nativeCreate]:end (-1768763232) 2022-05-13 09:35:37.240 1881-1960/com.herohan.uvcapp I/USBMonitor: UsbControlBlock:constructor 2022-05-13 09:35:37.240 1881-1960/com.herohan.uvcapp I/USBMonitor: UsbControlBlock#open: 2022-05-13 09:35:37.250 1881-1960/com.herohan.uvcapp D/UsbDeviceConnectionJNI: close 2022-05-13 09:35:37.251 1881-1960/com.herohan.uvcapp I/USBMonitor: name=/dev/bus/usb/001/004,desc=72,busnum=1,devnum=4,rawDesc=[B@77942a1 2022-05-13 09:35:37.251 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCCamera.cpp:144:nativeConnect]:begin 2022-05-13 09:35:37.251 1881-1960/com.herohan.uvcapp D/UVCCamera: [1960UVCCamera.cpp:85:connect]:begin 2022-05-13 09:35:37.306 1881-1881/com.herohan.uvcapp I/CameraHelper: type=1400 audit(0.0:432): avc: denied { open } for path="/dev/bus/usb/001/004" dev="tmpfs" ino=1358 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:usb_device:s0 tclass=chr_file permissive=1 2022-05-13 09:35:37.312 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:523:uvc_print_diag]:DEVICE CONFIGURATION (0c45:636d/SN0001) --- 2022-05-13 09:35:37.313 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:527:uvc_print_diag]:Status: idle 2022-05-13 09:35:37.315 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:530:uvc_print_diag]:VideoControl: bcdUVC: 0x0100 2022-05-13 09:35:37.316 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:541:uvc_print_diag]:VideoStreaming(1): bEndpointAddress: 0 Formats: 2022-05-13 09:35:37.317 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960diag.c:341:uvc_print_format_desc]:begin 2022-05-13 09:35:37.317 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:347:uvc_print_format_desc]:FORMAT DESCRIPTOR 2022-05-13 09:35:37.317 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:352:uvc_print_format_desc]:END FORMAT DESCRIPTOR 2022-05-13 09:35:37.317 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960diag.c:354:uvc_print_format_desc]:end 2022-05-13 09:35:37.317 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:545:uvc_print_diag]:END DEVICE CONFIGURATION 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960UVCStatusCallback.cpp:14:UVCStatusCallback]:begin 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960UVCStatusCallback.cpp:18:UVCStatusCallback]:end 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960UVCButtonCallback.cpp:14:UVCButtonCallback]:begin 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960UVCButtonCallback.cpp:18:UVCButtonCallback]:end 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960UVCPreview.cpp:66:UVCPreview]:begin 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960UVCPreview.cpp:74:UVCPreview]:end 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:30:UVCControl]:begin 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:33:UVCControl]:end 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/UVCCamera: [1960UVCCamera.cpp:116:connect]:end (0) 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCCamera.cpp:151:nativeConnect]:end (0) 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCCamera.cpp:208:nativeGetSupportedFormats]:begin 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/UVCCamera: [1960UVCCamera.cpp:159:getSupportedFormats]:begin 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/Parameters: [1960Parameters.cpp:350:getSupportedFormats]:begin 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/Parameters: [1960Parameters.cpp:447:getSupportedFormats]:end (-1784538128) 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/UVCCamera: [1960UVCCamera.cpp:162:getSupportedFormats]:end (-1784538128) 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCCamera.cpp:218:nativeGetSupportedFormats]:end (5) 2022-05-13 09:35:37.318 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCCamera.cpp:227:nativeSetPreviewSize]:begin 2022-05-13 09:35:37.319 1881-1960/com.herohan.uvcapp D/UVCCamera: [1960UVCCamera.cpp:168:setPreviewSize]:begin 2022-05-13 09:35:37.319 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960UVCPreview.cpp:186:setPreviewSize]:begin 2022-05-13 09:35:37.319 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:117:uvc_print_stream_ctrl]:bmHint: 0004 2022-05-13 09:35:37.320 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:118:uvc_print_stream_ctrl]:bFormatIndex: 0 2022-05-13 09:35:37.321 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:119:uvc_print_stream_ctrl]:bFrameIndex: 0 2022-05-13 09:35:37.322 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:120:uvc_print_stream_ctrl]:dwFrameInterval: 2543200652 2022-05-13 09:35:37.323 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:121:uvc_print_stream_ctrl]:wKeyFrameRate: 60074 2022-05-13 09:35:37.324 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:122:uvc_print_stream_ctrl]:wPFrameRate: 28917 2022-05-13 09:35:37.325 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:123:uvc_print_stream_ctrl]:wCompQuality: 60557 2022-05-13 09:35:37.326 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:124:uvc_print_stream_ctrl]:wCompWindowSize: 45347 2022-05-13 09:35:37.328 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:125:uvc_print_stream_ctrl]:wDelay: 58744 2022-05-13 09:35:37.329 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:126:uvc_print_stream_ctrl]:dwMaxVideoFrameSize: 1895164586 2022-05-13 09:35:37.330 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:127:uvc_print_stream_ctrl]:dwMaxPayloadTransferSize: 2542265872 2022-05-13 09:35:37.331 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:128:uvc_print_stream_ctrl]:bInterfaceNumber: 152 2022-05-13 09:35:37.332 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:131:uvc_print_stream_ctrl]:dwClockFrequency: -1752702008 2022-05-13 09:35:37.333 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:132:uvc_print_stream_ctrl]:bmFramingInfo: 97 2022-05-13 09:35:37.334 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:133:uvc_print_stream_ctrl]:bPreferedVersion: 148 2022-05-13 09:35:37.335 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:134:uvc_print_stream_ctrl]:bMinVersion: 24 2022-05-13 09:35:37.336 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:135:uvc_print_stream_ctrl]:bMaxVersion: 231 2022-05-13 09:35:37.337 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:137:uvc_print_stream_ctrl]:bUsage: 202 2022-05-13 09:35:37.339 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:138:uvc_print_stream_ctrl]:bBitDepthLuma: 112 2022-05-13 09:35:37.340 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:139:uvc_print_stream_ctrl]:bmSettings: 0 2022-05-13 09:35:37.341 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:140:uvc_print_stream_ctrl]:bMaxNumberOfRefFramesPlus1: 0 2022-05-13 09:35:37.342 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:141:uvc_print_stream_ctrl]:bmRateControlModes: 0 2022-05-13 09:35:37.343 1881-1960/com.herohan.uvcapp I/libUVCCamera: [diag.c:143:uvc_print_stream_ctrl]:bmLayoutPerStream: b17d6c1197966000 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960UVCPreview.cpp:207:setPreviewSize]:end (-51) 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp D/UVCCamera: [1960UVCCamera.cpp:173:setPreviewSize]:end (-51) 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp D/UVCCamera: setPreviewSize:-51 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCCamera.cpp:170:nativeGetControl]:begin 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCCamera.cpp:176:nativeGetControl]:end (-1768896128) 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:35:nativeGetCameraTerminalControls]:begin 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:97:getCameraTerminalControls]:begin 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp I/UVCControl: [UVCControl.cpp:105:getCameraTerminalControls]:getCameraTerminalControls=20a2e 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:113:getCameraTerminalControls]:end (0) 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:43:nativeGetCameraTerminalControls]:end (133678) 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:51:nativeGetProcessingUnitControls]:begin 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:118:getProcessingUnitControls]:begin 2022-05-13 09:35:37.344 1881-1960/com.herohan.uvcapp I/UVCControl: [UVCControl.cpp:128:getProcessingUnitControls]:getProcessingUnitControls=177f 2022-05-13 09:35:37.345 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:138:getProcessingUnitControls]:end (0) 2022-05-13 09:35:37.345 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:59:nativeGetProcessingUnitControls]:end (6015) 2022-05-13 09:35:37.345 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:67:nativeObtainScanningModeLimit]:begin 2022-05-13 09:35:37.345 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:610:obtainScanningModeLimit]:begin 2022-05-13 09:35:37.345 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:615:obtainScanningModeLimit]:end (-3) 2022-05-13 09:35:37.345 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:76:nativeObtainScanningModeLimit]:end (0) 2022-05-13 09:35:37.345 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:108:nativeObtainAutoExposureModeLimit]:begin 2022-05-13 09:35:37.345 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:654:obtainAutoExposureModeLimit]:begin 2022-05-13 09:35:37.345 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:235:update_ctrl_values]:begin 2022-05-13 09:35:37.345 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:253:update_ctrl_values]:update_params:def value=8,def=8 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:259:update_ctrl_values]:end (0) 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:659:obtainAutoExposureModeLimit]:end (0) 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:117:nativeObtainAutoExposureModeLimit]:end (5) 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:149:nativeObtainAutoExposurePriorityLimit]:begin 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:698:obtainAutoExposurePriorityLimit]:begin 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:235:update_ctrl_values]:begin 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:257:update_ctrl_values]:update_params failed:err=-9 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:259:update_ctrl_values]:end (-9) 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp I/UVCControl: [UVCControl.cpp:701:obtainAutoExposurePriorityLimit]:failed to UPDATE_CTRL_VALUES 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:703:obtainAutoExposurePriorityLimit]:end (-9) 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:158:nativeObtainAutoExposurePriorityLimit]:end (0) 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:190:nativeObtainExposureTimeAbsoluteLimit]:begin 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:742:obtainExposureTimeAbsoluteLimit]:begin 2022-05-13 09:35:37.346 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:391:update_ctrl_values]:begin 2022-05-13 09:35:37.347 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:399:update_ctrl_values]:update_params:min value=1,min=1 2022-05-13 09:35:37.347 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:404:update_ctrl_values]:update_params:max value=5000,max=5000 2022-05-13 09:35:37.347 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:409:update_ctrl_values]:update_params:def value=157,def=157 2022-05-13 09:35:37.347 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:415:update_ctrl_values]:end (0) 2022-05-13 09:35:37.347 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:747:obtainExposureTimeAbsoluteLimit]:end (0) 2022-05-13 09:35:37.347 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:199:nativeObtainExposureTimeAbsoluteLimit]:end (1048581) 2022-05-13 09:35:37.347 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:231:nativeObtainExposureTimeRelativeLimit]:begin 2022-05-13 09:35:37.347 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:786:obtainExposureTimeRelativeLimit]:begin 2022-05-13 09:35:37.347 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:791:obtainExposureTimeRelativeLimit]:end (-3) 2022-05-13 09:35:37.347 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:240:nativeObtainExposureTimeRelativeLimit]:end (0) 2022-05-13 09:35:37.347 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:274:nativeObtainFocusAbsoluteLimit]:begin 2022-05-13 09:35:37.347 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:830:obtainFocusAbsoluteLimit]:begin 2022-05-13 09:35:37.348 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:175:update_ctrl_values]:begin 2022-05-13 09:35:37.348 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:183:update_ctrl_values]:update_params:min value=1,min=1 2022-05-13 09:35:37.348 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:188:update_ctrl_values]:update_params:max value=1023,max=1023 2022-05-13 09:35:37.348 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:193:update_ctrl_values]:update_params:def value=170,def=170 2022-05-13 09:35:37.348 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:199:update_ctrl_values]:end (0) 2022-05-13 09:35:37.348 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:835:obtainFocusAbsoluteLimit]:end (0) 2022-05-13 09:35:37.348 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:284:nativeObtainFocusAbsoluteLimit]:end (2097157) 2022-05-13 09:35:37.348 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:316:nativeObtainFocusRelativeLimit]:begin 2022-05-13 09:35:37.348 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:872:obtainFocusRelativeLimit]:begin 2022-05-13 09:35:37.348 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:877:obtainFocusRelativeLimit]:end (-3) 2022-05-13 09:35:37.348 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:325:nativeObtainFocusRelativeLimit]:end (0) 2022-05-13 09:35:37.348 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:357:nativeObtainIrisAbsoluteLimit]:begin 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:917:obtainIrisAbsoluteLimit]:begin 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:922:obtainIrisAbsoluteLimit]:end (-3) 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:366:nativeObtainIrisAbsoluteLimit]:end (0) 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:398:nativeObtainIrisRelativeLimit]:begin 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:959:obtainIrisRelativeLimit]:begin 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:964:obtainIrisRelativeLimit]:end (-3) 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:407:nativeObtainIrisRelativeLimit]:end (0) 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:439:nativeObtainZoomAbsoluteLimit]:begin 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1001:obtainZoomAbsoluteLimit]:begin 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:175:update_ctrl_values]:begin 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:183:update_ctrl_values]:update_params:min value=0,min=0 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:188:update_ctrl_values]:update_params:max value=9,max=9 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:193:update_ctrl_values]:update_params:def value=0,def=0 2022-05-13 09:35:37.349 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:199:update_ctrl_values]:end (0) 2022-05-13 09:35:37.350 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1006:obtainZoomAbsoluteLimit]:end (0) 2022-05-13 09:35:37.350 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:448:nativeObtainZoomAbsoluteLimit]:end (5) 2022-05-13 09:35:37.350 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:480:nativeObtainZoomRelativeLimit]:begin 2022-05-13 09:35:37.350 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1043:obtainZoomRelativeLimit]:begin 2022-05-13 09:35:37.350 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1048:obtainZoomRelativeLimit]:end (-3) 2022-05-13 09:35:37.350 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:489:nativeObtainZoomRelativeLimit]:end (0) 2022-05-13 09:35:37.350 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:521:nativeObtainPanAbsoluteLimit]:begin 2022-05-13 09:35:37.350 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1090:obtainPanAbsoluteLimit]:begin 2022-05-13 09:35:37.350 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:422:update_ctrl_values]:begin 2022-05-13 09:35:37.350 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:431:update_ctrl_values]:update_params:min value1=-36000,value2=-36000 2022-05-13 09:35:37.350 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:437:update_ctrl_values]:update_params:max value1=36000,value2=36000 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:443:update_ctrl_values]:update_params:def value1=0,value2=0 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:449:update_ctrl_values]:end (0) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1102:obtainPanAbsoluteLimit]:end (0) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:530:nativeObtainPanAbsoluteLimit]:end (1048581) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:562:nativeObtainTiltAbsoluteLimit]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1162:obtainTiltAbsoluteLimit]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:422:update_ctrl_values]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:449:update_ctrl_values]:end (0) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1174:obtainTiltAbsoluteLimit]:end (0) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:571:nativeObtainTiltAbsoluteLimit]:end (2097157) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:603:nativeObtainPanRelativeLimit]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1233:updatePanRelativeLimit]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1235:updatePanRelativeLimit]:end (-3) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:612:nativeObtainPanRelativeLimit]:end (0) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:644:nativeObtainTiltRelativeLimit]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1252:updateTiltRelativeLimit]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1254:updateTiltRelativeLimit]:end (-3) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:653:nativeObtainTiltRelativeLimit]:end (0) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:685:nativeObtainRollAbsoluteLimit]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1272:obtainRollAbsoluteLimit]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1277:obtainRollAbsoluteLimit]:end (-3) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:694:nativeObtainRollAbsoluteLimit]:end (0) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:726:nativeObtainRollRelativeLimit]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1315:updateRollRelativeLimit]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1317:updateRollRelativeLimit]:end (-3) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:735:nativeObtainRollRelativeLimit]:end (0) 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:767:nativeObtainFocusAutoLimit]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1335:obtainFocusAutoLimit]:begin 2022-05-13 09:35:37.351 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:235:update_ctrl_values]:begin 2022-05-13 09:35:37.352 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:253:update_ctrl_values]:update_params:def value=1,def=1 2022-05-13 09:35:37.352 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:259:update_ctrl_values]:end (0) 2022-05-13 09:35:37.352 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1340:obtainFocusAutoLimit]:end (0) 2022-05-13 09:35:37.352 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:776:nativeObtainFocusAutoLimit]:end (5) 2022-05-13 09:35:37.352 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:808:nativeObtainPrivacyLimit]:begin 2022-05-13 09:35:37.352 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1376:obtainPrivacyLimit]:begin 2022-05-13 09:35:37.352 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1381:obtainPrivacyLimit]:end (-3) 2022-05-13 09:35:37.352 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:817:nativeObtainPrivacyLimit]:end (0) 2022-05-13 09:35:37.352 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:850:nativeObtainBrightnessLimit]:begin 2022-05-13 09:35:37.352 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1505:obtainBrightnessLimit]:begin 2022-05-13 09:35:37.352 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:145:update_ctrl_values]:begin 2022-05-13 09:35:37.352 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:153:update_ctrl_values]:update_params:min value=-64,min=-64 2022-05-13 09:35:37.353 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:158:update_ctrl_values]:update_params:max value=64,max=64 2022-05-13 09:35:37.353 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:163:update_ctrl_values]:update_params:def value=0,def=0 2022-05-13 09:35:37.353 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:169:update_ctrl_values]:end (0) 2022-05-13 09:35:37.353 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1510:obtainBrightnessLimit]:end (0) 2022-05-13 09:35:37.353 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:860:nativeObtainBrightnessLimit]:end (1048581) 2022-05-13 09:35:37.353 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:892:nativeObtainContrastLimit]:begin 2022-05-13 09:35:37.353 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1547:obtainContrastLimit]:begin 2022-05-13 09:35:37.353 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:175:update_ctrl_values]:begin 2022-05-13 09:35:37.353 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:183:update_ctrl_values]:update_params:min value=0,min=0 2022-05-13 09:35:37.354 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:188:update_ctrl_values]:update_params:max value=64,max=64 2022-05-13 09:35:37.354 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:193:update_ctrl_values]:update_params:def value=32,def=32 2022-05-13 09:35:37.354 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:199:update_ctrl_values]:end (0) 2022-05-13 09:35:37.354 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1552:obtainContrastLimit]:end (0) 2022-05-13 09:35:37.354 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:901:nativeObtainContrastLimit]:end (2097157) 2022-05-13 09:35:37.354 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:933:nativeObtainHueLimit]:begin 2022-05-13 09:35:37.354 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1589:obtainHueLimit]:begin 2022-05-13 09:35:37.354 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:145:update_ctrl_values]:begin 2022-05-13 09:35:37.354 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:153:update_ctrl_values]:update_params:min value=-40,min=-40 2022-05-13 09:35:37.354 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:158:update_ctrl_values]:update_params:max value=40,max=40 2022-05-13 09:35:37.355 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:163:update_ctrl_values]:update_params:def value=0,def=0 2022-05-13 09:35:37.355 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:169:update_ctrl_values]:end (0) 2022-05-13 09:35:37.355 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1594:obtainHueLimit]:end (0) 2022-05-13 09:35:37.355 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:942:nativeObtainHueLimit]:end (5) 2022-05-13 09:35:37.355 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:974:nativeObtainSaturationLimit]:begin 2022-05-13 09:35:37.355 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1631:obtainSaturationLimit]:begin 2022-05-13 09:35:37.355 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:175:update_ctrl_values]:begin 2022-05-13 09:35:37.355 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:183:update_ctrl_values]:update_params:min value=0,min=0 2022-05-13 09:35:37.356 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:188:update_ctrl_values]:update_params:max value=128,max=128 2022-05-13 09:35:37.356 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:193:update_ctrl_values]:update_params:def value=64,def=64 2022-05-13 09:35:37.356 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:199:update_ctrl_values]:end (0) 2022-05-13 09:35:37.356 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1636:obtainSaturationLimit]:end (0) 2022-05-13 09:35:37.356 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:983:nativeObtainSaturationLimit]:end (1048581) 2022-05-13 09:35:37.356 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1015:nativeObtainSharpnessLimit]:begin 2022-05-13 09:35:37.356 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1673:obtainSharpnessLimit]:begin 2022-05-13 09:35:37.356 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:175:update_ctrl_values]:begin 2022-05-13 09:35:37.356 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:183:update_ctrl_values]:update_params:min value=0,min=0 2022-05-13 09:35:37.357 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:188:update_ctrl_values]:update_params:max value=6,max=6 2022-05-13 09:35:37.357 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:193:update_ctrl_values]:update_params:def value=3,def=3 2022-05-13 09:35:37.357 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:199:update_ctrl_values]:end (0) 2022-05-13 09:35:37.357 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1678:obtainSharpnessLimit]:end (0) 2022-05-13 09:35:37.357 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1024:nativeObtainSharpnessLimit]:end (2097157) 2022-05-13 09:35:37.357 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1056:nativeObtainGammaLimit]:begin 2022-05-13 09:35:37.357 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1715:obtainGammaLimit]:begin 2022-05-13 09:35:37.357 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:175:update_ctrl_values]:begin 2022-05-13 09:35:37.357 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:183:update_ctrl_values]:update_params:min value=72,min=72 2022-05-13 09:35:37.358 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:188:update_ctrl_values]:update_params:max value=500,max=500 2022-05-13 09:35:37.358 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:193:update_ctrl_values]:update_params:def value=100,def=100 2022-05-13 09:35:37.358 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:199:update_ctrl_values]:end (0) 2022-05-13 09:35:37.358 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1720:obtainGammaLimit]:end (0) 2022-05-13 09:35:37.358 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1065:nativeObtainGammaLimit]:end (5) 2022-05-13 09:35:37.358 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1097:nativeObtainWhiteBalanceLimit]:begin 2022-05-13 09:35:37.358 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1759:obtainWhiteBalanceLimit]:begin 2022-05-13 09:35:37.358 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:175:update_ctrl_values]:begin 2022-05-13 09:35:37.358 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:183:update_ctrl_values]:update_params:min value=2800,min=2800 2022-05-13 09:35:37.359 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:188:update_ctrl_values]:update_params:max value=6500,max=6500 2022-05-13 09:35:37.359 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:193:update_ctrl_values]:update_params:def value=4600,def=4600 2022-05-13 09:35:37.359 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:199:update_ctrl_values]:end (0) 2022-05-13 09:35:37.359 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1764:obtainWhiteBalanceLimit]:end (0) 2022-05-13 09:35:37.359 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1106:nativeObtainWhiteBalanceLimit]:end (1048581) 2022-05-13 09:35:37.359 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1138:nativeObtainWhiteBalanceCompoLimit]:begin 2022-05-13 09:35:37.359 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1804:obtainWhiteBalanceCompoLimit]:begin 2022-05-13 09:35:37.359 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1809:obtainWhiteBalanceCompoLimit]:end (-3) 2022-05-13 09:35:37.359 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1147:nativeObtainWhiteBalanceCompoLimit]:end (0) 2022-05-13 09:35:37.359 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1179:nativeObtainBacklightCompLimit]:begin 2022-05-13 09:35:37.359 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1850:obtainBacklightCompLimit]:begin 2022-05-13 09:35:37.359 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:175:update_ctrl_values]:begin 2022-05-13 09:35:37.360 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:183:update_ctrl_values]:update_params:min value=0,min=0 2022-05-13 09:35:37.360 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:188:update_ctrl_values]:update_params:max value=2,max=2 2022-05-13 09:35:37.360 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:193:update_ctrl_values]:update_params:def value=1,def=1 2022-05-13 09:35:37.360 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:199:update_ctrl_values]:end (0) 2022-05-13 09:35:37.360 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1855:obtainBacklightCompLimit]:end (0) 2022-05-13 09:35:37.360 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1188:nativeObtainBacklightCompLimit]:end (2097157) 2022-05-13 09:35:37.360 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1220:nativeObtainGainLimit]:begin 2022-05-13 09:35:37.360 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1893:obtainGainLimit]:begin 2022-05-13 09:35:37.360 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:175:update_ctrl_values]:begin 2022-05-13 09:35:37.361 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:183:update_ctrl_values]:update_params:min value=0,min=0 2022-05-13 09:35:37.361 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:188:update_ctrl_values]:update_params:max value=100,max=100 2022-05-13 09:35:37.361 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:193:update_ctrl_values]:update_params:def value=0,def=0 2022-05-13 09:35:37.361 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:199:update_ctrl_values]:end (0) 2022-05-13 09:35:37.361 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1898:obtainGainLimit]:end (0) 2022-05-13 09:35:37.361 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1229:nativeObtainGainLimit]:end (5) 2022-05-13 09:35:37.361 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1261:nativeObtainPowerlineFrequencyLimit]:begin 2022-05-13 09:35:37.361 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1937:obtainPowerlineFrequencyLimit]:begin 2022-05-13 09:35:37.361 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:235:update_ctrl_values]:begin 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:243:update_ctrl_values]:update_params:min value=0,min=0 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:248:update_ctrl_values]:update_params:max value=2,max=2 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:253:update_ctrl_values]:update_params:def value=2,def=2 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:259:update_ctrl_values]:end (0) 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1942:obtainPowerlineFrequencyLimit]:end (0) 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1270:nativeObtainPowerlineFrequencyLimit]:end (1048581) 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1302:nativeObtainHueAutoLimit]:begin 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1986:obtainHueAutoLimit]:begin 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:1991:obtainHueAutoLimit]:end (-3) 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1311:nativeObtainHueAutoLimit]:end (0) 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1343:nativeObtainWhiteBalanceAutoLimit]:begin 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2026:obtainWhiteBalanceAutoLimit]:begin 2022-05-13 09:35:37.362 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:235:update_ctrl_values]:begin 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp V/UVCControl: [1960UVCControl.cpp:253:update_ctrl_values]:update_params:def value=1,def=1 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:259:update_ctrl_values]:end (0) 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2031:obtainWhiteBalanceAutoLimit]:end (0) 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1352:nativeObtainWhiteBalanceAutoLimit]:end (2097157) 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1384:nativeObtainWhiteBalanceCompoAutoLimit]:begin 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2066:obtainWhiteBalanceCompoAutoLimit]:begin 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2071:obtainWhiteBalanceCompoAutoLimit]:end (-3) 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1393:nativeObtainWhiteBalanceCompoAutoLimit]:end (0) 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1425:nativeObtainDigitalMultiplierLimit]:begin 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2107:obtainDigitalMultiplierLimit]:begin 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2112:obtainDigitalMultiplierLimit]:end (-3) 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1434:nativeObtainDigitalMultiplierLimit]:end (0) 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1466:nativeObtainDigitalMultiplierLimitLimit]:begin 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2152:obtainDigitalMultiplierLimitLimit]:begin 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2157:obtainDigitalMultiplierLimitLimit]:end (-3) 2022-05-13 09:35:37.363 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1475:nativeObtainDigitalMultiplierLimitLimit]:end (0) 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1507:nativeObtainAnalogVideoStandardLimit]:begin 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2199:obtainAnalogVideoStandardLimit]:begin 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2204:obtainAnalogVideoStandardLimit]:end (-3) 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1516:nativeObtainAnalogVideoStandardLimit]:end (0) 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1548:nativeObtainAnalogVideoLockStateLimit]:begin 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2245:obtainAnalogVideoLockStateLimit]:begin 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2250:obtainAnalogVideoLockStateLimit]:end (-3) 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1557:nativeObtainAnalogVideoLockStateLimit]:end (0) 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1589:nativeObtainContrastAutoLimit]:begin 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2291:obtainContrastAutoLimit]:begin 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/UVCControl: [1960UVCControl.cpp:2296:obtainContrastAutoLimit]:end (-3) 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCControl.cpp:1598:nativeObtainContrastAutoLimit]:end (0) 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp I/CameraInternal: supportedSize:{"formats":[]} 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/CameraInternal: setCameraPreviewConfig: 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/CameraInternal: rotateTo:0 2022-05-13 09:35:37.364 1881-1960/com.herohan.uvcapp D/CameraInternal: setMirrorMode:0 2022-05-13 09:35:37.366 1881-1960/com.herohan.uvcapp I/MediaCodec: callingProcessName:com.herohan.uvcapp 2022-05-13 09:35:37.367 1881-1968/com.herohan.uvcapp I/OMXClient: MuxOMX ctor 2022-05-13 09:35:37.367 1881-1968/com.herohan.uvcapp I/ACodec: onAllocateComponent:6752 mSoftCodecPref:0 componentName: 2022-05-13 09:35:37.368 1881-1968/com.herohan.uvcapp I/ACodec: onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.rk.video_encoder.avc 2022-05-13 09:35:37.371 1881-1960/com.herohan.uvcapp I/MediaCodec: callingProcessName:com.herohan.uvcapp 2022-05-13 09:35:37.372 1881-1971/com.herohan.uvcapp I/OMXClient: MuxOMX ctor 2022-05-13 09:35:37.372 1881-1971/com.herohan.uvcapp I/ACodec: onAllocateComponent:6752 mSoftCodecPref:0 componentName: 2022-05-13 09:35:37.373 1881-1971/com.herohan.uvcapp I/ACodec: onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.google.aac.encoder 2022-05-13 09:35:37.378 1881-1960/com.herohan.uvcapp I/MediaCodec: callingProcessName:com.herohan.uvcapp 2022-05-13 09:35:37.378 1881-1968/com.herohan.uvcapp I/OMXClient: MuxOMX ctor 2022-05-13 09:35:37.378 1881-1968/com.herohan.uvcapp I/ACodec: onAllocateComponent:6752 mSoftCodecPref:0 componentName: 2022-05-13 09:35:37.379 1881-1968/com.herohan.uvcapp I/ACodec: onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.rk.video_encoder.avc 2022-05-13 09:35:37.383 1881-1968/com.herohan.uvcapp W/ACodec: do not know color format 0x7f000789 = 2130708361 2022-05-13 09:35:37.384 1881-1968/com.herohan.uvcapp I/ACodec: setupAVCEncoderParameters with [profile: Baseline] [level: Level31] 2022-05-13 09:35:37.385 1881-1968/com.herohan.uvcapp I/ACodec: [OMX.rk.video_encoder.avc] cannot encode color aspects. Ignoring. 2022-05-13 09:35:37.385 1881-1968/com.herohan.uvcapp I/ACodec: [OMX.rk.video_encoder.avc] cannot encode HDR static metadata. Ignoring. 2022-05-13 09:35:37.385 1881-1968/com.herohan.uvcapp I/ACodec: setupVideoEncoder succeeded 2022-05-13 09:35:37.386 1881-1968/com.herohan.uvcapp W/ACodec: do not know color format 0x7f000789 = 2130708361 2022-05-13 09:35:37.391 1881-1960/com.herohan.uvcapp I/MediaCodec: callingProcessName:com.herohan.uvcapp 2022-05-13 09:35:37.393 1881-1971/com.herohan.uvcapp I/OMXClient: MuxOMX ctor 2022-05-13 09:35:37.393 1881-1971/com.herohan.uvcapp I/ACodec: onAllocateComponent:6752 mSoftCodecPref:0 componentName: 2022-05-13 09:35:37.394 1881-1971/com.herohan.uvcapp I/ACodec: onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.google.aac.encoder 2022-05-13 09:35:37.412 1881-1960/com.herohan.uvcapp I/VideoCapture: source: 5 audioSampleRate: 8000 channelConfig: 16 audioFormat: 2 bufferSize: 768 2022-05-13 09:35:37.412 1881-1960/com.herohan.uvcapp D/CameraInternal: processOnCameraOpen: 2022-05-13 09:35:37.412 1881-1881/com.herohan.uvcapp V/MainActivity: onCameraOpen:device=/dev/bus/usb/001/004 2022-05-13 09:35:37.412 1881-1881/com.herohan.uvcapp D/CameraHelper: startPreview: 2022-05-13 09:35:37.412 1881-1881/com.herohan.uvcapp D/CameraHelper: getPreviewSize: 2022-05-13 09:35:37.412 1881-1960/com.herohan.uvcapp D/CameraConnectionService: CameraConnection#startPreview: 2022-05-13 09:35:37.413 1881-1960/com.herohan.uvcapp D/CameraInternal: startPreview: 2022-05-13 09:35:37.413 1881-1960/com.herohan.uvcapp D/CameraInternal: updateRendererSize: 2022-05-13 09:35:37.413 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCCamera.cpp:263:nativeSetPreviewDisplay]:begin 2022-05-13 09:35:37.413 1881-1960/com.herohan.uvcapp D/UVCCamera: [1960UVCCamera.cpp:177:setPreviewDisplay]:begin 2022-05-13 09:35:37.413 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960UVCPreview.cpp:211:setPreviewDisplay]:begin 2022-05-13 09:35:37.413 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960UVCPreview.cpp:225:setPreviewDisplay]:end (0) 2022-05-13 09:35:37.413 1881-1960/com.herohan.uvcapp D/UVCCamera: [1960UVCCamera.cpp:182:setPreviewDisplay]:end (0) 2022-05-13 09:35:37.413 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCCamera.cpp:269:nativeSetPreviewDisplay]:end (0) 2022-05-13 09:35:37.413 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960registerUVCCamera.cpp:238:nativeStartPreview]:begin 2022-05-13 09:35:37.413 1881-1960/com.herohan.uvcapp D/UVCCamera: [1960UVCCamera.cpp:195:startPreview]:begin 2022-05-13 09:35:37.413 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960UVCPreview.cpp:359:startPreview]:begin 2022-05-13 09:35:37.413 1881-1960/com.herohan.uvcapp D/libUVCCamera: [1960UVCPreview.cpp:382:startPreview]:end (0) 2022-05-13 09:35:37.413 1881-1980/com.herohan.uvcapp D/libUVCCamera: [1980UVCPreview.cpp:496:preview_thread_func]:begin 2022-05-13 09:35:37.414 1881-1980/com.herohan.uvcapp D/libUVCCamera: [1980UVCPreview.cpp:512:prepare_preview]:begin 2022-05-13 09:35:37.414 1881-1980/com.herohan.uvcapp E/libUVCCamera: [1980UVCPreview.cpp:544:prepare_preview]:could not negotiate with camera:err=-51 2022-05-13 09:35:37.414 1881-1980/com.herohan.uvcapp D/libUVCCamera: [1980UVCPreview.cpp:546:prepare_preview]:end (-51) 2022-05-13 09:35:37.414 1881-1980/com.herohan.uvcapp D/libUVCCamera: [1980UVCPreview.cpp:505:preview_thread_func]:end 2022-05-13 09:35:37.442 1881-1881/com.herohan.uvcapp D/CameraHelper: addSurface:surface=android.graphics.SurfaceTexture@28f4487,isRecordable=false 2022-05-13 09:35:37.442 1881-1960/com.herohan.uvcapp D/CameraConnectionService: CameraConnection#addSurface:surface=android.graphics.SurfaceTexture@28f4487 2022-05-13 09:35:37.442 1881-1960/com.herohan.uvcapp D/CameraInternal: addSurface:surface=android.graphics.SurfaceTexture@28f4487 2022-05-13 09:35:37.443 1881-1960/com.herohan.uvcapp V/RendererHolder: addSlaveSurface:id=42943623,surface=android.graphics.SurfaceTexture@28f4487 2022-05-13 09:35:37.443 1881-1963/com.herohan.uvcapp V/RendererHolder: handleAddSurface:id=42943623 2022-05-13 09:35:37.443 1881-1963/com.herohan.uvcapp V/RendererHolder: checkSurface 2022-05-13 09:35:37.443 1881-1963/com.herohan.uvcapp D/mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface *, egl_color_buffer_format , EGLBoolean) returns 0x3000 2022-05-13 09:35:40.377 1881-1968/com.herohan.uvcapp W/AMessage: failed to deliver message as target handler 11 is gone. 2022-05-13 09:35:40.390 1881-1971/com.herohan.uvcapp W/AMessage: failed to deliver message as target handler 14 is gone.

731201378 commented 2 years ago

方便留个联系方式吗

shiyinghan commented 2 years ago

wx号:hanshiying007