Dear all, For a basic Truck-PC project, I use Processing as a general interface launching dedicated programs for GPS and display data such as speed, levels,... and rear camera.
The rear-view camera is a USB ELP 960p (screen resolution is 1024768p). Using the video library, with the Capture, I am able to retrieve the streams formatted in YUY2 (low frame rate), but not the MPEG streams above 640480p... To try so, I just used the given GettingStartedCapture example.
Is this a bug?
Thank you.! Capture