nullbyte91 / vision_sdk

Vision sdk temp
0 stars 0 forks source link

Image acquisition using 4L2 #1

Open nullbyte91 opened 2 years ago

nullbyte91 commented 2 years ago

Description: Capture Image using Video of Linux version 2 interface:

Input: Camera Interface ID output: OpenCV Window with Camera Feed

What is V4L2? V4L2 is the second version of Video For Linux which is a video capturing API for Linux. Here you can find amazing documentation about the API. So it gives you a very easy inteface to use it with C, C++ and Python. I haven’t tried Python bindings yet.

System Requirement: Linux or Windows with C++ Environment

Coding Standard: https://google.github.io/styleguide/cppguide.html