-
I was trying to run the code without a drone, so I simply commented the lines: As long as I do not use the drone functions on the front end, I would guess it should work fine. I am running on Windows 11 (followed the steps in bensondaled/pseyepy#15). But it seems that there is no communication between the backend and the front end. Whenever I start the camera stream, nothing happens. Not sure if I am missing a basic step here, maybe firewall/administrator settings? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It should work, try using the chrome network tools to see if it is connecting to the backend, and maybe add some print statements to the backend to see if requests are being received from the frontend. You may need to reload the page after resetting the python script to see the images show up. |
Beta Was this translation helpful? Give feedback.
There are a few more places where you will need to change the socket port if you choose to resolve the problem this way: https://github.com/search?q=repo%3Ajyjblrd%2FLow-Cost-Mocap%203001&type=code