File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
arch/arm/boot/dts/overlays Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3737,6 +3737,10 @@ Params: rotation Mounting rotation of the camera sensor (0 or
37373737 clk-continuous Switch to continuous mode on the CSI clock lane,
37383738 which increases the maximum frame rate slightly.
37393739 Appears not to work on Pi3.
3740+ trigger-mode Enable external trigger mode (0 = normal,
3741+ 1 = triggered). In this mode, the sensor outputs
3742+ a frame only when triggered by a rising edge
3743+ on the FSIN input pin.
37403744
37413745
37423746Name: papirus
Original file line number Diff line number Diff line change 9696 <®_frag>, "target:0=",<&cam0_reg>;
9797 arducam = <0>, "+6";
9898 clk-continuous = <0>, "-7-8";
99+ trigger-mode = <&cam_node>, "trigger-mode:0";
99100 };
100101};
101102
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ cam_node: ov9281@60 {
1414
1515 rotation = <0>;
1616 orientation = <2>;
17+ trigger-mode = <0>;
1718
1819 port {
1920 cam_endpoint: endpoint {
You can’t perform that action at this time.
0 commit comments