-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Low light video #123
Comments
Paul
I have a RPI IR camera but I don't have it with me now. I have used it
with Pi-Timolo but never got good results but then again I did not have an
IR light source.
Low light mode has too long an exposure to use motion tracking. Normally
it would be best to have a motion activated security light near the camera,
then when the motion light comes on the camera would need some time to
track motion and trigger a video, photo, photo sequence Etc.
I have also played around with IR motion sensors connected to GPIO but
found them a little finicky and decided to use regular motion light not
attached to RPI.
Hope this answers your question
Claude ..
…On Fri, Jan 14, 2022 at 10:26 AM konpaul ***@***.***> wrote:
Hey,
is there a possibility to save a low light video on a motion event? Or is
that not possible due to the long shutter time?
I am using a IR Cut Camera.
Thanks for the help.
Cheers Paul
—
Reply to this email directly, view it on GitHub
<#123>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNPKZAXIGRVDAYA22HEJMDUWBFCHANCNFSM5L7HE3GA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
YouTube Channel at https://www.youtube.com/user/pageaucp
<http://www.youtube.com/user/pageaucp>
GitHub Repository at https://github.com/pageauc
|
You might want to check out the NOIR camera python program below.
https://github.com/craigthomas/RPiDayNightCamera
…On Fri, Jan 14, 2022 at 12:16 PM Claude Pageau ***@***.***> wrote:
Paul
I have a RPI IR camera but I don't have it with me now. I have used it
with Pi-Timolo but never got good results but then again I did not have an
IR light source.
Low light mode has too long an exposure to use motion tracking. Normally
it would be best to have a motion activated security light near the camera,
then when the motion light comes on the camera would need some time to
track motion and trigger a video, photo, photo sequence Etc.
I have also played around with IR motion sensors connected to GPIO but
found them a little finicky and decided to use regular motion light not
attached to RPI.
Hope this answers your question
Claude ..
On Fri, Jan 14, 2022 at 10:26 AM konpaul ***@***.***> wrote:
> Hey,
> is there a possibility to save a low light video on a motion event? Or is
> that not possible due to the long shutter time?
> I am using a IR Cut Camera.
> Thanks for the help.
> Cheers Paul
>
> —
> Reply to this email directly, view it on GitHub
> <#123>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABNPKZAXIGRVDAYA22HEJMDUWBFCHANCNFSM5L7HE3GA>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
--
YouTube Channel at https://www.youtube.com/user/pageaucp
<http://www.youtube.com/user/pageaucp>
GitHub Repository at https://github.com/pageauc
--
YouTube Channel at https://www.youtube.com/user/pageaucp
<http://www.youtube.com/user/pageaucp>
GitHub Repository at https://github.com/pageauc
|
Another python NOIR camera project. See Source version 1.1.2 for latest
code.
https://github.com/DaProfessor/RPi_MoCap
…On Sat, Jan 15, 2022 at 8:15 AM Claude Pageau ***@***.***> wrote:
You might want to check out the NOIR camera python program below.
https://github.com/craigthomas/RPiDayNightCamera
On Fri, Jan 14, 2022 at 12:16 PM Claude Pageau ***@***.***> wrote:
> Paul
>
> I have a RPI IR camera but I don't have it with me now. I have used it
> with Pi-Timolo but never got good results but then again I did not have an
> IR light source.
> Low light mode has too long an exposure to use motion tracking. Normally
> it would be best to have a motion activated security light near the camera,
> then when the motion light comes on the camera would need some time to
> track motion and trigger a video, photo, photo sequence Etc.
>
> I have also played around with IR motion sensors connected to GPIO but
> found them a little finicky and decided to use regular motion light not
> attached to RPI.
> Hope this answers your question
> Claude ..
>
> On Fri, Jan 14, 2022 at 10:26 AM konpaul ***@***.***>
> wrote:
>
>> Hey,
>> is there a possibility to save a low light video on a motion event? Or
>> is that not possible due to the long shutter time?
>> I am using a IR Cut Camera.
>> Thanks for the help.
>> Cheers Paul
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#123>, or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/ABNPKZAXIGRVDAYA22HEJMDUWBFCHANCNFSM5L7HE3GA>
>> .
>> Triage notifications on the go with GitHub Mobile for iOS
>> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
>> or Android
>> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>>
>> You are receiving this because you are subscribed to this thread.Message
>> ID: ***@***.***>
>>
>
>
> --
> YouTube Channel at https://www.youtube.com/user/pageaucp
> <http://www.youtube.com/user/pageaucp>
> GitHub Repository at https://github.com/pageauc
>
--
YouTube Channel at https://www.youtube.com/user/pageaucp
<http://www.youtube.com/user/pageaucp>
GitHub Repository at https://github.com/pageauc
--
YouTube Channel at https://www.youtube.com/user/pageaucp
<http://www.youtube.com/user/pageaucp>
GitHub Repository at https://github.com/pageauc
|
thanks for your quick and detailed response! I will have a look at your suggestions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
is there a possibility to save a low light video on a motion event? Or is that not possible due to the long shutter time?
I am using a IR Cut Camera.
Thanks for the help.
Cheers Paul
The text was updated successfully, but these errors were encountered: