Multiple Picture taking -- Up to 16 per record
How do I take multiple pictures. The camera services points to 1 source for the picture but I want to take a lot of pictures. (Up to 16) How do I do this?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How do I take multiple pictures. The camera services points to 1 source for the picture but I want to take a lot of pictures. (Up to 16) How do I do this?
The imagedatabase64 is pointing to the asset in the response but I want multiple pictures.
Hi Mike,
Then you would need to invoke service 16 times. I really doubt you can achieve such speed of photography, it depends on the device. But of course you can try. After every photo is taken invoke service on its success event... Please note this is just a continuous process, not instant.
So I have to make (16) services? Because each one BINDS to 1 picture window or am I seeing it wrong.
Yes, correctly. A service returns one image.