camera2

  1. Alexander Stolte

    Android Question Camera2 App crash on video with front camera

    Hello, i use this example, because there is the error too. If you swtich to video mode and then to the front camera, then record a video and stop the video. The Error is on line 134 in the "CamEx2" class. The following error message: Logger connected to: samsung SM-G935F --------- beginning...
  2. knutf

    Android Question How can I make the Camera2 PreviewTaken (Image As Object) event to happen?

    In CamEx2 the Camera2 PreviewTaken (Image As Object) event is commented: 'Private Sub Camera_PreviewTaken (Image As Object) ' Log(Image) 'End Sub I tried uncommenting the Sub, but the event never happens: :( Private Sub Camera_PreviewTaken (Image As Object) Log("PreviewTaken") End Sub...
Top