Hi,
i am viany..sir i am able to capture N number of images from mobile camera through my application and storing it in byte...as
byte[] photo = videoControl.getSnapshot(null);
now i want the above stored data i.e images in byte array for processing...not all images at a time but 1 image at a time....
Is there any code for reading the byte array for operations...

Reply With Quote

