Asked
— Edited
Does anyone know if the SDK of the Oculus Rift package would work with EZB if there was a plug in developed for it? It doesn't really need to be something as big and bulky as that. Very unfortunate that Vuzix is no longer offering support with EZB. That would work great.
Like the Vuzix, I'd like to pull from the IMU data to move servos and transfer the camera feed from the EZ camera to the goggles over two complete separate computers in different places.
Any ideas or suggestions on how to POC this, would be grateful.
check again the script post, I've changed the Update rate.
Relevant code:
The above code runs the code once every 30 frames. Start with a conservative value, until you reach the breaking point
Am I doing this right?
If you have the RotNew assigned to joints "0" and "2" ...
Why the question ? Is not compiling or moving ?
*** EDITED ***
Also using your definitions, I am getting this if I rename the second BioJoint... I changed the Name of Joint 1 to "Hello World", Joint 0 ist still named 0.
This is the naming convention... So Joint 0_X shows as 0, Joint 0_Y shows at Hello World...which is the name of the next Joint in the Hierarchy, and Joint 2 does not show at all!
So "0" is being matched or not ? "HelloWorld" is not defined, so you see the values, but no servo movement.
Edit...Joint 2 shows with his correct name Joint 2!
There is no servo movement at all...