ImageJ Examples
The following plugins are included as examples of how to use CamAcq:
  • CamAcqJ_.java
    Opens the user interface
  • JavaConsole_.java
    Opens a console that shows all Java output; useful for diagnosing problems.
  • CaptureImageByte_.java
    Captures an 8-bit image into an ImagePlus
  • CaptureImageShort_.java
    Captures an 12-bit image into an ImagePlus
  • CaptureStack_.java
    Captures a sequence of images into an ImageStack.