Camera routine - general approach question

Wembly

Member
Licensed User
Longtime User
Hi - please can anyone advise if my approach is valid or just down right stupid?

I'm developing an app which allows the user to assign images to a customers by either taking a picture with the camera or by loading a file from SD card.

My question when using the camera as the source of the image do I always have to write the picture to file and re-load it or can I pass the image (which is of type byte) to an bitmap object so I can show the user the resulting picture which they can then crop/rotate if required.

I appreciate I cannot simply assign a byte data type to a bitmap type so if possible what is required in between?

Hope that makes some kind of sense!

Any help much appreciated - Thanks. :sign0104:
 
Top