-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can't open on Raspberry Pi install of UGS #7
Comments
So I used sarxos/webcam-capture to handle cross-platform camera access, and it has a current issue with RPi, that at a minimum will require me to rebuild the npm to resolve. Unfortunately that's a bit of an undertaking and I keep forgetting about it, but you're not the first to ask. I'll try harder to make the time. |
Did you get a chance to work on it? It's a pitty that your camera plug in doesn't work on rpi. That would be great... Thanks. |
I set up github to build it a couple of weeks ago, although I personally haven't tested the result. It's got the latest versions of the dependencies, so I'm hoping it'll work better on the Pi: https://github.com/pelrun/ugs-platform-plugin-camera/releases/tag/v1.2 |
Hi. I actually just compiled and check your new version with the latest dependencies and it still doesn't work on my rpi3/raspian. nothing is displayed when going to /windows/plugin/camera. anyway to have some logs so I can investigate ? |
The relevant information is probably here: https://github.com/sarxos/webcam-capture/wiki/How-To-Configure-Raspberry-Pi |
thnx, i'll have a look tonight and let you know. |
I did try adding all the recommanded libraries and added the folowing code
but what ever I do I keep having the following error in the logs :
|
Sounds like you just need to install libjpeg8. |
didn't find where to get libjpeg8 for raspbian.
|
Wow, there's a real mess there. In short, I think the package you want is |
this is the libjpeg packages I have available :
I did try with with libjpeg-turbo-progs, libjpeg62-turbo, libjpeg62-turbo-dev and libjped-tools. an issue on this is open on sarxos/webcam-capture since 2019 with no answer... sarxos/webcam-capture#701 this is not smelling good... |
previous attemps where on raspbian bullseye.
looks like this package is deprecated... |
I was able to install the plugin file on my Windows laptop, and was able to use the USB webcam.
When I installed the nbm file on my Raspberry Pi that I have at my CNC Router, I was not able to get the Camera plugin to load into the main UGS screen. I was able to see the camera plugin on the plugin slide out under the Window dropdown tab. But after I selected it, nothing showed in the main screen and when I went back to try again, it was like the Camea plugin was already selected.
This plug in could be super useful for supervising my router while I am not in the garage going deaf next to the router. HAHA
Thanks for all the work you put in!
The text was updated successfully, but these errors were encountered: