RaspPi camera activation

  • Platform information:
    • Hardware: Raspberry Pi 3B+
    • OS: Openhabian (updated 2nd feb 21)
    • openHAB version: 3

Hi,
recently i purchased the above mentioned Pi and the offical Pi Camera (raspberrypi_org/products/camera-module-v2/).
How to enable it on openhabian?
I can only find tutorials using RaspberryOS where you simply activate it in the config UI.
(eg.: How to install and use the Raspberry Pi Camera Module– The Pi Hut)

sudo raspi-config => interfacing options => camera => enable

i cant find that in the openhabian-config. i only found a workaround at

i guess openhab+Pi-onboard-camera is not meant to be …by choice, since you usually have an external controller for that?!

thanks for your input in advance :slight_smile:

Well, tutorial tells you how to do what raspi-config does. So you can either follow those instructions or you can install raspi-conf and configure it that way. All the raspi-config does is edit some files.

thx. i ll try to install raspi-conf