B4A Tutorial [B4X] [B4XPages] Intent based camera - Erel    Jul 23, 2024   (17 reactions) : MediaChooser - cross platform videos and images chooser
B4A + B4i project that uses an intent in B4A and the Camera object in B4i to take a picture using the default camera app.
The B4A code depends... stack.
The change adds a line before and after the Wait For Camera_Complete call:
Dim TopPage... B4A Tutorial Intent Based Camera - Erel    Sep 19, 2021   (20 reactions)   tags: Erel, camera, intent, Fotos, camera intent Newer example: Intent based camera
This example uses an intent to take a picture... on the default camera app to work properly and save the image file in the path passed in the intent... B4A Question Failed to find configured root ... using CameraIntent ... since B4A-Version 10.70 - JOTHA    Mar 21, 2021 Hello Community,
since I've installed B4A-Version 10.70 there is a new problem when using CameraIntent
(see Android Tutorial Intent based camera)
Error-message:
** Activity (main) Resume... B4A Question Issues with CameraIntent. display and save picture - GMan    Sep 22, 2024 I am using the CameraIntent to make a picture.
All is working fine, Permissions are set, Preview... a picture:
Camera1.TakePicture
I only want to put the taken image in an ImageView... B4A Question image orientation from CameraIntent - peacemaker    Oct 15, 2018 HI, All
Any fresh solution for correct photo orientation got from the camera intent ?
CameraIntent sample gives the overturned photo on ImageView, if it was shot in the landscape mode.
I guess, it must be JPG EXIF info is checked firstly, but no sample was found on the forum.... B4A Question Getting data back from camera app intent - IronSharpensIron    Sep 8, 2011 Still trying to wrap my head around how B4A handles intents. What I am looking to do is create an intent to launch the camera application: Dim camintent as Intent camintent.Initialize("android.media.action.IMAGE_CAPTURE","") StartActivity(camintent) works just fine, but what I need is to get the image from that transaction. Either filename (better for me), or image data. Thanks, -Sean... B4A Question b4xpages intent camera, foreground service with sdk 34 - John Leeson    Jul 12, 2024 Good morning,
in the b4xpages intent based camera, a foreground service is called in b4a, but I don't think this now works when the target version is 34
intent based camera
I'm not sure... B4A Question Native camera intents help - Douglas Farias    Jul 20, 2016 the camera.
on this link u will see intent codes and one example.
https://developer.android.com/training/camera/photobasics.html
i m trying compile this intents for b4a
i m with a problem on the get... B4A Question CameraIntent: how to make photo into Gallery ? - peacemaker    Oct 17, 2018 HI, All
I'm using CameraIntent, but it would be convenient to shoot like normal camera that saves photos into Gallery.
If some interruption - the user can later open those photo from Gallery by FileProvider.
Any help ?... B4A Question CameraIntent mode portrait - drgottjr (first post)    Feb 26, 2024 for android, normal camera mode is landscape. you've got to handle the
righting yourself (or with a library, eg, jpegutils). in any case, not all camera
apps handle things the same way. and... you know how the
device's camera app is going to handle the image. otherwise, you have to
manage the camera yourself, which will still probably involve rotating.... Page: 1   2   3   4   5   |