Changes between Version 3 and Version 4 of Yocto/Video_In


Ignore:
Timestamp:
05/08/2018 10:20:10 PM (6 years ago)
Author:
Cale Collins
Comment:

commented out missing link

Legend:

Unmodified
Added
Removed
Modified
  • Yocto/Video_In

    v3 v4  
    99[=#capture]
    1010= Video Capture Drivers (on board) =
    11 There Video capture API in Linux today is the [https://www.kernel.org/doc/Documentation/video4linux/v4l2-framework.txt video4linux (v4l)] API. Each video capture source is represented by a /dev/video<n> device with /dev/video0 being the first. For more information see the Gateworks [wiki:linux/v4l2 v4l2] wiki page. Note that this is low level and Gateworks recommends using Gstreamer as noted below.
     11{{{
     12#!comment There Video capture API in Linux today is the [https://www.kernel.org/doc/Documentation/video4linux/v4l2-framework.txt video4linux (v4l)]
     13API.
     14}}}
     15Each video capture source is represented by a /dev/video<n> device with /dev/video0 being the first. For more information see the Gateworks [wiki:linux/v4l2 v4l2] wiki page. Note that this is low level and Gateworks recommends using Gstreamer as noted below.
    1216
    1317The i.MX6 Video capture framework drivers are currently only available in the Yocto BSP using the Freescale kernels. This driver framework has not made it into mainline linux yet and no support is available for the OpenWrt BSP.