-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unity Editor Crashes when Entering Play Mode with ARToolkitX #100
Comments
It does work on desktop platforms, and I've not observed crashes in
|
Hello, I encountered the same problem as you, a crash occurs when playing on my windows. Have you solved this problem? How can you make it successfully open the camera and run it? |
No I haven't solved it yet. I am using my phone camera as a webcam with droidcam or iriun webcam as a workaround |
Can you tell me which script I need to change to use the IP webcam? How to do that? |
in the ARX Video Config in the ARToolkit Controller, you can find a dropdown where you can choose video source info list or nth camera. The ip camera app should be in the video source info list. If you can't select the video source, you can use the Nth Camera and input in the camera number the order in which the video source appears in the video source info list dropdown. Alternatively, you can use splitcam as a virtual camera. Just use your webcam as source in the app and splitcam as the source in unity |
thank you! It does works. |
Whenever we try to run our scene in play mode the editor crashes. We suspect the crash is caused by the
ARX Controller
orARX Video Background
scripts, since when we disabled these scripts the editor does not crash. We also tried to run play mode when the web cam is used by another program, and it did not crash. We tried to build it on android and it works, we also tried building on Windows and it also crashes. Does ARUnityX not work on Desktop computers yet?Here is an excerpt from the crash log:
The text was updated successfully, but these errors were encountered: