This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:vim4:add-ons:vim4-mipi-camera [2024/09/23 22:14] nick |
products:sbc:vim4:add-ons:vim4-mipi-camera [2024/09/24 03:46] (current) nick [Preview video on ubuntu desktop] |
||
---|---|---|---|
Line 147: | Line 147: | ||
```shell | ```shell | ||
- | gst-launch-1.0 | + | gst-launch-1.0 v4l2src device=/ |
``` | ``` | ||
Line 160: | Line 160: | ||
You can use gstreamer '' | You can use gstreamer '' | ||
+ | ```shell | ||
+ | gst-launch-1.0 v4l2src device=/ | ||
+ | ``` | ||
+ | You can use the command below to check display fps: | ||
+ | ```shell | ||
+ | gst-launch-1.0 -v v4l2src device=/ | ||
+ | ``` | ||
- | </ | + | You press '' |
- | + | ||
- | + | ||
+ | </ | ||
===== Android ===== | ===== Android ===== |