Page 1 of 1
Dachticz and hikvision cameras
Posted: Saturday 18 January 2020 18:26
by ducyka
Hi,
Help me. My hikvision cameras works fine on my computer, but don't work on android tablet. I tried wallPanel, fully kiosk, chrome ect. but nothing.
config.js
buttons.webcam_sarok = {forcerefresh:true, width:12, isimage:true, refreshimage: 2000, refreshurl: 2000, refresh:1000, image: '
http://xxxx:[email protected]/ISAPI/ ... 02/picture'}
Thanks
Re: Dachticz and hikvision cameras
Posted: Sunday 02 February 2020 14:24
by djdacore
Instead of image: try btnimage:
Re: Dachticz and hikvision cameras
Posted: Saturday 20 February 2021 16:34
by mvzut
Has this been solved? I am running into a similar issue with my Hikvision cameras. I am using the new Camera block type. My two Foscam cameras show up fine in Fully Kiosk, my two Hikvision camera's show some sort of "not found" icon. It works fine on a PC. And I can also open the URLs in Chrome on the same tablet. Any ideas what this could be?
Re: Dachticz and hikvision cameras
Posted: Saturday 20 February 2021 19:18
by madpatrick
I'm using 3 Hikvision cameras and they are working fine within Dashticz and Fully admin
This is my block which you can use as an example
Code: Select all
blocks['camera_1'] = {
type: 'camera',
title: 'Voordeur',
isimage: true,
refresh: 5,
width: 4,
height:180,
forcerefresh: 1,
slidedelay : 10,
imageUrl: 'https://IPADDRESS:9300/camsnapshot.jpg?idx=1',
}
Re: Dachticz and hikvision cameras
Posted: Sunday 21 February 2021 17:26
by mvzut
Ok, thanks I'll give that URL a try. Which Hikvision cameras are you using? And is 9300 the port that you actively assigned to the https connection? I dont use https at the moment, but I don't think that makes the difference right?
Re: Dachticz and hikvision cameras
Posted: Sunday 21 February 2021 18:16
by madpatrick
Hi,
I’m using as much as possible secure connections. Should not make a difference.
The port 9300 is my Domoticz connection and not related to the camera. Those have each a seperate IP
All your cameras must be configurated in Domoticz. If they are working in Domoticz, this will also working in Dashticz