Open darwinfrancis opened 5 years ago
Yes
(Write your steps here:)
When I click on the button the camera kit api should provide each frames as byte[] in below callback
@Override public void onFrame(CameraKitView cameraKitView, byte[] bytes) { showLog("on frame"); }
The CameraKitView.FrameCallback is never getting called.
(Paste the link to an example project and exact instructions to reproduce the issue.)
That's a big issue. I need it to scan QRCode or BarCode, but I can't. Because API isn't implemented.
It would be very handy to be able to plug in APIs like the Google vision API, or zxing.
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Steps to Reproduce
(Write your steps here:)
Expected Behavior
When I click on the button the camera kit api should provide each frames as byte[] in below callback
Actual Behavior
The CameraKitView.FrameCallback is never getting called.
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)