Search code examples
linuxvideovideo-captureimage-capture

Video capture on Linux?


We need to capture live video and display easily on Linux. We need a cheap card or USB device with a simple API. Anyone want to share some experience?


Solution

  • Use the video4linux library. I've used it with a c++ program and was able to capture webcam frames within about an hour. (Very easy to use and setup)