Replies: 1 comment 4 replies
-
Hello @james-dmu, sorry for the late responce. I have made some improvements to the GPIO settings. One of the options is a lockout time that disables the GPIO trigger for a specific period. The second option is to stop the capture on trigger. If deactivated, it will no longer stop the capture if it is already running, which should resolve your issue as well. Unfortunately, I haven't had the opportunity to test these changes as I don't have a button wired up at the moment. However, I will create a new release once I've had the chance to thoroughly test it. Thank you for your patience and understanding. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Firstly great work I am finding raspiCam works very well for a newly build IR camera however I have discovered an issue (mostly with the way I would like to use the software) to do with using a PIR to trigger capture. This works ok for images however I am finding the PIR will also randomly trigger to stop the video recording due to repeat signals from the GPIO pin. The GPIO trigger is set to "rising only" however if the GPIO input goes low and then rises again during the video it will stop the recording. I would like a way (if possible) to disable input from the GPIO for a specified duration. That way it would continue to record and only restart another recording after that period has passed. So say I tell it to do a 1 minute recording and wait 1 minute 5 before listening to the GPIO pin again.
I could adjust the PIR boards potentiometer for the delay however this then would have an adverse effect on photo captures as it would then wait 1 minute or so too shoot another image and I ideally want photo after photo as soon as it can shoot.
In short I want to ideally be able to trigger a X amount of seconds video and it not stop for that duration but also allow in photo mode it to just retake ASAP.
Hope that makes sense and again the software is really impressive so keep up the good work.
Thanks.
James
Beta Was this translation helpful? Give feedback.
All reactions