Camera AspectSource 16/9 or 4/3 , or variable
Posted: Monday 26 October 2020 16:22
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 AspectSource = 4/3;
modified line:
var AspectSource = 16/9;
--------------------------------------------------
By modifying this variable it is possible to see the cameras without deformations.
You could put some variables and thus modify the appearance of the monitors to see the cameras without deformation.
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 AspectSource = 4/3;
modified line:
var AspectSource = 16/9;
--------------------------------------------------
By modifying this variable it is possible to see the cameras without deformations.
You could put some variables and thus modify the appearance of the monitors to see the cameras without deformation.