Bird
0
0

What will be the output of this command on a Raspberry Pi with camera enabled?

medium📝 Predict Output Q4 of 15
Raspberry Pi - Camera Module
What will be the output of this command on a Raspberry Pi with camera enabled?
libcamera-still -t 5000 -o test.jpg
AThrows an error because -t is not a valid option
BCaptures an image after 5 seconds delay and saves as test.jpg
CImmediately captures an image and saves as test.jpg
DStarts a 5-second video recording saved as test.jpg
Step-by-Step Solution
Solution:
  1. Step 1: Understand the -t option in libcamera-still

    The '-t' option specifies the preview time in milliseconds before capturing the image.
  2. Step 2: Calculate the delay and output behavior

    5000 milliseconds equals 5 seconds, so the command waits 5 seconds before taking the photo and saving it as test.jpg.
  3. Final Answer:

    Captures an image after 5 seconds delay and saves as test.jpg -> Option B
  4. Quick Check:

    -t 5000 means 5 seconds delay before capture [OK]
Quick Trick: -t sets delay in ms before capture with libcamera-still [OK]
Common Mistakes:
MISTAKES
  • Confusing -t as video duration instead of delay
  • Expecting immediate capture ignoring delay
  • Assuming -t is invalid option causing error

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Raspberry Pi Quizzes