I have a special application interested to capture video from a analog cameras. The cameras are connected via a USB frame grabber. I do not want to use the ImageCapture[] function because the S video resolution apparently overwhelms Mathematica resulting in these functions useless.
Can I tried to capture the raw data with DeviceRead and send it to the CPU or store it in memory . Will like your comments on how to tackle this objective. My cameras send at 27 fps . I am using Windows 8.1 with a CUDA able video adapter.
Using CUDA is not critical. The critical part is to capture the video .
Jose E. Calderon