Exploring picture taken by camera

DOM85

Active Member
Licensed User
Longtime User
Hi,

I whish to scan byte by byte the picture taken by the camera, and to modify it.

I obtain the picture in "Sub Camera1_PictureTaken (Data() As Byte)".

But how can i know the x and y dimensions in pixels of the picture?
In addition, i don't know if i can modify this array without copying it in a work area.

Thank you for your help.
 
Top