uas-at-ucla / suas-23-24

Software/Vision operations for UAS@UCLA, 2023-2024. For a list of tasks, visit https://github.com/orgs/uas-at-ucla/projects/1
3 stars 0 forks source link

Take Photo Script Implemented & Python Server to Read Shared Memory Object #50

Closed AidenW0ng closed 9 months ago

AidenW0ng commented 9 months ago

Wrote a script in C++ that takes a photo using a camera connected by USB using libgphoto2. The image is then stored into the shared memory folder /dev/shm and an HTTP request is made out to the concurrently running Python server with telemetry data and the shared memory object name to be processed by the vision software.