Hi,
My application is based on camera2 tutorial: https://www.b4x.com/android/forum/threads/camera2-still-images-and-videos.83920/
I would like to use the Google Vision Barcode: https://www.b4x.com/android/forum/threads/barcode-reader-based-on-google-play-services-vision.89705/
I looked at this solution, but the "Camera_Preview" call that exists in the Camera module (CameraExClass):
was not found in Camera2.
Is there any way I can get the "preview" data() in Camera2?
Thank you,
Attila
My application is based on camera2 tutorial: https://www.b4x.com/android/forum/threads/camera2-still-images-and-videos.83920/
I would like to use the Google Vision Barcode: https://www.b4x.com/android/forum/threads/barcode-reader-based-on-google-play-services-vision.89705/
I looked at this solution, but the "Camera_Preview" call that exists in the Camera module (CameraExClass):
B4X:
Sub Camera_Preview (Data() As Byte)
If SubExists(target, event & "_preview") Then
CallSub2(target, event & "_preview", Data)
End If
End Sub
was not found in Camera2.
Is there any way I can get the "preview" data() in Camera2?
Thank you,
Attila