Skip to content

Commit f9a105a

Browse files
committed
Serious tidy-up of init, add isp_blocks
The initialization routine was getting stupidly long and overly complex. This splits it into a series of separate methods each with a (reasonably) well defined purpose. It also adds the isp_block attribute and init parameter.
1 parent 0dd7d01 commit f9a105a

File tree

5 files changed

+392
-187
lines changed

5 files changed

+392
-187
lines changed

docs/api_camera.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the library (excepting the contents of :mod:`picamera.array`)::
1818
PiCamera
1919
========
2020

21-
.. autoclass:: PiCamera(\*, camera_num=0, stereo_mode='none', stereo_decimate=False, resolution=None, framerate=None, sensor_mode=0, led_pin=None, clock_mode='reset', framerate_range=None)
21+
.. autoclass:: PiCamera(\*, camera_num=0, stereo_mode='none', stereo_decimate=False, resolution=None, framerate=None, sensor_mode=0, led_pin=None, clock_mode='reset', framerate_range=None, isp_blocks=None)
2222

2323

2424
PiVideoFrameType

0 commit comments

Comments
 (0)