Connecting to my Zivid 2+ L110 using the below snippet takes about a minute. Is there a way to speed up the process of connecting to the camera? ``` import zivid app = zivid.Application() camera = app.connect_camera() ``` I am using Version `2.13` of the SDK.