Firefly开源社区

标题: 双摄像头的调试问题 [打印本页]

作者: zxx08301    时间: 2022-3-10 15:05
标题: 双摄像头的调试问题
我现在Core-1126-JD4的板子上调试双摄像头,想先试一下400W摄像头模组OS04A10接到转接板上面的连接器上,下图黄圈那个,我修改了dts文件


&i2c1 {
        status = "okay";
        os04a10: os04a10@36 {
                compatible = "ovti,os04a10";
                reg = <0x36>;
                clocks = <&cru CLK_MIPICSI_OUT>;
                clock-names = "xvclk";
                power-domains = <&power RV1126_PD_VI>;
                pinctrl-names = "rockchip,camera_default";
                pinctrl-0 = <&mipicsi_clk1>;
                avdd-supply = <&vcc_avdd>;
                dovdd-supply = <&vcc_1v8>;
                dvdd-supply = <&vcc_dvdd>;
                pwdn-gpios = <&gpio3 RK_PA5 GPIO_ACTIVE_HIGH>;
                reset-gpios = <&gpio4 RK_PA1 GPIO_ACTIVE_LOW>;
                rockchip,camera-module-index = <1>;
                rockchip,camera-module-facing = "front";
                rockchip,camera-module-name = "CMK-OT1607-FV1";
                rockchip,camera-module-lens-name = "M12-40IRC-4MP-F16";
                ir-cut = <&cam_ircut0>;
                port {
                        ucam_out0: endpoint {
                                remote-endpoint = <&csi_dphy1_input>;
                                data-lanes = <1 2 3 4>;
                        };
                };
        };

...........
&csi_dphy1 {
        status = "okay";
        ports {
                port@0 {
                        csi_dphy1_input: endpoint@1 {
                                remote-endpoint = <&ucam_out1>;
                                data-lanes = <1 2 3 4>;
                        };
                };
                port@1 {
                        csi_dphy1_output: endpoint@0 {
                                remote-endpoint = <&isp_in>;
                                data-lanes = <1 2>;
                        };
                };
        };
};

但是读取Sensor ID失败,请问还需要改什么地方呢


作者: thinkTime    时间: 2022-5-27 16:45
模组是上电就出信号,还是说需要配置寄存器?如果前者,可以把check sensor id注释掉。不检查
作者: cmos0610    时间: 2022-7-15 16:18
你解决了吗? 你是怎么做到的?
作者: zxx08301    时间: 2022-7-15 16:38
cmos0610 发表于 2022-7-15 16:18
你解决了吗? 你是怎么做到的?

我自己重新做了接口板,firefly不开放这个转接板的资料,没法弄
作者: lqqkqq    时间: 2022-8-19 10:10
zxx08301 发表于 2022-7-15 16:38
我自己重新做了接口板,firefly不开放这个转接板的资料,没法弄

谢谢你的答案。
你用的是双摄像头吗?
您使用的是 os04a10 以外的相机吗?
作者: zhixiangxu    时间: 2022-8-19 10:21
版主,如果前端用的相机信号输出接口不是mipi呢,比如lvds,这样通过转接芯片把信号转成mipi的方式再输入板端是否可行?




欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1