Hi,
I’ve been experimenting with a small personal project using OpenIPC and INAV and thought I would share it here in case it is of interest.
It adds RC-controlled interval photography using INAV MSP telemetry. Images are stored in separate session directories, with a CSV log, and GPS position, altitude, timestamp and image direction are written into the JPEG EXIF metadata.
To make this work I made a small modification to msposd that exports the latest GPS telemetry to a temporary file. Everything else is handled by separate scripts and a small standalone EXIF writer.
I tested it on a RunCam WiFiLink 2 with INAV and it is working for my setup.
Project and source code:
https://github.com/RiiPiii/openipc-mission-mode
I’m mainly sharing this to get your thoughts on the approach. I’m not suggesting any change to the goals or direction of the OpenIPC project.
If you find any technical issues with the implementation, especially the small msposd modification, I’d be happy to hear your feedback.
Hi,
I’ve been experimenting with a small personal project using OpenIPC and INAV and thought I would share it here in case it is of interest.
It adds RC-controlled interval photography using INAV MSP telemetry. Images are stored in separate session directories, with a CSV log, and GPS position, altitude, timestamp and image direction are written into the JPEG EXIF metadata.
To make this work I made a small modification to
msposdthat exports the latest GPS telemetry to a temporary file. Everything else is handled by separate scripts and a small standalone EXIF writer.I tested it on a RunCam WiFiLink 2 with INAV and it is working for my setup.
Project and source code:
https://github.com/RiiPiii/openipc-mission-mode
I’m mainly sharing this to get your thoughts on the approach. I’m not suggesting any change to the goals or direction of the OpenIPC project.
If you find any technical issues with the implementation, especially the small
msposdmodification, I’d be happy to hear your feedback.