Search found 1 match

Go to advanced search

by JCNeves
05 Oct 2014 15:26
Forum: Development around libVLC
Topic: Read h264 stream from an IP camera
Replies: 1
Views: 2209

Read h264 stream from an IP camera

Currently, I am trying to use opencv to read a video from my Canon VB-H710F camera. For this purpose I tried two different solutions: SOLUTION 1: Read the stream from rtsp address VideoCapture cam ("rtsp://root:camera@10.0.4.127/stream/profile1=u"); while(true) cam >> frame; In this case I...

Go to advanced search