Recall & Review
beginner
What is a camera gimbal in drone programming?
A camera gimbal is a device that stabilizes the camera on a drone, allowing smooth and steady footage by compensating for drone movements.
Click to reveal answer
beginner
Which axes does a typical 3-axis gimbal control?
A 3-axis gimbal controls pitch (tilt up/down), roll (tilt side to side), and yaw (pan left/right) to stabilize the camera.
Click to reveal answer
beginner
Why is controlling the gimbal important in drone programming?
Controlling the gimbal lets you point the camera precisely and keep it stable, which improves video quality and helps capture the desired shots.
Click to reveal answer
intermediate
What is the typical command to set the gimbal pitch angle in drone programming?
A typical command might be something like setGimbalPitch(angle), where angle is in degrees to tilt the camera up or down.
Click to reveal answer
intermediate
How does feedback from sensors help in gimbal control?
Sensors like gyroscopes detect drone movement, and the gimbal uses this data to adjust angles automatically, keeping the camera steady.
Click to reveal answer
Which axis controls the camera's left and right pan movement?
✗ Incorrect
Yaw controls the left and right pan movement of the camera.
What is the main purpose of a gimbal on a drone?
✗ Incorrect
The gimbal stabilizes the camera to keep footage smooth.
Which sensor data is commonly used to adjust gimbal position?
✗ Incorrect
Gyroscope data helps detect movement for gimbal adjustments.
If you want the camera to look straight down, which gimbal pitch angle would you set?
✗ Incorrect
Setting pitch to -90 degrees points the camera straight down.
What happens if the gimbal is not controlled properly during flight?
✗ Incorrect
Without proper gimbal control, video footage becomes shaky.
Explain how a 3-axis gimbal stabilizes a drone camera and why each axis is important.
Think about how the camera stays steady even if the drone moves in different directions.
You got /4 concepts.
Describe how sensor feedback is used to automatically adjust the gimbal during flight.
Consider how the gimbal knows when and how to move.
You got /4 concepts.