We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80e09e commit 11a75baCopy full SHA for 11a75ba
boards/shields/weact_ov2640_cam_module/weact_ov2640_cam_module.overlay
@@ -21,24 +21,22 @@
21
22
port {
23
ov2640_ep_out: endpoint {
24
- remote-endpoint = <&zephyr_camera_dvp_in>;
+ remote-endpoint-label = "zephyr_camera_dvp_in";
25
};
26
27
28
29
30
&zephyr_camera_dvp {
31
status = "okay";
32
- sensor = <&ov2640>;
33
- bus-width = <8>;
34
- hsync-active = <0>;
35
- vsync-active = <0>;
36
- pixelclk-active = <1>;
37
- capture-rate = <1>;
38
39
40
zephyr_camera_dvp_in: endpoint {
41
- remote-endpoint = <&ov2640_ep_out>;
+ remote-endpoint-label = "ov2640_ep_out";
+ bus-width = <8>;
+ hsync-active = <0>;
+ vsync-active = <0>;
+ pclk-sample = <1>;
42
43
44
0 commit comments