I have a sixteen port dvr CCTV device and use a third party android app to view the camera's I just wondered if it would be possible to connect and view using B4J, and if it is are there any examples
Many thanks, I attach a copy of the settings screen
if I tried it in Chrome it states I need the'ie' chome extension, which if I use it works and the submit button is activated and field names displayed, and I can log into the camera views with just the username = admin
The attached class is an implementation of a MJPEG over Http decoder. The data is a mix of strings and raw bytes. It is tempting to convert the bytes to a string. However raw bytes do not represent a valid string so you can lose important information during the conversion (which will also slow...
Hi, thanks again for all your help, I can login using either the browser or the CMS software available on the web
But what I wanted to do is be able to access individual channels (camera1 or camera2 etc) in an app, so I can just display individual camera's without all the bloatware that comes with the browser or cms software.
Hi, thanks again for all your help, I can login using either the browser or the CMS software available on the web
But what I wanted to do is be able to access individual channels (camera1 or camera2 etc) in an app, so I can just display individual camera's without all the bloatware that comes with the browser or cms software.
Hi, I have had a look at your suggestion but sadly at a loss as to how to implement it, so thank you but it's a bit beyond my capabilities but thanks anyway