Internal & External framesync. For now we are using Internal framesync.
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 (will be updated): 0. Use internal frame sync. The DCMI signals are generated by the camera itself.
DIGITAL_OUTPUT_MODE (0x12), call it several timesCOOLED_CORE_COMMANDGenerally speaking, the frames can be stored in the camera's memory and then transferred to PAY,
Useful for debugging, implementing storage on our side. Still useful to support it on the mission if things go wrong. It is always easier to request 1 frame from camera's memory then consume 3000.
The commands for that are described in the image capture note and will be added here.
Main point: requesting one frame requires to send different commands from requesting a video.