I would like to measure image brightness and measuring several points in real time, like kkingstoun said long ago, is my idea too. I need to do that 30 times per second and just store color values in an array so I thing using ameraEx.PreviewImageToJpeg and testing pixels in the .jpeg image will be too slow.
Is there a way to directly use the data() array passed in the preview event ?
This array use a special, but known, format. Is there a way to extract directly
some points color from this array without converting in jpeg format before ?
Is there a way to directly use the data() array passed in the preview event ?
This array use a special, but known, format. Is there a way to extract directly
some points color from this array without converting in jpeg format before ?