mrcoollion wrote: ↑Thu Jan 21, 2021 12:15 pm
If the Wi-Fi Cam can be accessed with a browser
It is usually a little more involved than that Paul. The current camera systems
are usually able to be connected too through a browser, however, the browser has to be able to either -
download and run a plugin, usually windows (or sometimes mac) specific. This is the larger problem (if your running 'nix for instance, or even mac in some cases).
be able to deal with ftp or rtsp if unable to download and run the plugin provided, and you would still need a player object to play back the recorded clip (dependant on the cameras avaiable recording format).
most cameras are using onvif for access these days as well.
Current systems sometimes *do* offer you a choice on recording format, where previous generations almost to a maker would only record in... let's say, less accessible formats that required proprietary players to view.
As far as tackling an Onvif system, this is a pretty good overview of what you would need to do to create a program to access a stream, either from a single camera or a NVR -
https://cercis.org/software/creating-a- ... meras.crcs
Since the actual stuff you need to read and access is usually XML based, aside from actually displaying the video I'm not sure you couldn't do it using Lc, but since I don't do a lot
with XML, I hope the link above might be able to clarify it for you since I can not.