-
Notifications
You must be signed in to change notification settings - Fork 62
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
Make error #14
Comments
Hi, It seems gsoap-dev is not installed. Best Regards |
Can v4l2onvif run on Rasberry pi4 with ubuntu server operating system installed? |
Hi, I guess yes, I run it on raspberry 2. Best Regards |
hello. I'm really having trouble because the rasberry pi4 using v4l2 only supports the YUV,RGB video format but does not support the formats v4l2rtspserver is using such as :h264,MJPEG. What do I need to do so that v4l2rtspserver and v4l2onvif can run on Pi.If I using OS 64 bit and using V4L2 loopback is it posible? |
I'm deploying a server on Rasberry Pi 4 and I downloaded Gsoap but when I run v4l2onvif I get an error. I haven't found a solution yet, please give me a solution.
tuananh@pi:
/Documents/v4l2onvif $ ls/Documents/v4l2onvif $ makeDockerfile LICENSE README.md inc src v4l2rtspserver wsdl
Dockerfile.rpi Makefile gen snap typemap.dat ws-discovery
tuananh@pi:
PREFIX=/usr SYSROOT= DESTDIR=/usr/bin
VERSION=a59b554
git submodule init ws-discovery
git submodule update ws-discovery
make -C ws-discovery/gsoap libwsdd.a
make[1]: Entering directory '/home/tuananh/Documents/v4l2onvif/ws-discovery/gsoap'
mkdir -p .objs
g++ -o .objs/wsddapi.o -c /usr/share/gsoap/plugin/wsddapi.c -I gen -I /usr/include -I /usr/share/gsoap/plugin
In file included from gen/soapH.h:16,
from /usr/share/gsoap/plugin/wsaapi.h:59,
from /usr/share/gsoap/plugin/wsddapi.h:54,
from /usr/share/gsoap/plugin/wsddapi.c:478:
gen/soapStub.h:21:10: fatal error: stdsoap2.h: No such file or directory
21 | #include "stdsoap2.h"
| ^~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:20: libwsdd.a] Error 1
make[1]: Leaving directory '/home/tuananh/Documents/v4l2onvif/ws-discovery/gsoap'
make: *** [Makefile:62: libwsdd.a] Error 2
The text was updated successfully, but these errors were encountered: