You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi there, im trying to use the psmoveapi for a school project, however, im facing the below error when trying to access tracker. im wondering is there something i might have missed out?
self.tracker = psmove.PSMoveTracker()
AttributeError: module 'psmove' has no attribute 'PSMoveTracker'
i checked that the ps eye camera works fine.
i'm using verision 4.0.12 of psmoveapi on ubuntu 22.04
thank you!
The text was updated successfully, but these errors were encountered:
steve-hops
changed the title
Unable to detect PS Eye Camera
Unable to get PSMoveTracker
Jan 9, 2025
Have you built the project with tracker support, and installed all dependencies (e.g. OpenCV)? Can you attach the full build log (do a clean rebuild if you haven't captured the log, so it really builds everything from scratch)?
hi there, im trying to use the psmoveapi for a school project, however, im facing the below error when trying to access tracker. im wondering is there something i might have missed out?
self.tracker = psmove.PSMoveTracker()
AttributeError: module 'psmove' has no attribute 'PSMoveTracker'
i checked that the ps eye camera works fine.
i'm using verision 4.0.12 of psmoveapi on ubuntu 22.04
thank you!
The text was updated successfully, but these errors were encountered: