Hi! Awesome library. Thank you very much for sharing it.
I'm trying to use it to feed images to OpenCV. Is there a way to get the matrix of pixels that a camera sees? So instead of displaying it on a window with pygame.display.flip(), just keep the rendered image in a variable?
Thanks a lot!