When I try to activate the front camera, I get the following error:
Sub Activity_Resume
camera1.Initialize (Panel1, "Camera1")
camera1.CameraFront2 () '. CameraFront
'camera1.CameraBack 'works fine
End Sub
Error: java.lang.NullPointerException
I have the Galaxy S2 ICS 4.0.3
Sub Activity_Resume
camera1.Initialize (Panel1, "Camera1")
camera1.CameraFront2 () '. CameraFront
'camera1.CameraBack 'works fine
End Sub
Error: java.lang.NullPointerException
I have the Galaxy S2 ICS 4.0.3
Last edited: