Sign inSign up

loaywael/flir-bfs-cam-sdk

By loaywael

Updated over 4 years ago

FLIR Camera SDK supporting Blackfly-S family

Image
0

10K+

loaywael/flir-bfs-cam-sdk repository overview

[first time]

$ docker run -itd --privileged --net host --name <container name>  loaywael/flir-bfs-cam-sdk:<tagname>

to mount a shared directory between container/host

$ docker run -itd --privileged --net host --name <container name>  \ 
-v <host-abs-path>:<container-abs-path> loaywael/flir-bfs-cam-sdk:<tagname>

to enable GUI apps running from the container to be interactively interfaced with the host

$ docker run -itd --privileged --net host --name <container name>  \ 
--runtime nvidia \
-e XAUTHORITY -e DISPLAY \
-e NVIDIA_VISIBLE_DEVICES=0 -e NVIDIA_DRIVER_CAPABILITIES=graphics \
-v /tmp/.X11-unix/:/tmp/.X11-unix -v $XAUTHORITY:$XAUTHORITY \

typical usage

$ docker start <container name>
$ docker exec -it <container name> bash

ℹ notice
you may need to configure the sensor yaml/launch files depending on the sensor and the requirements also, it may require sourcing the setup.bash of the ROS package if the wrapper launch file isn't found by the terminal

Tag summary

Content type

Image

Digest

Size

969.8 MB

Last updated

over 4 years ago

docker pull loaywael/flir-bfs-cam-sdk