Hi, I just tried success in Ubuntu18.04 with Basler USB camera and libbgapi2_usb.cti. But when I install rc_genicam in ubuntu 18.04 docker, I can't get transport layer in docker.
FROM ubuntu:18.04
RUN apt update
RUN DEBIAN_FRONTEND=noninteractive \
apt-get install -y --fix-missing \
apt-get install -y --fix-missing \
wget \
unzip \
git \
vim \
cmake \
build-essential
RUN echo 'export GENICAM_GENTL64_PATH=/usr/local/lib/rc_genicam_api' >> ~/.bashrc
WORKDIR /home/
RUN git clone https://github.com/roboception/rc_genicam_api.git
WORKDIR /home/rc_genicam_api
RUN mkdir build
WORKDIR /home/rc_genicam_api/build
RUN cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..
RUN make -j8
RUN make install
RUN ldconfig
Hi, I just tried success in Ubuntu18.04 with Basler USB camera and libbgapi2_usb.cti. But when I install rc_genicam in ubuntu 18.04 docker, I can't get transport layer in docker.
This is in x86 ubuntu18.04 host with gc_info -l
But in docker container only see
DOCKERFILE below