So the current methods for capturing a downscaled image is to capture the full thing then downscale it, but I'm trying to go fast and thus don't want to capture the full image only every 10th pixel giving me an image 144 along and 108 down. which would result in a 10X speed increase because I don't have to get all the pixels from a full resolution just the few I want. Thanks in advance
I don't think this is possible due to driver/library limitations, I'm thinking they'd be sending you the entire frame, try looking into the library you're using
2.1m questions
2.1m answers
60 comments
57.0k users