Changes between Version 3 and Version 4 of Yocto/Video_In
- Timestamp:
- 05/08/2018 10:20:10 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Yocto/Video_In
v3 v4 9 9 [=#capture] 10 10 = 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)] 13 API. 14 }}} 15 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. 12 16 13 17 The 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.