-
Notifications
You must be signed in to change notification settings - Fork 95
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
Cannot install using go get #45
Comments
It worked for me:
The camera appears twice as /dev/video* files. That confuses cam2ip. I have an internal UVC camera and the external, so 4 While the first device of a pair cannot be used by guvcview it must be used by cam2ip. But I only get 640x480 resulution.
From another shell I can run:
OK, the issue with only 640x480 resolution is selected also happens if I access the device directly. No idea how to ask for higher resolution.
|
I changed recently the default to be internal native jpeg, and not libturbo-jpeg. That is slower but I cannot handle the issues people who don't know how to compile are sending. Also, every cam has resolution, if the cam is 640x, you cannot "request" higher, you need to get better camera. Of course, you can do software scale. |
@gen2brain Thank you for your answer. I discovered https://github.com/jacksonliam/mjpg-streamer meanwhile: I read a bit the code because the README.md were not detailed enough to give me a clue how to handle the tool. I suggest showing more complicated examples:
Then I could access both instances with my camera 2 and 3 (camera 0 is laptops internal, yet another UVC):
I did not manage to use the |
Thanks, but that all seems to be related to mjpg_streeamer app, right? I just heard about it. Readme should have just basic info imo, the rest is up to user. |
Yes, this about mjpg_streeamer app, which allows me to select even the maximum resolution of my camera. |
If you can, please send a PR for readme, where ffplay and vlc are, but just one example please. |
When I try to install using
go get -v -tags cv2 github.com/gen2brain/cam2ip/cmd/cam2ip
I get the following:When I do
go get -v github.com/gen2brain/cam2ip/cmd/cam2ip
I get the same without the opencv issue.When I run one of the binaries offered, I get
-bash: ./cam2ip: No such file or directory
except for if I use the rpi static version which seems to work. However, when running that version it would seem that the frame rate is very slow.For some context, this is the system I am working with
Any help you can offer, I would appreciate. Thank you in advance.
The text was updated successfully, but these errors were encountered: