plugin: add range conversion of image quality settings

xcamsrc plugin uses uint8 for image quality settings, while 3a analyzer
uses double. conversion is required to map [0, 255] to [-1.0, 1.0).
1 file changed