We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Pipline()
0xC0000374
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
Each of the following will crash on startup with error code 0xC0000374:
The Python used above is Anaconda.
Everything has been installed using requirement.txt. After breakpoint debugging, the program crashes at pipeline = Pipeline()
requirement.txt
pipeline = Pipeline()
pyorbbecsdk/examples/depth.py
Line 45 in f5f3f0c
D:\Anaconda3\envs\foobar_py12\python.exe F:\foobar\depth.py load extensions from F:\foobar/extensions 进程已结束,退出代码为 -1073740940 (0xC0000374)
My folder contains the following:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Each of the following will crash on startup with error code
0xC0000374
:The Python used above is Anaconda.
Everything has been installed using
requirement.txt
.After breakpoint debugging, the program crashes at
pipeline = Pipeline()
pyorbbecsdk/examples/depth.py
Line 45 in f5f3f0c
The camera I use is Gemini Pro
My folder contains the following:
The text was updated successfully, but these errors were encountered: