Take photo action in VBCS
Content
Hi Experts,
I have created a Mobile application and on a page dropped a button. This button is associated with one of the Action chain where I'm usin Take Photo. When I click on the button it open the local drive folder to select the image file.
I edited the json code and put below paramters and still same issue,
"quality": 75,
"sourceType": "PHOTOLIBRARY",
"cameraDirection": "BACK",
"targetHeight": "100",
"targetWidth": "100"
I have followed below document. Can you please help is this the expected behaviour or I'm missing something. My requiremet is to open the devie camera and capture a photo
https://docs.oracle.com/en/cloud/paas/integration-cloud/visual-developer/take-photo-action.html
Tagged:
0