Supported Hardware
To change the list of hardware from the dropdown use this code (making sure that the names are correct from the settings list). When calling SightLab
sightlab = sl.SightLabClient(vizconnectconfiglist=["Desktop", "Meta Quest Pro"])
To bypass the dropdown altogether and use a specific vizconnect:
sightlab = sl.SightLabClient(hardwareconfig="Meta Quest Pro")
To use a custom vizconnect that's not included in SightLab, use this code:
sightlab = sl.SightLabClient(vizconnectconfig = {'Desktop': 'vizconnect_config_desktopy.py'}