Skip to content

nclack/acquire-driver-common

 
 

Repository files navigation

Acquire Common Driver

Build Tests

This is an Acquire Driver that exposes commonly used devices.

Devices

Cameras

  • simulated: uniform random - Produces uniform random noise for each pixel.
  • simulated: radial sin - Produces an animated radial sin-wave pattern.
  • simulated: empty - Produces no data, leaving a image buffers blank. Simulates going as fast as possible.

Storage

  • raw - Streams to a raw binary file.
  • tiff - Streams to a bigtiff file. Metadata is stored in the ImageDescription tag for each frame as a json string.
  • tiff-json - Stores the video stream in a bigtiff (as above) and stores metadata in a json file. Both are located in a folder identified by the filename property.
  • Trash - Writes nothing. Discards incoming data.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.5%
  • C 35.0%
  • CMake 11.5%