mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-04-26 22:55:53 +03:00
[GH-ISSUE #13] Issue with libc6 and the 1.4 version #15
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cam2ip#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fallais on GitHub (Oct 17, 2018).
Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/13
Hello,
I am facing this issue with last version :
/lib/arm-linux-gnueabihf/libc.so.6: version 'GLIBC_2.27' not foundDo you know where it could come from please ?
Thanks
@gen2brain commented on GitHub (Oct 17, 2018):
Hello,
All binaries are cross compiled, that is probably because I use newer toolchain (glibc version is 2.27) then what is available in raspbian. I will probably have to rebuild whole toolchain for arm6 (RPi 1 and 2) with lower versions. Similar issue was this one https://github.com/gen2brain/cam2ip/issues/6 .
@gen2brain commented on GitHub (Oct 19, 2018):
Ok, I uploaded a new binary compiled with toolchain with glibc-2.24, that should work. Can you try now?
@fallais commented on GitHub (Oct 21, 2018):
Hello,
Still the same..
@gen2brain commented on GitHub (Oct 23, 2018):
Hmm, cam2ip-1.4-RPi.tar.gz binary should not have such symbols anymore. I can try to build everything once more, if you are willing to test it.
@fallais commented on GitHub (Oct 23, 2018):
Yes I can test
@gen2brain commented on GitHub (Oct 28, 2018):
Can you try again with https://github.com/gen2brain/cam2ip/releases/download/1.5/cam2ip-1.5-RPi-native.tar.gz , I added suport for V4L native implementation on Linux/RPi. On desktop it works with lower CPU usage compared to version with OpenCV.
@fallais commented on GitHub (Oct 28, 2018):
Hello,
I have this issue now :
@gen2brain commented on GitHub (Oct 28, 2018):
Ok, new build is uploaded, just download again, it should be ok now.
@fallais commented on GitHub (Oct 28, 2018):
I tried again, I face the same issue
@gen2brain commented on GitHub (Oct 28, 2018):
Are you sure that is not related to some cache? The last binary I uploaded is compiled with static libjpeg.a, and symbols are in binary:
Anyway, you can try also with https://github.com/gen2brain/cam2ip/releases/download/1.5/cam2ip-1.5-RPi-native-jpeg.tar.gz I just added, it is a completely static binary compiled without CGo support.
@fallais commented on GitHub (Oct 28, 2018):
I tried again, still the same. I tried the other one and it is working, but the default quality of the image is very poor.
Note : the rotate works :-)
@fallais commented on GitHub (Oct 29, 2018):
Is it normal that the more I increase the width and height, the more it is zoomed ? It did not work like this before, it was just increasing the quality, which is what I want
@fallais commented on GitHub (Nov 16, 2018):
Up :-)
@gen2brain commented on GitHub (Nov 17, 2018):
Can you grab a screenshot? I just tried in Linux OpenCV build and native build, both with 1024x768 and I don't see a difference.
@fallais commented on GitHub (Nov 17, 2018):
I tried but when trying to rebuild the Dockerfile, here is my issue :
Did you remove the binary ?
@gen2brain commented on GitHub (Nov 17, 2018):
That is a https://github.com/gen2brain/cam2ip/releases/download/1.5/cam2ip-1.5-RPi-nocgo.tar.gz now.
@fallais commented on GitHub (Nov 17, 2018):
With this Dockerfile.
With this Dockerfile :
PS : It is a chicken coop ^^
@gen2brain commented on GitHub (Nov 17, 2018):
You are using different aspect ratio, for 720x480 that is 4/3 , and in other case is 16/9 , try with same aspect ratio.
@fallais commented on GitHub (Nov 17, 2018):
Ok my bad, you are right...
I tried with
1280x960The chicken seems to approve.
Thanks !