Line 377:
Line 377:
Please refer to the description in the previous section for the image format.
Please refer to the description in the previous section for the image format.
+
+
===== Example of yavta =====
+
+
====== Install yavta ======
+
<code>git clone <nowiki>git://git.ideasonboard.org/yavta.git</nowiki></code>
+
+
<code>cd yavta;make</code>
+
+
====== Save image to file ======
+
After setting data format, resolution, frame rate,run:
+
+
<code>./yavta -c1 -Fy8-${WIDTH}x${HEIGHT}.raw --skip 0 -f Y8 -s ${WIDTH}x${HEIGHT} /dev/video0</code>
===== Example of gstreamer application =====
===== Example of gstreamer application =====