Zane
Zane
the crash log: 01-15 11:57:23.631 11565-11565/? D/dalvikvm: Late-enabling CheckJNI 01-15 11:57:23.701 11565-11565/com.github.pedrovgs.effectiveandroidui W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;) 01-15 11:57:23.701 11565-11565/com.github.pedrovgs.effectiveandroidui I/dalvikvm: Could not find method...
the 'onDraw' callback is always called ZoomLayout.java L367: `mLastWidth = child().getWidth();` modified to `mLastWidth = getWidth();`
implementation("com.otaliastudios:zoomlayout:1.9.0") compileSdk=35 minSdk=26 targetSdk=34 sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 agp = "8.9.0" kotlin = "2.1.10" ```Execution failed for task ':app_qwt:app:mergeCloudIpReleaseResources'. > A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable > Resource...
手机通过ezcap U3采集盒连接DV(USB3.0),首次预览分辨率640x480正常,切换1920x1080后黑屏(日志如下所示),有时候等待时间久一点可以预览出来,重启App也不行,需要重新插拔才能恢复正常。 2024-11-01 11:24:16.932 V/AUSBC: [USBMonitor] USBMonitor:Constructor 2024-11-01 11:24:16.934 V/AUSBC: [USBMonitor] USBMonitor:mUsbManager=android.hardware.usb.UsbManager@ede9810 2024-11-01 11:24:16.934 I/AUSBC: [MultiCameraClient] register... 2024-11-01 11:24:16.934 I/AUSBC: [USBMonitor] register: 2024-11-01 11:24:17.946 I/AUSBC: [MultiCameraClient] attach device name/pid/vid:/dev/bus/usb/003/002&11417&7119 2024-11-01...
When recording video, I noticed that it takes about 2 seconds for the recording to go from the STARTED state to the RECORDING state, but the actual recording only starts...
**Describe the bug** When I set the rotation to 90, the width and height of the image obtained from the camera2 source are the same. **To Reproduce** Steps to reproduce...
**Describe the bug** The recorded video was normal at first, but then I wanted to get a narrow resolution, so I switched the Orientation. Then I found that the recorded...