creotiv / object_detection_projects

My public projects about object detection algorithms
347 stars 225 forks source link

Read live feed from webcam or IP camera #16

Closed julayelei closed 5 years ago

julayelei commented 5 years ago

Hello! This project is really awesome and I'm looking to do more related-research based on this repo. I'm trying to make this work with a live feed of video coming from webcam or RTSP. I read in the code that you tried to use CV2 but had no luck, but I was wondering if you found something at this moment.

I have tried using CV2 but had no luck. even using frames and getting an .mp4 file "on air". Anyways, thanks for this awesome project!