I cant find the Image result from the CameraPlugin -> TakePicture -> ImageCaptured
The ImageCaptured output is not there. What am I missing?
Thanks,
Inge
HiImageCaptured 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
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.