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
3718
3718
clk-continuous Switch to continuous mode on the CSI clock lane,
3719
3719
which increases the maximum frame rate slightly.
3720
3720
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.
3721
3725
3722
3726
3723
3727
Name: papirus
Original file line number Diff line number Diff line change 96
96
<®_frag>, "target:0=",<&cam0_reg>;
97
97
arducam = <0>, "+6";
98
98
clk-continuous = <0>, "-7-8";
99
+ trigger-mode = <&cam_node>, "trigger-mode:0";
99
100
};
100
101
};
101
102
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ cam_node: ov9281@60 {
14
14
15
15
rotation = <0>;
16
16
orientation = <2>;
17
+ trigger-mode = <0>;
17
18
18
19
port {
19
20
cam_endpoint: endpoint {
You can’t perform that action at this time.
0 commit comments