Getting imageData from a image captured in camera
Posted: Mon Sep 28, 2020 6:38 pm
Hi,
How can I get imageData from a image captured in camera?
I tried to put the image into a custom property and do this code:
but when I answer timageData I get nothing.
thanks
How can I get imageData from a image captured in camera?
I tried to put the image into a custom property and do this code:
Code: Select all
put url ("binfile:" & the PICPROP of image "itemPhoto") into timageData
thanks