Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit 453898a

Browse files
author
Andrew Wagner
committed
Add MONO8 color mode
1 parent b6eb099 commit 453898a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ids_core/ids_core_Camera_methods.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ static PyObject *create_matrix(ids_core_Camera *self, char *mem) {
307307
PyArrayObject* matrix;
308308

309309
switch (color) {
310+
case IS_CM_SENSOR_MONO8:
310311
case IS_CM_SENSOR_RAW8: {
311312
npy_intp dims[2];
312313
dims[0] = self->height;

0 commit comments

Comments
 (0)