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 @@ -3718,6 +3718,10 @@ Params: rotation Mounting rotation of the camera sensor (0 or
37183718 clk-continuous Switch to continuous mode on the CSI clock lane,
37193719 which increases the maximum frame rate slightly.
37203720 Appears not to work on Pi3.
3721+ trigger-mode Enable external trigger mode (0 = normal,
3722+ 1 = triggered). In this mode, the sensor outputs
3723+ a frame only when triggered by a rising edge
3724+ on the FSIN input pin.
37213725
37223726
37233727Name: 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