FLIR_Image_Capture_note.pdf

IS: in blue italic text.

There are a few different capturing approaches available:

Camera also supports

Internal & External framesync. For now we are using Internal framesync.

Goal 0: 60fps, 640*512px at 8 bits / pixel, capable of imaging continuously (as opposed to bursts) using the same microcontroller that will fly on the satellite.

Primary goal: take 100fps for 30s

Using digital video. Enabling CMOS, setting it to 14-bit, disabling CameraLink.

To implement the primary task, we don't need information from Image Capture Note. We also don't need to request every individual frame or go through the camera's storage. The frames should just keep coming!

Steps (roughly): 0. Use internal frame sync. The DCMI signals are generated by the camera itself.

  1. Enable CMOS, set it to 14-bit, disable CameraLink, analog DIGITAL_OUTPUT_MODE (0x12), call it several times
  2. Set Window ROI + frame rate in 1 command COOLED_CORE_COMMAND
  3. Start capturing DCMI on STM32. Frames will start coming by themselves!

The detailed instructions are uploaded here:

Flir Tau SWIR commands.pdf