-
Notifications
You must be signed in to change notification settings - Fork 29
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
add linux support? #42
Comments
Related questions: the latest Ubuntu reposistory qt libraries are 5.15.3 (at least in my 22.04 aarm64 image). Does anyone know whether the SW will compile with that version of QT creator? Similar question regarding OpenCV. Any sense for what version is needed? |
OK.. so here is a fork that works on Linux. |
Thanks! I have gotten it to build, but I find that I'm getting errors when connecting to webcam or miniscope. Any hints about needed packages (maybe gstreamer ones??) |
Can you post what errors you are getting? |
Thanks so much for your fork. Compiling was failing at the very end where it was copying files:
And I ignored it. BUT, it turns out that this meant that videoDevices.json file didn't load and failed silently!
I need to make a patch to add some error handling there! |
In theory it should be fairly straight-forward to build on linux. In fact there already seem to be some success! (#32).
So just want to put this issue here to track collective effort to make the DAQ software work on linux, and potentially have official support for linux.
Specifically it would be nice to have:
.pro
files to help building from source on linux.The text was updated successfully, but these errors were encountered: