Search found 3 matches
- Monday 07 December 2020 17:07
- Forum: Cameras
- Topic: Alarm system with Domoticz works very well!
- Replies: 7
- Views: 5055
Re: Alarm system with Domoticz works very well!
thanks for the info now i look at it
- Monday 07 December 2020 16:50
- Forum: Cameras
- Topic: Aspect ratio for the live view?
- Replies: 3
- Views: 2094
Re: Aspect ratio for the live view?
search in the file domoticz.js ------------------------------------------------- original line: var AspectSource = 4 / 3 ; modified line: var AspectSource = 16 / 9 ; -------------------------------------------------- or another desired aspect ratio. By modifying this variable it is possible to see ...
- Monday 26 October 2020 16:22
- Forum: Suggestions
- Topic: Camera AspectSource 16/9 or 4/3 , or variable
- Replies: 0
- Views: 242
Camera AspectSource 16/9 or 4/3 , or variable
Most HD cameras are 16/9 or similar in size, I mean not all are 4/3 "AspectSource". I wanted to propose adding a box to the configurations to be able to vary this "AspectSource" that appears in the line 1677 of the file domoticz.js ------------------------------------------------- original line: var ...