14
Views
2
Comments
Solved
TakePicture.ImageCaptured  is missing
Question

I cant find the Image result from the CameraPlugin -> TakePicture -> ImageCaptured 

The ImageCaptured output is not there. What am I missing?

Thanks, 

Inge

2023-04-16 15-25-31
Krishnanand Pathak
Solution

Hi

ImageCaptured output is the part DEPRECATED_TakePicture as shown below



Latest TakePicture has replaced the ImageCaptured with media output which has URI path & Thumbnail which can be used.



Regards

Krishnanand Pathak


2024-05-30 10-12-48
Anushka singh

Hello

Ensure that the CameraPlugin is properly configured in your OutSystems application. Make sure you've added the necessary permissions and configurations for the plugin to work correctly.

Make sure there are no errors occurring during the execution of the TakePicture action. Check for any error messages in the browser console or in the Service Center logs.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.