Emmanuel Pacaud
Emmanuel Pacaud
> I made this cahnge -> arv_camera_get_integer_bounds (camera, "CurrentFrameRate", 2, 3, error); Parameter 2 and 3 are placeholders for the return value of min and max. You can not pass...
> ERROR: from element /GstPipeline:pipeline0/GstAravis:aravis0: Could not set caps on camera "137.9.2.128": IntSwissKnife is read only The code in gstaravis tries to write to a read only feature. Try to...
> Thank you for your reply, I found the bug and now it works with my Imperx Camera. Could you share the modifications you have made ?
Hi Andy, I did not care about errno until then. Since it only happens since you have compiled usb support, and even if you don't use a USB device, I...
Hi, I'm not conviced by your patch. If we receive an error packet that matches the command and the packet id, there is no reason to retry, except may be...
> we have 16 cameras connected Same or different cameras ? Could you tell the manufacturer and model you are using ?
> Same cameras, SONY XCG 510C. I would suggest to report this issue to the manufacturer. > We didn't have problems with aravis 0.5.13, but we are getting this error...
I guess we have to introduce new functions: `arv_camera_new_with_flags()` and `arv_open_device_with_flags()`. flags being a 32 bit integer, with the first 16 bits reserved for the generic flags, and the last...
Rereading the comments, before doing any change to Aravis, I want to be sure the issue is not a camera bug. Did you contact the manufacturer ? Are you able...
> The setup is as follows: > PC ---- (net0) ---- router0 ---- (net1) ---- camera > router0 and the camera are in the same subnet, whereas the PC is...