Hello, we have modified the Pixymon application to allow test automation from a console application on a PC. The communication method is TCP/IP.
We, however, may want to grab RGB values of pixel locations.
Would it be easily possible for us to modify Pixymon app to allow this? Would it be better to use the getRGB method of video API or use the get_raw_frame example? Is the Pixymon app exercising either of these methods to display GUI image?
(Note: we are using USB interface)