Example of using JVM wrapper for Point Grey Spinnaker SDK.
Please address queries and questions to JavaCPP discussion group.
Acquisition_C
- how to enumerate cameras, start acquisition, and grab images.Enumeration_C
- how to enumerate interfaces and cameras.Sequencer_C
- shows how to use the sequencer to grab images with various settings.Utils
- helper functions that are reused by multiple examples. In original Spinnaker C examples corresponding C code is duplicated in each example. This reduces verbosity of the original C examples. TreatUtils
is another source of example code.
To reduce verbosity of the original C examples some repeating code was moved to spinnaker_c4j.Utils
Enumeration_C
- how to enumerate interfaces and cameras.EnumerationEvents_C
- handling system and interface events, like camera disconnect.SaveToAvi_C
- shows how to create a video from a vector of images.helpers
- helper functions that are reused by multiple examples. In original Spinnaker C examples corresponding C code is duplicated in each example. This reduces verbosity of the original C examples. Treathelpers
is another source of example code.
build.sbt
- the main SBT configuration file.project/build.properties
- version of SBT to use.project/plugins.sbt
- plugins used for creation of Eclipse projects.