Create two ArvCamera from serial

hello, I am currently using aravis-0.4 and I would like to instantiate two different cameras by providing in parameters the two serial numbers of the cameras to allow differentiating the right camera from the left one.

For my tests I worked with one camera and I did the following:
arv_camera_new(arv_get_device_id(0));

How would I create an ArvCamera object from a provided serial number?

thanks in advance

Romain

arv-tool should give you a list of the available devices and their ids.

You really should update Aravis to the latest stable series by the way, 0.4 is quite old.

Cheers.