Skip to content

Instantly share code, notes, and snippets.

@truh
Last active July 16, 2019 09:42
Show Gist options
  • Save truh/a9ced305c87f8d99732834fc416a6827 to your computer and use it in GitHub Desktop.
Save truh/a9ced305c87f8d99732834fc416a6827 to your computer and use it in GitHub Desktop.
FROM moonvision/moonbox:genicam-latest
# Install the camera library as instructed by the camera or library vendor
RUN install_camera_library
# Register libraries with linker
RUN echo /path/to/lib/files/ > /etc/ld.so.conf.d/vendor-libs.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment