The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    GUI for video capture and gamepad input

    Discussion in 'Windows OS and Software' started by Convoluted, Aug 16, 2010.

  1. Convoluted

    Convoluted Notebook Evangelist

    Reputations:
    74
    Messages:
    690
    Likes Received:
    0
    Trophy Points:
    30
    Hey all. What would be the best programming language that facilitates video capture and gamepad input? In particular, the video can range from integrated webcam to an external camera connected via a capture card. And the gamepad will typically be a USB PS2 style controller. Also need to communicate with hardware via serial.

    I've tried VB.NET, and it works great, but seems like it could be a bit limited in the long run (could be wrong though). I've also tried Processing (based on Java), but it has a hard time handling video efficiently. Just capturing from a webcam would spike resource usage upward 60%, which is problematic considering that I'll need to do some other processing on the side. I think this is just an inherent limitation of Java?

    Any other languages I'm outright forgetting? Python, C++, Qt? Ideas?