intent camera

  1. M

    Bug? [B4A] Intent Based Camera stops working in certain conditions šŸ¤Æ

    Hi everyone, I'm using this method by @Erel to take a picture from Android in my app released months ago. Since some days, some customers told me that the "take picture" button is not working anymore, randomly. After some investigation in my code, I could not find the problem... the only thing...
  2. MODERN TALKING

    Android Question Native Camera Intent

    Hi guys, Glad to be back with the B4X Brotherhood :cool: How you guys been? This used to work 3 years ago but not now - can take picture but cannot save Dim i As Intent i.Initialize("android.media.action.IMAGE_CAPTURE", "") i.PutExtra("output", ParseUri("file://" &...
  3. rleiman

    Android Question [SOLVED] Intent based camera crashes when back button is tapped.

    Greetings, I'm using the intent based camera and discovered the app crashes if the user taps the back button on their phone when the camera app is displayed on the screen. Everything else works. In our app the user taps a camera button. the intend based camera takes a photo, then returns back...
  4. rleiman

    Android Question Intent Based Camera - Taking photo with confirm screen

    Greetings, I'm experimenting with the intent based camera by Erel and would like to alter this code in TakePicture so the confirmation screen with "Ok" and "Retry" is not displayed so execution goes directly to ion_Event. Truly, Emad Sub TakePicture Dim i As Intent...
Top