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 [2024/11/14 01:09] nick [Record Video with Gstreamer] |
products:sbc:edge2:add-ons:edge2-mipi-camera [2024/12/18 20:43] (current) gray [Record Video with Gstreamer] Update record command to reach 4k@60fps |
||
---|---|---|---|
Line 57: | Line 57: | ||
```shell | ```shell | ||
- | gst-launch-1.0 v4l2src device=/ | + | gst-launch-1.0 v4l2src device=/ |
``` | ``` | ||
Line 63: | Line 63: | ||
```shell | ```shell | ||
- | gst-launch-1.0 v4l2src device=/ | + | 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 70: | Line 70: | ||
```shell | ```shell | ||
- | gst-launch-1.0 v4l2src device=/ | + | gst-launch-1.0 v4l2src device=/ |
``` | ``` | ||
Line 161: | Line 161: | ||
sudo apt install v4l-utils | sudo apt install v4l-utils | ||
``` | ``` | ||
- | |||
- | <tabbox kernel 5.10.66> | ||
- | |||
- | Capture frame from '' | ||
- | |||
- | ```shell | ||
- | v4l2-ctl -d / | ||
- | ``` | ||
- | |||
- | Capture frame from '' | ||
- | |||
- | ```shell | ||
- | v4l2-ctl -d / | ||
- | ``` | ||
- | |||
- | Capture frame from '' | ||
- | |||
- | ```shell | ||
- | v4l2-ctl -d / | ||
- | ``` | ||
- | |||
- | <tabbox Other version> | ||
Capture frame from '' | Capture frame from '' | ||
Line 201: | Line 179: | ||
v4l2-ctl -d / | v4l2-ctl -d / | ||
``` | ``` | ||
- | |||
- | </ | ||
It will capture a '' | It will capture a '' |