-
Notifications
You must be signed in to change notification settings - Fork 48
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
v2-main branch failed to initialize device. #80
Comments
@graycatrl Thank you for your feedback. If you can delete the build and install folders and then switch to v2-main and recompile, will there still be a problem of being unable to initialize the device? |
@jjiszjj It turns out the problem is that |
Hey, I have the exact same problem. Lastest v2-main does not fix the issue. |
Hello, I have the same problem on "v2-main" branch. I build and run femto bolt camera on "Jazzy" successfully, but on "Humble" femto bolt camera has runtime error "Failed to initialize device". |
Issue: Gemini 336 camera fail to initialize with
v2-main
branch due to missing config related to filters. If I build/run withmain
branch, then switch back tov2-main
branch, the camera is able to initialize. It seems themain
branch writes some config to somewhere, which is later picked up by code inv2-main
.Setup:
If I'm using v2-main branch, it result in a crash loop, unable to initialize the device:
If I'm in main branch, camera is able to initialize:
If I switch back to
v2-main
and build/run again, it is able to initialize:The text was updated successfully, but these errors were encountered: