Skip to content

Commit

Permalink
Fill out offsets for V1 module
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Jan 12, 2017
1 parent 92492b8 commit 3877f5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions picamera/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,13 @@ def flush(self):
offset = {
'OV5647': {
0: 6404096,
1: 2717696,
2: 6404096,
3: 6404096,
4: 1625600,
5: 1233920,
6: 445440,
7: 445440,
},
'IMX219': {
0: 10270208,
Expand Down
1 change: 1 addition & 0 deletions picamera/mmalobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -2988,3 +2988,4 @@ def __repr__(self):
return '<MMALPythonConnection "%s">' % self.name



0 comments on commit 3877f5f

Please sign in to comment.