Beiträge von qwertylein

    Heyho! :)

    Ich bin ein ziemlicher Neuling, was über das Softwaremäßige hinausgeht am Raspberry und wollte an meiner Raspi-Cam den vorhandenen "IR-Cut" steuern lassen. (also von Nachtsicht auf Tag usw.) Dies geht natürlich ganz einfach über die config.txt, aber dafür ist jedesmal ein Neustart notwendig.

    Nun hat die Cam in der Leiterplatte eine Bohrloch, um den Filter via GPIO steuern zu lassen. Also eine Pin soll mit einem Draht vom Bohrloch der Cam mit einem GPIO-Port des Raspberrys verbunden werden. Welchen GPIO-Port nutze ich da? Wie müsste so ein Script aussehen um den Port von High auf Low zu schalten?

    Hier vom Hersteller die Beschreibung:

    RPi IR-CUT Camera works on Normal Mode by default. There are two ways to toggle between Normal Mode and Night-vision Mode.

    1. By editing the config.txt file:

    sudo nano /boot/config.txt

    and append:

    disable_camera_led=1

    exit with save and restart your Pi then the camera will work on Night-vision Mode.

    To revert to the Normal Mode, please remove the line disable_camera_led=1 then save and restart your Pi.

    2. By changing the level on this position:

    Rpi-ir-cut-camera-faq-4.jpg (Siehe Dateianhang)

    Thus, you can connect the GPIO from your Pi to this position, and toggle modes by changing the GPIO logic level. (HIGH --> Normal Mode, LOW --> Night-vision Mode)