roberttidey

Results 322 comments of roberttidey

Here is a version with the fifo in. I removed all text printing which you don't want in a program running in the background and moved the delays around a...

I have just tried the script but had to simulate the PIR trigger and it recorded a video for me OK Try one with some print statements so you can...

I missed the brackets off the close call which means the write was just buffered and not flushed out use fifo.close() The script should then work as intended and do...

The PIR sensors I have used in the past go active high when movement is detected, stay high for a time period and then go active low and wait for...

The HC-S501 PIR sensor is known to continuously trip if there is rf signals around such as wifi. Being near to the Pi can cause problems. You can try shielding...

If you search for am312 pir sensor on Amazon or eBay you will find lots of sellers. I usually use eBay for things like this as they can be faster....

The nginx part of the install was originally incorporated from a contributor. I haven't dug into what was needed for rpicamdir or webport but am willing to incorporate any changes...

It would be quite tricky to apply this into the main camera pipeline as this is all done in the GPU. It might be possible to apply to the medium...

I've never seen that one before. It generally means either a buffer overflow or bad pointer. COuld be caused by some particular config. I'll need some more info before I...

Good to hear it's working. Probably some change to the settings got in an unexpected value. No need to send anything unless you get further issues.