every manufacturer has not only its own custom way of naming properties but also different value sets that the property might have. For instance, let camera1 have property X1 which can have a value from [0,1000] set another camera2 which also has property X1 allows the values to be in range of [0,2]. So, one needs to normalize these value ranges for property X1 to have a uniform access.
every manufacturer has not only its own custom way of naming properties but also different value sets that the property might have. For instance, let camera1 have property X1 which can have a value from [0,1000] set another camera2 which also has property X1 allows the values to be in range of [0,2]. So, one needs to normalize these value ranges for property X1 to have a uniform access.