issues
search
uci-uav-forge
/
uavf_2024
Flight software for Student Unmanned Aerial Systems 2024 competition
MIT License
4
stars
0
forks
source link
Threaded Camera Image Logging
#220
Closed
MinhxNguyen7
closed
5 months ago
MinhxNguyen7
commented
5 months ago
Description
Camera logging was making the frame times unstable, so we disabled it.
We need to implement the logging asynchronously.
You probably want to use
ThreadPoolExecuter
and simply
submit
functions and images to it.
This should take only a few lines of code.
Description
submit
functions and images to it.