New Revision: https://docs.blackfin.uclinux.org/doku.php?id=linux-kernel
:drivers:v4l2_blackfin_capture
Old Revision: https://docs.blackfin.uclinux.org/doku.php?id=linux-kernel
:drivers:v4l2_blackfin_capture&rev=1410316916
Edit Summary: [ADV7842 Example]
@@ -118,21 +118,23 @@
==== ADV7842 Example ====
* Put 720p output to ADV7842 HDMI port A, and use v4l2_video_capture t
o capture video file on BF609-EZKIT.
- * Config the related gpio as shown below on target board:
- - echo 150 > /sys/class/gpio/export
- - echo out > /sys/class/gpio/gpio150/direction
- - echo 0 > /sys/class/gpio/gpio150/value
- - echo 152 > /sys/class/gpio/export
- - echo out > /sys/class/gpio/gpio152/direction
- - echo 0 > /sys/class/gpio/gpio152/value
- * Generated yuv file can be played by raw sequence file player, for ex
ample pYUV. Or it can be as the input of ADV7511.PYUV must be config as sh
own below:
- - Resolution -> HD720
- - Color space -> YCbCr
- - Subsampling -> 4:2:2
- - Ordering -> UYVY
- and select Interleaved option at the same time.
+ * Config the related gpio as shown below on target board:<code>
+ echo 150 > /sys/class/gpio/export
+ echo out > /sys/class/gpio/gpio150/direction
+ echo 0 > /sys/class/gpio/gpio150/value
+ echo 152 > /sys/class/gpio/export
+ echo out > /sys/class/gpio/gpio152/direction
+ echo 0 > /sys/class/gpio/gpio152/value
+ </code>
+ * Generated yuv file can be played by raw sequence file player, for ex
ample pYUV. Or it can be as the input of ADV7511. PYUV must be config as s
hown below:<code>
+ Resolution -> HD720
+ Color space -> YCbCr
+ Subsampling -> 4:2:2
+ Ordering -> UYVY
+ And select Interleaved option at the same time.
+ </code>
* Bellow is the example:<code>
Linux version 3.3.0-ADI-2012R1-pre-dirty (test@linux87-bf609-std) (gcc v
ersion 4.3.5 (ADI-2012R1-RC2) ) #4 Thu Jul 19 00:19:39 CST 2012
register early platform devices
bootconsole [early_shadow0] enabled
|