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 [2023/07/05 03:07] nick |
products:sbc:vim4:add-ons:vim4-mipi-camera [2024/09/24 03:46] (current) nick [Preview video on ubuntu desktop] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~tag> VIM4 OpenCV V4l2 MIPI ISP ~~ | ||
| + | |||
| {{indexmenu_n> | {{indexmenu_n> | ||
| Line 26: | Line 28: | ||
| ```shell | ```shell | ||
| - | gst-launch-1.0 v4l2src device=/ | + | gst-launch-1.0 |
| ``` | ``` | ||
| Line 137: | Line 139: | ||
| ./mipi / | ./mipi / | ||
| ``` | ``` | ||
| + | |||
| + | ==== Preview video on ubuntu desktop ==== | ||
| + | |||
| + | <tabbox Ubuntu 24.04> | ||
| + | |||
| + | 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=/ | ||
| + | ``` | ||
| + | |||
| + | <tabbox Ubuntu 22.04> | ||
| + | |||
| + | 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 ===== | ||
| WIP: | WIP: | ||