Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 22, 2019 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/8b087495d9aef2ee59500c04b9554218 to your computer and use it in GitHub Desktop.
Save ryantm/8b087495d9aef2ee59500c04b9554218 to your computer and use it in GitHub Desktop.
/nix/store/y6gamzmyqylkdya63k7girncv8z8swbr-libdc1394-2.2.6
├── bin
│   └── dc1394_reset_bus
├── include
│   └── dc1394
│   ├── camera.h
│   ├── capture.h
│   ├── control.h
│   ├── conversions.h
│   ├── dc1394.h
│   ├── format7.h
│   ├── iso.h
│   ├── linux
│   │   ├── capture.h
│   │   └── control.h
│   ├── log.h
│   ├── register.h
│   ├── types.h
│   ├── utils.h
│   ├── vendor
│   │   ├── avt.h
│   │   ├── basler.h
│   │   ├── basler_sff.h
│   │   └── pixelink.h
│   └── video.h
├── lib
│   ├── libdc1394.la
│   ├── libdc1394.so -> libdc1394.so.25.0.0
│   ├── libdc1394.so.25 -> libdc1394.so.25.0.0
│   ├── libdc1394.so.25.0.0
│   └── pkgconfig
│   └── libdc1394-2.pc
└── share
└── man
└── man1
├── dc1394_multiview.1.gz
├── dc1394_reset_bus.1.gz
├── dc1394_vloopback.1.gz
├── grab_color_image.1.gz
├── grab_gray_image.1.gz
└── grab_partial_image.1.gz
10 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment