-
问题描述:demo工程APK或自定义开发APK,在分辨率高于1280*720后,掉帧严重画面卡顿,帧率仅有10fps左右;低帧率往下如1024x768 、800x600均能达到60fps,
版本:3.2.10 (demo 工程APK验证)
运行环境:华为Mate40E pro (harmonyOS 3.0 ) 荣耀V20
USB设备:绿联采集卡(HDMI2USB)
设备支持分辨率:
…
-
I noticed that the application uses MJPEG and YUV as streaming formats, is it possible to do it with Raw format or BY8/ BA81 format. The application does not have any libusb/libuvc libraries, which co…
-
I am trying to build a new project for API 23 where I copied exactly the code and layout that is present in https://github.com/saki4510t/UVCCamera/tree/master/usbCameraTest0 and then added a new modul…
-
**Hi mate,**
I'm planning to create some video streaming app in Android that uses USB Webcam.
I've tried using libs: [https://github.com/saki4510t/UVCCamera](https://github.com/saki4510t/UVCCamer…
-
```
private final IFrameCallback callback = new IFrameCallback() {
@override
public void onFrame(final ByteBuffer frame) {
new Thread(new Runnable() {
byte[] bytes = n…
-
你好,想问一下怎样将原来UVCCamera作为module添加到项目中
-
06-29 14:44:44.070 5295-5365/com.serenegiant.usbcameratest4:uvcservice E/WVMExtractor: Failed to open libwvm.so: dlopen failed: library "libstlport.so" not found
06-29 14:44:44.316 5295-5366/com.sere…
-
Tengo el siguiente error en mi aplicacion flutter
Intente crear el layaut **fragment_container** pero solo muestra una imagen negra
->Segun el log, la conexion con el puerto USB /dev/bus/usb/001…
-
Hi, I have connected two webcams to my Odroid device. at the first run when I selected the camera, it perfectly worked. also when I turned the camera off and toggled it to another camera , again it wo…
-
Just wanted to know, how can we implement this?
When the external camera is detached / removed, i want to preview the last frame and when it is attached back, it should start working as normal. Nee…