vladmandic / face-api

FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS
https://vladmandic.github.io/face-api/demo/webcam.html
MIT License
850 stars 151 forks source link

Can this lib use with RTSP Streaming Video From IP Camera? #181

Closed Newbie-Programmer2001 closed 11 months ago

Newbie-Programmer2001 commented 11 months ago

I want to know can this lib use for face detection & recognition with RTSP Streaming Video From IP Camera?

vladmandic commented 11 months ago

check https://github.com/vladmandic/stream-rtsp - its not actively supported, but i wrote it explicitly so it can translate rtsp streams.

Newbie-Programmer2001 commented 11 months ago

check https://github.com/vladmandic/stream-rtsp - its not actively supported, but i wrote it explicitly so it can translate rtsp streams.

Thank you so much♥