ArvCamera out of arv_open_device()

Hi all,

I need to connect to a specific camera by IP address. I can get an ArvDevice using arv_open_device() but how do I get an ArvCamera when I have an ArvDevice? I didn’t find anything helpful in the API or in the examples/tests.

Thank you.
Cyril

Replying to myself…

Seems like you can just pass an IP address to arv_camera_new() :man_facepalming: For example:

  camera = arv_camera_new("192.168.1.2", &error);