This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:edge2:add-ons:edge2-mipi-camera [2025/09/05 04:55] gray split camera performance table |
products:sbc:edge2:add-ons:edge2-mipi-camera [2026/05/12 23:03] (current) nick |
||
|---|---|---|---|
| Line 67: | Line 67: | ||
| gst-launch-1.0 v4l2src device=/ | gst-launch-1.0 v4l2src device=/ | ||
| ``` | ``` | ||
| + | |||
| + | Preview: | ||
| + | |||
| + | ```shell | ||
| + | gst-launch-1.0 v4l2src device=/ | ||
| + | ``` | ||
| + | |||
| Record video from '' | Record video from '' | ||
| Line 73: | Line 80: | ||
| gst-launch-1.0 v4l2src device=/ | gst-launch-1.0 v4l2src device=/ | ||
| ``` | ``` | ||
| + | |||
| + | Preview: | ||
| + | |||
| + | ```shell | ||
| + | gst-launch-1.0 v4l2src device=/ | ||
| + | ``` | ||
| + | |||
| For 4K@60fps, framerate should be set 60/1 | For 4K@60fps, framerate should be set 60/1 | ||
| Line 80: | Line 94: | ||
| gst-launch-1.0 v4l2src device=/ | gst-launch-1.0 v4l2src device=/ | ||
| ``` | ``` | ||
| + | |||
| + | Preview: | ||
| + | |||
| + | ```shell | ||
| + | gst-launch-1.0 v4l2src device=/ | ||
| + | ``` | ||
| + | |||
| /* | /* | ||