Got the camera working, and added the camera logic to the main program. This photo is just from the example sketch that comes with it but next goal is to find a way to reliably power the hardware so I can test the code. It does compile without errors, but I’m not feeling very lucky about it actually interfacing right. The way it works is once the sensor core detects apogee it switches from a high frame rate video, to high quality video so it can get cool shots on the way down. Instead of fully re initializing the camera though, I just initialized it at the higher quality but used the low resolution. The only thing I need to do for the logic now is get the array of sensor readings and save it to sd after the video stops recording.