VERSION.md
August 25, 2022 · View on GitHub
Version
2020.01.15 version 2.3.2
- Support adding time overlay(attention: overlay only support armeabi-v7a & arm64-v8a);
- Support recording device mic;
- Update to androidx and update commonLibVersion from 2.14.2 to 4.1.1;
- Fix saving files failed.
2020.04.14 version 2.3.4
- Fix pull version 2.3.2 failed.
- Fix android 9.0 sometimes can not preview.
- Fix pull out crash 1.
- Update to all so files to new.
2021.03.16 version 2.3.5
- Fix stop preview crash.
- Open UVCCamera NDK Library project UVCCameraLib
2021.04.08 version 2.3.6
- Fix pull out crash 2.
2021.11.17 version 2.3.7
- Fix download common library failed, and use aar instead.
2022.01.28 version 2.3.8
- Detect multiple cameras.
2022.07.01 version 3.0
- Refactor the project with kotlin;
- Support effects with OpenGL ES 2.0;
- Support capture photo、viedo and audio;
- Support rotate camera view;
- Support show camera offscreen;
- Support versionTarget>=29;
- Fix call StopPreview() crash (may have others, please tell me);
- Fix open some device failed, resolution or not uvc device as usual;
- Fix acquire common library failed, see
libuvc/libusbcommon_v4.1.1.aar; - Merge NDK project into main project, see
libuvcmodule.
2022.07.12 version 3.1.2
- Import usb common library instead of aar;
- Fix “pthread_mutex_lock called on a destroyed mutex” when call stop preview
- Fix jitpack.io build error;
2022.07.13 version 3.1.7
- Cancel supporting x86 & x86_64, If you need it, please downloading the project and build it;
- Release version 3.1.7 and support depend on it directly;
2022.07.15 version 3.1.8
- fix a native memory leak when repeat open close camera;
2022.07.25 version 3.2.0
- fix part equipment recording image flower;
- Support opening multi-road camera;
2022.08.25 version 3.2.7
- fix some device open failed or anr when close-open camera or hot plug;
- fix multi-road camera update resolution failed;
- support camera configures, like zoom/sharpness etc.
- fix Android S+ crash;