Camera FW update

Good Morning Emmanuel

I’d like to to do a camera firmware update using Aravis. My cam complies with the genIcam and it seems I can access to the FileAccessBuffer. I just need the general procedure how to do it.

Do you have any example with your library about how to do it ? I precise that I want to do it via code for more flexibility.

Regards
Younes

Hi Younes,

There is no such example in Aravis code. And it even lacks an helper function that would do the job, so it has to be implemented using the current API.

The relevant functions should be arv_device_get_feature(), arv_gc_register_get_address() and arv_device_write_memory().

1 Like