@jeromeh wrote:
I'm trying to get the color from an ofPixels object
ofPixels camPixels = cam.getPixels();
ofColor col = camPixels.getColor(x,y);It works but I get this error in the log?
[warning] returning color not supported yet for UNKOWN format
[ error ] ofPixels: format doesn't support channels
Posts: 1
Participants: 1