mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 10:24:07 +08:00
If the capture GPIO is exposed to a signal with high frequency changes, a lot of interrupts are scheduled and the handling of these call can worst-case starve flight critical processes leading to a loss of control. Since camera capture is not flight critical, we now give up the capture functionality and stop the interrupts to prevent the starvation of other processes.