
8Īpply bandwidth factor setting of usbcameratest7 on master branch 1
#Uvc camera update
Update minoru001 branch, experimentaly support streo camera. Currently there is no way to get resulted fps(will add on future). Actual resulted fps depends on each UVC camera. 6Īdd feature so that user can request fps range from Java code when negotiating with camera. Merge pull request(add status and button callback). 0įixed the issue that building native libraries fail on Windows.
#Uvc camera how to
7Īdd new sample project USBCameraTest7 to demonstrate how to use two camera at the same time. 9Īdd new methods to get/set camera features like brightness, contrast etc.Īdd new method to get supported resolution from camera as json format. Improve the issue of USBCameraTest4 that fails to connect/disconnect. 0įixed the issue of pixel format is wrong when NV21 mode on calling IFrameCallback#onFrame(U and V plane was swapped) and added YUV420SP mode. This new sample project mainly demonstrate how to show video images on two TextureView simultaneously, side by side. 3Īdd new sample project named USBCameraTest6 0įixed the issue that DeviceFilter class could not work well when providing venderID, productID etc. 8Īdd libUVCCamera as a library project(source code is almost same as previous release except Android.mk).Īll files and directories under library directory is deprecated. 2Īdd IFrameCallback interface to get frame data as ByteArrayĪnd new sample project USBCameraTest5 to demonstrate how to use the callback method. 2Īdd method to adjust preview resolution and frame data mode. 7Īdd bulk transfer mode and update sample projects. If you stop camera communication, click "stop service" button. The communication with camera execute as Service and continue workingĮven if you stop app. This new sample project mainly demonstrate how to use offscreen rendering 6Īdd new sample project named USBCameraTest4 MediaMuxer and MediaCodec#createInputSurface.
#Uvc camera android
Save as jpeg) This sample also requires at least Android 4.3(API>=18). This new sample includes still image capturing as png file.(you can easily change to Using frame data from UVC camera and internal mic with MediaCodec and MediaMuxer.
#Uvc camera movie
This new sample project demonstrate how to capture audio and movie simultaneously 1Īdd new sample project named USBCameraTest3 This limitation does not come from the library itself but from the limitation of New sample requires at least Android 4.3(API>=18). UVC camera with MediaCodec and MediaMuxer. This new sample project demonstrate how to capture movie using frame data from 5Īdd some modification to the library and new sample project named "USBCameraTest2".

Some sample projects need API>=18 though. SetPreviewTexture method in UVCCamera.java etc.), but we have not confirm whether the sample If you want to try on Android 3.1, you will need some modification(need to remove

This library works on at least Android 3.1 or later(API >= 12), but Android 4.0(API >= 14) These sample projects are IntelliJ projects, as is the library. Please see sample project and/or our web site(but sorry web site is Japanese only). Now you can see apks in each /libuvccamera/build/src/main/java into your project source directory by manually.
