saki4510t / UVCCamera

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

How to record video without preview?能否做到不预览直接录像? #560

Open MatthewDevelop opened 4 years ago

MatthewDevelop commented 4 years ago

Is it possible to record video without preview?

MatthewDevelop commented 4 years ago

有联系方式吗?可以联系大佬请教下吗?

developersnively commented 4 years ago

Hello, I would like to run the frame callback without preview, but I am not able to make it work. Do you know how to do so?

shengjunhu commented 4 years ago

Hello, I would like to run the frame callback without preview, but I am not able to make it work. Do you know how to do so?

https://github.com/shengjunhu/android_sample_uvccamera/blob/master/sdk_uvc_camera/src/main/jni/UVCCamera/UVCPreview.cpp Search: //Add by shengjunhu

EarvinChiang commented 2 years ago

Hello, I would like to run the frame callback without preview, but I am not able to make it work. Do you know how to do so?

https://github.com/shengjunhu/android_sample_uvccamera/blob/master/sdk_uvc_camera/src/main/jni/UVCCamera/UVCPreview.cpp Search: //Add by shengjunhu

This link no longer exists, can you provide the new link again, thank you.

shengjunhu commented 2 years ago

Hello, I would like to run the frame callback without preview, but I am not able to make it work. Do you know how to do so?

https://github.com/shengjunhu/android_sample_uvccamera/blob/master/sdk_uvc_camera/src/main/jni/UVCCamera/UVCPreview.cpp Search: //Add by shengjunhu

This link no longer exists, can you provide the new link again, thank you.

https://github.com/shengjunhu/android_uvc_camera/blob/master/sdk_uvc_camera/src/main/jni/libcamera/source/UVCPreview.cpp