-
Notifications
You must be signed in to change notification settings - Fork 2
Unity keeps crashing with the Run the scene #6
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
Comments
What is the Yolo package you imported? |
I am using the latest version I have tried with different versions of unity as well still crashing |
I think i know what could be the cause of the crash, Unity is trying to get access to the camera and its not getting access to it. Do anyone know how to fix this? running this on windows and making a build on windows as well |
We have tested it in our environment and have never encountered any crashing errors. |
Yes its the same for this scene as well error.mp4 |
This is a test environment that has been verified to have no problems. Since accessing the camera seems to induce a crash, could you try a simple WebCamTexture test like the code below? |
You are correct, there is some issue with webcamtexture. |
How to use Video source from outside Unity I have a video playing in another software, I am getting the video feed in unity using NDI/Spout. I am currently using the scene where I am just using a pre recorded video. The video I am receiving in unity is playing on a quad |
I imported both OpenCV and the Yolo package in Unity, didnt get any errors which was amazing.
I tried to run the scenes in the folder "YOLOv8WithOpenCVForUnityExample" but all of them keep crashing as soon as I run them.
Any suggestions why?
For Open CV, I have the latest package from the asset store. Same for Yolo the latest one. Running this on Windows.
My unity version is: 2022.3.45f1
The text was updated successfully, but these errors were encountered: