-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
First of all, thanks for this library!
I installed it following your instructions and it seems it installed correctly.
However, when I run your example code I get this error:
TypeError: unbound method get_installed_count() must be called with Device instance as first argument (got nothing instead)
when running the line
print(pyk4a.Device.get_installed_count())
and similar error:
TypeError: unbound method open() must be called with Device instance as first argument (got int instance instead)
when running:
device=pyk4a.Device.open(pyk4a.K4A_DEVICE_DEFAULT)
Do you know what could be the problem?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels