Hi there!
Is there the posibility of take individual pixel value without taking the whole picture?
Im aware of the function sensor.snapshot().get_pixel()
but this is too slow for my purpose, I dont need the whole picture and then read the pixel value.
I need to capture just one (or few) pixel at the time, treating the sensor just like a matrix and avoid reading a lot of pixels to make it go faster.
Is this possible?