I want to use a high speed camera(500-1000 fps) for capturing rice seeds. Before proceeding I want to know what is the max FPS that's supported by OpenCV ? I want to detect color for every pixel (2048 pixels per frame).
I have these questions :
Can I use OpenCV to do this work? What are the alternatives?
Is it possible to use OpenCV, if I limit the number of pixels per frame (for example, 50 pixels per frame)?