pdemeure
pdemeure
I also tried this other script 👍 ----- import RPi.GPIO as GPIO import time GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False) PIR_PIN = 14 GPIO.setup(PIR_PIN, GPIO.IN) print('Starting up the PIR Module (click on STOP to...
hello, With "w" it works. However with the 3 lines fifo=open("/var/www/html/FIFO","a") fifo.write("ca 1 10") fifo.close RCWI continuously records videos.... 1 new video every 5 secods... How can I ask to...
Here is my script. Could you help me to arrange it in order that it works like you say ? Many thanks import RPi.GPIO as GPIO import time GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False)...
I tried your last script (ht one which ends with "pass"). But it returns errors and nothing works.
Hi, Sorry... This last script doesn't work. RCWI don't record videos....
Hi Robert, That's very strange. The script displays correctly the statements, but recording videos is not correct ! The video is recorder when I stop the script ! When script...
That's better. Now the script records videos when the PIR is triggered. However now the recording doesn't stop. ven without anything living in front of PIR, RWCI records videos continuously....
Here is the script from the distributor of the PIR. It is very close to yours, but the method for checking detection seems different. Perhaps is that dur to the...
Hi, I attach the pdf which explains the behaviour and the use of my PIR. I tried both FALLING and RISING options but both makes continuoumy recording... I also tried...
in addition to previous comment. Hereunder is the def pir I wrote for testing the behaviour of the PIR. I used BOTH instead of FALLING in order to handled each...