Skip to content

Commit c3226f5

Browse files
committed
Add missing parameters to OV5640 init docstring
1 parent f9762f6 commit c3226f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

red_vision/cameras/ov5640_pio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def __init__(
4747
Default is 5 MHz
4848
i2c_address (int, optional): I2C address of the camera
4949
Default is 0x3c
50+
buffer (ndarray, optional): Pre-allocated frame buffer.
51+
continuous (bool, optional): Whether to run in continuous mode.
5052
"""
5153
# Create the frame buffer
5254
if buffer is not None:

0 commit comments

Comments
 (0)