<< return to Pixycam.com

range for output data

what is the numerical range for the maximum X and Y values?
I know they have stated “640x400” but i have only observed a maximum of 320x200 for the X and y (due to the bayer pattern perhaps?)
Oddly enough i have observed x+width values up to about 440, and y+height values up to about 300, which doesn’t make a lot of sense.
Is the X and Y the top left corner or middle of the detection?

Edit: seems x and y is the middle of the detection thus top left is x-(width/2), y-(height/2) and the range is 320x200

I was curious about this also. Thanks for posting it.

I was also wondering as to whether the center of the screen or the bottom left is 0,0.

I just received my Pixy and haven’t started programming it yet, I’m sure I’ll figure this out once I do.

top left is 0,0