This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
Hi,
When we click on camera, onCapture event is getting called with camera event object but when we tried to read base 64 data from camera object is giving null.
We tried to assign it to image widget and read base64 from image, still it is giving as null
In onCapture Event , paste the following code. ( Just change imgWidget with your Image widget id and cameraWidget with your camera widget id, same follows for Form)