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 06:18] gray Add Performance of multi-camera input |
products:sbc:edge2:add-ons:edge2-mipi-camera [2026/05/12 23:03] (current) nick |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== Linux ===== | ===== Linux ===== | ||
| + | |||
| <WRAP important > | <WRAP important > | ||
| Line 23: | Line 24: | ||
| Edit ''/ | Edit ''/ | ||
| + | <tabbox Fenix 1.7.4 or older version> | ||
| + | |||
| + | About IMX585 and IMX678, the two cameras were disabled by default. So V11 or V12 hardware version should replace '' | ||
| + | |||
| + | Edit ''/ | ||
| + | |||
| + | |||
| + | V13 or later hardware version should be set '' | ||
| + | |||
| + | Edit ''/ | ||
| + | |||
| + | <tabbox Fenix 1.7.5 or later version> | ||
| + | |||
| + | We enbale imx585 and imx678 by default, so just add overlay node '' | ||
| + | |||
| + | </ | ||
| You need to reboot the device to take effect. | You need to reboot the device to take effect. | ||
| </ | </ | ||
| - | |||
| ==== Upgrade System ==== | ==== Upgrade System ==== | ||
| Line 51: | 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 57: | 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 64: | Line 94: | ||
| gst-launch-1.0 v4l2src device=/ | gst-launch-1.0 v4l2src device=/ | ||
| ``` | ``` | ||
| + | |||
| + | Preview: | ||
| + | |||
| + | ```shell | ||
| + | gst-launch-1.0 v4l2src device=/ | ||
| + | ``` | ||
| + | |||
| /* | /* | ||
| Line 182: | Line 219: | ||
| ``` | ``` | ||
| - | ==== Performance | + | ==== Camera Interfaces |
| - | For hardware | + | |
| - | | ^ | + | <tabbox IMX415> |
| - | ^ CAM1 | 4K@20fps | | + | * connect one camera separately: |
| - | ^ CAM2 | 4K@25fps | | + | |
| - | ^ CAM3 | 4K@60fps | + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version |
| + | ^ 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 | | ||
| + | |||
| + | <tabbox OS08A10> | ||
| + | * connect | ||
| + | |||
| + | | ^ 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: | ||
| + | |||
| + | | | ||
| + | ^ CAM1 | | ||
| + | ^ | ||
| + | ^ CAM3 | | ||
| + | |||
| + | <tabbox IMX585> | ||
| + | * connect one camera separately: | ||
| + | |||
| + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) | ||
| + | ^ CAM1 | 4K@30fps | ||
| + | ^ CAM2 | 4K@30fps | 4K@60fps | ||
| + | ^ CAM3 | ||
| + | |||
| + | * connect two cameras to CAM3 and CAM2 simultaneously | ||
| + | |||
| + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) | ||
| + | ^ CAM2 | 4K@30fps | ||
| + | ^ CAM3 | 4K@60fps | 4K@60fps | ||
| + | |||
| + | * connect three camera simultaneously: | ||
| + | |||
| + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) | ||
| + | ^ CAM1 | | ||
| + | ^ CAM2 | | ||
| + | ^ CAM3 | 4K@60fps | ||
| + | |||
| + | <tabbox IMX678> | ||
| + | * 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: | ||
| - | For hardware version V13 with adding '' | + | | ^ CAM2 2lane ^ CAM2 4lane (only V13 or later version support) |
| - | | ^ Frame rate ^ | + | ^ CAM1 | |
| - | ^ CAM1 | 4K@15fps | + | ^ CAM2 | |
| - | ^ CAM2 | 4K@30fps | + | ^ CAM3 | |
| - | ^ CAM3 | 4K@60fps | + | |
| - | For hardware version V13 with adding '' | + | </ |
| - | | ^ Frame rate ^ | + | |
| - | ^ CAM2 | 4K@60fps | + | |
| - | ^ CAM3 | 4K@60fps | + | |
| ===== Android ===== | ===== Android ===== | ||