12

I am trying to hook up my Raspberry Pi Zero W, running Raspberry Pi OS Lite, to a Raspberry Pi NoIR Camera Module V2. After running these commands:

sudo apt update
sudo apt upgrade

and enabling the camera in the raspi-config menu and rebooting per the Raspberry Pi documentation, when I run the command raspistill -v -o test.jpg according to the Raspbery {Pi documentation, I get the below error.

-bash: raspistill: command not found

The documentation says:

This probably means your update/upgrade failed in some way.

I tried it again. I ran update, upgrade commands, rebooted and enabled the camera in the raspi-config multiple times with no change in outcome.

karel
  • 5,489
  • 46
  • 45
  • 50
Nic Ceccanti
  • 163
  • 1
  • 1
  • 7

1 Answers1

13

raspistill has been replaced by libcamera.

https://www.raspberrypi.com/documentation/accessories/camera.html#libcamera-and-libcamera-apps

Lucas.de
  • 555
  • 8
  • 17