Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ While TI integrates the FOSS in |__SDK_FULL_NAME__|, TI does not own, maintain a
Example applications:

- https://github.com/tomba/kmsxx
- https://git.ti.com/glsdk/example-applications/trees/master/drm-tests
- http://git.ti.com/sitara-linux/dual-camera-demo/trees/master
- The modetest tool is available inside git://anongit.freedesktop.org/git/mesa/drm

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,6 @@ When ti-cal is enabled, the capture device will appear as /dev/videoX.
Standard V4L2 user space applications can be used as long as the
capability of the application matches.

- **dmabuftest example**

Use CAL to capture a 1280x800 YUYV video stream and display it on an
HDMI display using DMABUF buffers.

::

dmabuftest -s 36:1920x1080 -c 1280x800@YUYV -d /dev/video1

- **yavta example**

Capture 1280x800 YUYV video stream to file.
Expand All @@ -323,12 +314,6 @@ capability of the application matches.

yavta -c60 -fYUYV -Fvout_1280x800_yuyv.yuv -s1280x800 /dev/video1

dmabuftest can be found from:

::

https://git.ti.com/glsdk/omapdrmtest

yavta can be found from:

::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,27 +364,13 @@ When ti-vip is enabled, the capture device will appear as /dev/videoX.
Standard V4L2 user space applications can be used as long as the
capability of the application matches.

- **dmabuftest example**
Use VIP to capture a 1280x800 YUYV video stream and display it on an
HDMI display using DMABUF buffers.

::

dmabuftest -s 36:1920x1080 -c 1280x800@YUYV -d /dev/video1

- **yavta example**
Capture 800x600 YUYV video stream to file.

::

yavta -c60 -fYUYV -Fvout_800x600_yuyv.yuv -s800x600 /dev/video1

dmabuftest can be found from:

::

https://git.ti.com/glsdk/omapdrmtest

yavta can be found from:

::
Expand Down