psmoveapi
psmoveapi copied to clipboard
Cross-platform library for 6DoF tracking of the PS Move Motion Controller. Sensor fusion, computer vision, ambient display (LED orb).
As mentioned in #206 , I'd like to see features from my fork brought upstream so I can get rid of my fork altogether. I don't have the time to...
It would be nice to have a simple demo project that shows users how to use the binary libs in their own program. Maybe a preconfigured MSVC solution would work...
Hello, I am trying to compile psmoveapi on NVIDIA Jetson XAVIER AGX running Jetpack 5: # R35 (release), REVISION: 1.0, GCID: 31346300, BOARD: t186ref, EABI: aarch64, DATE: Thu Aug 25...
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...
This fixes the following build issue with GCC 15 ``` /builddir/build/BUILD/psmoveapi-4.0.12_20240424git26e1446-build/psmoveapi-26e1446fc9b5996192a1f406d289e64e4e97a195/examples/c/test_navcon.cpp:48:13: error: ‘strcmp’ was not declared in this scope 48 | if (strcmp(name, "Sony Navigation Controller") == 0) { |...
In my attempts to test https://github.com/thp/psmoveapi/commit/8cc40f73e62adbb8351a0180aa779cdd546170cb version of the psmoveapi I have ran across an error. Note: version is mentioned not for being the cause of the issue but to...
System : Manjaro linux (arch based) Steps to reproduce: 1: Git clone repo 2: make new folder/dir named build 3: run cmake .. it will fail with a message of...
when running `psmove calibrate-camera psmove.xml`, i get the following error: ``` [INFO camera_control.cpp: 60] No preferred camera found, using first available camera [ WARN:[email protected]] global cap_gstreamer.cpp:1777 open OpenCV | GStreamer...
How do I use this on android? Is there a way to use the linux version somehow?