mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 11:50:35 +08:00
85a5dd87cd
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.