Page 1 of 1

camera DCS_8526LH

Posted: Tue Apr 06, 2021 11:20 am
by rvmnick
Hi Sergey,

I have a Dlink Onvif Camera model dcs-8526lh (tech spec attached) which works well with vlc on a network connection at rtsp://user:[email protected]:554/live/profile.0
Does your component library support it so that i proceed to purchase it ?

Thanks for your answer

Re: camera DCS_8526LH

Posted: Tue Apr 06, 2021 7:24 pm
by Sergey Tkachenko
This camera will not be recognized as IP camera (it is not in our template list, and ONVIF is not supported yet).
But video stream from this camera can be played, if you have FFmpeg or GStreamer available for the application.

Code: Select all

RVCamera1.URL := 'rtsp://user:[email protected]:554/live/profile.0';
RVCamera1.DeviceType := rvdtRTSP;
RVCamera1.PlayVideoStream;