Discover camera and check this connection state

Hi @gsFra

youi should use def discover_from_root(flags = cvb.DiscoverFlags.FindAll, time_span = 300 )
Discover from a level is used to discover only on a single interface (e.g NIC or USB HC) which you have already discoverd before.

Connection monitoring is not yet implmented in CVBpy. What is your usecase here?

For example could periodically discover and check if your device is still there.
Depending on your acquisition you may also get an disconnection error while waiting for an image.