This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim1s:applications:hardware-decoding [2024/09/13 02:17] nick |
products:sbc:vim1s:applications:hardware-decoding [2024/09/13 02:30] (current) nick |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| ```shell | ```shell | ||
| - | gst-launch-1.0 filesrc location=/ | + | gst-launch-1.0 filesrc location=/ |
| ``` | ``` | ||
| Line 31: | Line 31: | ||
| ```shell | ```shell | ||
| - | gst-launch-1.0 filesrc location=/ | + | gst-launch-1.0 filesrc location=/ |
| ``` | ``` | ||
| ===== MJPEG Hardware Decoding | ===== MJPEG Hardware Decoding | ||
| - | An example to decode video from USB camera | + | An example to decode video from USB camera: |
| ```shell | ```shell | ||
| - | gst-launch-1.0 v4l2src device=/ | + | gst-launch-1.0 v4l2src device=/ |
| ``` | ``` | ||