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 bac62d0 commit 2cfe5d9Copy full SHA for 2cfe5d9
wrappers/python/freenect.pyx
@@ -278,7 +278,7 @@ cpdef init():
278
# to both but haven't wrapped the python API for selecting subdevices yet.
279
# Also, we don't support audio in the python wrapper yet, so no sense claiming
280
# the device.
281
- freenect_select_subdevices(ctx, FREENECT_DEVICE_MOTOR | FREENECT_DEVICE_CAMERA)
+ freenect_select_subdevices(ctx, int(FREENECT_DEVICE_MOTOR | FREENECT_DEVICE_CAMERA))
282
cdef CtxPtr ctx_out
283
ctx_out = CtxPtr()
284
ctx_out._ptr = ctx
0 commit comments