Emmanuel Pacaud
Emmanuel Pacaud
I'm seeing in the log that packet socket is enabled. Could you try to disable it ?
Did you try aravis with this device on a intel platform ?
Hi, Could you attach the output of `./tests/arv-camera-test -d all`, please ? Let it run for 10 seconds, then ctrl+c.
Hi, I have just had a quick look at the log files. I'm puzzled. There is some complaints about invalid address access, while it corresponds to a required register (GevSCSP0)...
`[PixelFormat::to_gst_caps_string] 0x01080001 -> video/x-raw, format=(string)GRAY8 [PixelFormat::to_gst_caps_string] 0x01080002 not found [PixelFormat::to_gst_caps_string] 0x01100003 -> video/x-raw, format=(string)GRAY16_LE [PixelFormat::to_gst_caps_string] 0x010c0004 not found` That means Mono8 and Mono16 are available on your device, and are...
Could you please attach the output of: `arv-tool-0.6 features` ? Thanks.
For the frame rate setting, ArvCamera, hence ArvViewer, relies on some features that are not available on this device: TriggerMode, TriggerSelector and more importantly AcquisitionFrameRate or AcquisitionFrameRateAbs. @bgrunert, Could you...
Hi, Did you check the CPU use on the raspberry ? No effort has been made to make the fake camera efficient yet, as it is mainly a testing tool...
You can dive into src/arvfakecamera.c and arvgvfakecamera.c. The code is quite simple, I'm not sure what is to be optimized. You may try to create a static test pattern. That...
Hi, Please run `arv-camera-test -d all` for a few seconds and attach the console output.