Hi Guys,
I have searched the forum but found nothing directly or even remotely related to this subject...
I have an "almost done" app, in which I decided to add a last minute feature...
I'm using camera along with cameraEx, and I want to capture a still frame, but not saving it...
From all I could gather from the camera lib docs, this method may do what I need... but...
How do I use it??
Cam.PreviewImageToJpeg(GetDeviceLayoutValues() as Byte, quality as Int) as Byte()
please help