i am trying to create a live cam app using cameraEX i do Initialize the cam like following
and i have tried to get the real time camimage at this event
but seems this event does not fire at all
how to get the current camera data in real time ?
B4X:
camera1.Initialize(campanel, frontCamera, Me, "camera")
and i have tried to get the real time camimage at this event
B4X:
Sub camera_Preview(Prev() As Byte)
Log(Prev.Length)
End Sub
but seems this event does not fire at all
how to get the current camera data in real time ?