Raspberry Pi - Camera Module
What will happen if you run this code snippet?
from picamera import PiCamera camera = PiCamera() camera.capture()
from picamera import PiCamera camera = PiCamera() camera.capture()
capture() method requires a filename argument to save the image.capture() without filename causes a TypeError for missing argument.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions