Hi, i am trying to build this via docker on a raspberry pi 4 with debian stretch. I want to use the USB3HDCAP as an input device for /dev/video0 to stream it out via a RTSP server using v4l2rtspserver. I am using using a Dockerfile.template to try to compile it via the following command:
# Install hdcapm RUN git clone https://github.com/stoth68000/hdcapm.git /app/hdcapm \ && ( cd /app/hdcapm && make arm)
But it looks like it will not compile. any help available?
here is the error:
Cloning into '/app/hdcapm'... Building ARM make ARCH=arm CROSS_COMPILE=arm-v7a-linux-gnueabihf- -C /KL/ZODIAC-IMX6-HDCAPM-TOOLCHAIN/linux-4.13 M=/app/hdcapm KCPPFLAGS="" modules make[1]: *** /KL/ZODIAC-IMX6-HDCAPM-TOOLCHAIN/linux-4.13: No such file or directory. Stop. Makefile:34: recipe for target 'arm' failed make: *** [arm] Error 2
Hi, i am trying to build this via docker on a raspberry pi 4 with debian stretch. I want to use the USB3HDCAP as an input device for /dev/video0 to stream it out via a RTSP server using v4l2rtspserver. I am using using a Dockerfile.template to try to compile it via the following command:
# Install hdcapm RUN git clone https://github.com/stoth68000/hdcapm.git /app/hdcapm \ && ( cd /app/hdcapm && make arm)But it looks like it will not compile. any help available?
here is the error:
Cloning into '/app/hdcapm'... Building ARM make ARCH=arm CROSS_COMPILE=arm-v7a-linux-gnueabihf- -C /KL/ZODIAC-IMX6-HDCAPM-TOOLCHAIN/linux-4.13 M=/app/hdcapm KCPPFLAGS="" modules make[1]: *** /KL/ZODIAC-IMX6-HDCAPM-TOOLCHAIN/linux-4.13: No such file or directory. Stop. Makefile:34: recipe for target 'arm' failed make: *** [arm] Error 2