Skip to content

Force the plugin name to be lower case to cope with old and new lima interface.

Antonia Beteva requested to merge lima_lower into master

getPluginDeviceNameFromType requires lower case string. camera_type attribute in the old interface returns mixture between lower/upper case, while the new one is lower case only.

Merge request reports