-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows python demo: usbmuxd_connect: Connect failed, Error code=3 #56
Comments
Follow these steps works fine with me:
If I start demo-main.py firstly, it shows the same error like you said. |
Unfortunately, I couldn't replicate the issue. When running I can only suggest what I usually do when Record3D does not seem to stream data:
The reason why OpenCV isn't listed as a dependency is that the |
Thanks, I'll try to have another look at some point. Rationale with OpenCV seems sensible. |
When running
python demo-main.py
on Windows 10, I get(and then ctrl-c doesn't seem able to break out of the script).
I have installed iTunes, and accepted prompts on the iPad to trust this computer etc. The C++ demo seems to manage to connect and stream data across, although I have yet to get it properly configured to use OpenCV. I couldn't see any graphics output in the C++ demo, but I imagine that might be because it was built without OpenCV. All other signs were that the connection was fine in C++ (status messages in the iPad app, console output from C++, setting breakpoints in frame callbacks...).
On Mac, the Python demo ran fine - although it was necessary to manually install python-opencv which isn't mentioned in the readme.
In case it's useful:
The text was updated successfully, but these errors were encountered: