BrandonJoffe / home_surveillance

Home surveillance system with facial recognition
1.23k stars 385 forks source link

Input from Video Files #35

Closed vahid-dan closed 7 years ago

vahid-dan commented 7 years ago

Hi;

I was wondering if there is an easy way to get the input stream from a video file, instead of a live camera.

Thanks, Vahid

BrandonJoffe commented 7 years ago

Hey Vahid,

you should be able to process a video file by typing in the absolute path to the video file in the url field.

Brandon

On 7 Jun 2017, at 1:10, Vahid Daneshmand notifications@github.com wrote:

Hi;

I was wondering if there is an easy way to get the input stream from a video file, instead of a live camera.

Thanks, Vahid

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BrandonJoffe/home_surveillance/issues/35, or mute the thread https://github.com/notifications/unsubscribe-auth/ATLLifn6kvuWyTUHbzo2xwMM4g2LztUhks5sBc5UgaJpZM4Nx-ua.

kumarneeraj2005 commented 7 years ago

@BrandonJoffe I tried to process video file as you suggested but its not working @vahid-dan If you are able to process please let me know.

BrandonJoffe commented 7 years ago

Hi @kumarneeraj2005,

sorry my explanation wasn't too clear.

It's the absolute path inside the docker container to the volume you've mounted, which is not your original path.

For example in my environment I can use: /host/home_surveillance/system/testing/iphoneVideos/singleTest.m4v

kumarneeraj2005 commented 7 years ago

Thanks @BrandonJoffe its working now