想要利用树莓派专用的摄像头拍摄一张768*768的照片,下列哪句命令是正确的?
A、raspistill -o pic.jpg -w 76800 -h 76800;
B、 raspistill -o pic.jpg (768, 768);
C、raspistill -o pic.jpg –width 768,-height 768;
D、raspistill -o pic.jpg -w 768 -h 768
发布时间:2025-06-20 18:27:56
A、raspistill -o pic.jpg -w 76800 -h 76800;
B、 raspistill -o pic.jpg (768, 768);
C、raspistill -o pic.jpg –width 768,-height 768;
D、raspistill -o pic.jpg -w 768 -h 768