Skip to content
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

Open
tuananh-lab opened this issue May 28, 2024 · 4 comments
Open

Make error #14

tuananh-lab opened this issue May 28, 2024 · 4 comments

Comments

@tuananh-lab
Copy link

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
Dockerfile LICENSE README.md inc src v4l2rtspserver wsdl
Dockerfile.rpi Makefile gen snap typemap.dat ws-discovery
tuananh@pi:
/Documents/v4l2onvif $ make
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

@mpromonet
Copy link
Owner

Hi,

It seems gsoap-dev is not installed.

Best Regards
Michel

@tuananh-lab
Copy link
Author

Can v4l2onvif run on Rasberry pi4 with ubuntu server operating system installed?

@mpromonet
Copy link
Owner

Hi,

I guess yes, I run it on raspberry 2.

Best Regards
Michel

@tuananh-lab
Copy link
Author

tuananh-lab commented Jun 5, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants