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/08/28 21:44] gray update imx585 & imx678 support in diff fenix version |
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=/ | ||
| + | ``` | ||
| + | |||
| /* | /* | ||
| Line 199: | Line 220: | ||
| ==== Camera Interfaces Performance ==== | ==== Camera Interfaces Performance ==== | ||
| - | === For hardware version V11, V12, and V13 without adding '' | ||
| - | | + | <tabbox IMX415> |
| + | | ||
| + | |||
| + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) | ||
| + | ^ CAM1 | | ||
| + | ^ CAM2 | | ||
| + | ^ CAM3 | | ||
| + | |||
| + | * connect two cameras | ||
| + | |||
| + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) | ||
| + | ^ CAM2 | | ||
| + | ^ CAM3 | | ||
| + | |||
| + | * connect three camera simultaneously: | ||
| + | |||
| + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) | ||
| + | ^ CAM1 | | ||
| + | ^ CAM2 | | ||
| + | ^ CAM3 | | ||
| + | |||
| + | <tabbox OS08A10> | ||
| + | * connect one camera separately: | ||
| + | |||
| + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) | ||
| + | ^ CAM1 | | ||
| + | ^ CAM2 | | ||
| + | ^ CAM3 | | ||
| + | |||
| + | * connect two cameras to CAM3 and CAM2 simultaneously | ||
| + | |||
| + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) | ||
| + | ^ CAM2 | | ||
| + | ^ CAM3 | | ||
| + | |||
| + | * connect three camera simultaneously: | ||
| + | |||
| + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) | ||
| + | ^ CAM1 | | ||
| + | ^ CAM2 | | ||
| + | ^ CAM3 | | ||
| - | | ^ Frame rate ^ | + | <tabbox IMX585> |
| - | ^ CAM1 | 4K@30fps | + | |
| - | ^ CAM2 | 4K@30fps | + | |
| - | ^ CAM3 | 4K@60fps | + | |
| - | * Simultaneously activate three cameras: | + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) |
| + | ^ CAM1 | | ||
| + | ^ CAM2 | | ||
| + | ^ CAM3 | | ||
| - | | ^ Frame rate ^ | + | * connect two cameras to CAM3 and CAM2 simultaneously |
| - | ^ CAM1 | 4K@20fps | + | |
| - | ^ CAM2 | 4K@25fps | + | |
| - | ^ | + | |
| + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) | ||
| + | ^ CAM2 | | ||
| + | ^ CAM3 | | ||
| - | ===For hardware version V13 with adding '' | + | * connect three camera simultaneously: |
| - | * Only activate one cameras: | + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) |
| + | ^ CAM1 | | ||
| + | ^ CAM2 | | ||
| + | ^ CAM3 | | ||
| - | | ^ Frame rate ^ | + | <tabbox IMX678> |
| - | ^ CAM1 | 4K@30fps | + | |
| - | ^ CAM2 | 4K@60fps | + | |
| - | ^ CAM3 | 4K@60fps | + | |
| - | * Simultaneously activate three cameras: | + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) |
| + | ^ CAM1 | | ||
| + | ^ CAM2 | | ||
| + | ^ CAM3 | | ||
| - | | ^ Frame rate ^ | + | * connect two cameras to CAM3 and CAM2 simultaneously |
| - | ^ CAM1 | 4K@15fps | + | |
| - | ^ CAM2 | 4K@30fps | + | |
| - | ^ | + | |
| - | * connect 2 cameras to CAM3 and CAM2 interfaces: | + | | ^ |
| + | ^ CAM2 | | ||
| + | ^ CAM3 | | ||
| - | | ^ Frame rate ^ | + | * connect three camera simultaneously: |
| - | ^ CAM2 | 4K@60fps | + | |
| - | ^ CAM3 | 4K@60fps | + | |
| + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) | ||
| + | ^ CAM1 | | ||
| + | ^ CAM2 | | ||
| + | ^ CAM3 | | ||
| + | </ | ||
| ===== Android ===== | ===== Android ===== | ||