Skip to content

Commit

Permalink
fix stopPreview Crash
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangdongguo committed Mar 16, 2021
1 parent 3d71803 commit 27d3a25
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Supporting Android 5.0,6.0,7.0,8.0,9.0,10.0

- JNI Source Download:

[JNI CODE--->password:vpoj](https://pan.baidu.com/s/11OBLCY4VjYYUZGEPcQ1ScA)
[NDK Library:UVCCameraLib](https://github.com/jiangdongguo/UVCCameraLib)

Usage
-------
Expand Down Expand Up @@ -194,8 +194,8 @@ Please checking your preview format and change YUV to MJPEG or MJPEG to YUV,beca
3. fix the exception when pull up the device.
4. update to all so files to new.

Download APK
-------
Download APK(2.3.4)
-----------------

 In order to display the functions, I develop a simple released apk,which is based on version 2.3.1,and the build version is 28.0.3.Here is my configs and if you have any questions please issues to me ,I will follow it do my best.
```
Expand Down Expand Up @@ -228,10 +228,14 @@ Other Library about Android Camera
[AndroidYuvOsd](https://github.com/jiangdongguo/AndroidYuvOsd) YUV data operation.
[Lame4Mp3](https://github.com/jiangdongguo/Lame4Mp3) pcm to mp3 and pcm to aac.  

Contacts Me
----
**If you have any question, please email it to me : [[email protected]]([email protected])**

License
-------

Copyright 2020 Jiangdongguo
Copyright 2017-2021 Jiangdongguo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ ext {
// if hope supporting 4.4
// please modify it to 16
minSdkVersion = 21
versionCode = 99
versionNameString = '1.2.1.20200414'
versionCode = 100
versionNameString = '2.3.5.20210316'
javaSourceCompatibility = JavaVersion.VERSION_1_8
javaTargetCompatibility = JavaVersion.VERSION_1_8
}
Binary file modified libusbcamera/src/main/jniLibs/arm64-v8a/libUVCCamera.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/arm64-v8a/libjpeg-turbo1500.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/arm64-v8a/libusb100.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/arm64-v8a/libuvc.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/armeabi-v7a/libUVCCamera.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/armeabi-v7a/libjpeg-turbo1500.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/armeabi-v7a/libusb100.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/armeabi-v7a/libuvc.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/x86/libUVCCamera.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/x86/libjpeg-turbo1500.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/x86/libusb100.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/x86/libuvc.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/x86_64/libUVCCamera.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/x86_64/libjpeg-turbo1500.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/x86_64/libusb100.so
Binary file not shown.
Binary file modified libusbcamera/src/main/jniLibs/x86_64/libuvc.so
Binary file not shown.

0 comments on commit 27d3a25

Please sign in to comment.