AISangam / Facenet-Real-time-face-recognition-using-deep-learning-Tensorflow

Facenet-Real-time-face-recognition-using-deep-learning-Tensorflow
158 stars 104 forks source link

Time interval issue #10

Open prabhulwlts opened 5 years ago

prabhulwlts commented 5 years ago

While running program with live video, the time difference between running video and current time makes me confused. So I just want to know is there any option to run live video without any delay in secs or can I able to change the delay to lesser seconds?

shankarvishnu commented 4 years ago

You can use multiprocessing for streaming the live-camera feed. For batter reference you can visit here.