-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
camerakit #7
Comments
Hi, what's the issue that you're facing @jinman? |
CameraKit 1.0 breaks API compatibility with CameraKit 0.13 The example code uses com.wonderkiln.camerakit.CameraView from CameraKit 0.13 which has a I tried to figure out how to get a bitmap out of those bytes right now as there's no object that has a |
Good news: I figured out how to get a bitmap out of the byte array and fix your function:
Bad news: It doesn't capture anything... as described in this CameraKit's issue: CameraKit/camerakit-android#533 |
Check this out. Degrade the version. CameraKit/camerakit-android#533 (comment) |
I upgraded it from wonderklin package to new camerakit version and using AndroidX. but this code in BarCodeReaderActivity
Is not compiling. Not sure what is wrong? Any suggestions
The text was updated successfully, but these errors were encountered: