jyjblrd / Low-Cost-Mocap

Low cost motion capture system for room scale tracking
MIT License
1.63k stars 277 forks source link

Camera capture broken when trying to start camera stream #69

Open deyoyow opened 1 month ago

deyoyow commented 1 month ago

So I tried to run 'python api/index.py' and when I started the stream it looks like this: image

I've succesful in tackling the COM port error in Windows following this #29 camera works fine if I try with the original pseyepy command

Is it really necessary to have 4 cameras plugged in for the stream to work as mentioned in #39?

Regards, Deyo

jyjblrd commented 1 month ago

Are there any errors printed by the python program?

Does the python program identify the correct number of cameras? see this line: https://github.com/jyjblrd/Low-Cost-Mocap/blob/8ac4d4107fda026d787d5e197f0dcbe6257b2720/computer_code/api/helpers.py#L26