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 3e57d35 commit 307ea7cCopy full SHA for 307ea7c
cv2_drivers/cameras/dvp_rp2_pio.py
@@ -76,6 +76,9 @@ def active(self, active = None):
76
if active == None:
77
return self.sm.active()
78
79
+ # Disable the DMA, the VSYNC handler will re-enable it when needed
80
+ self.dma.active(False)
81
+
82
# Set the active state of the state machine
83
self.sm.active(active)
84
0 commit comments