Emmanuel Pacaud

Results 353 comments of Emmanuel Pacaud

> To be clear, is the latest version 0.7.5? Will this require me to use meson build and ninja install? Yes. If they are not available in your distribution, latest...

How did you install meson ? With pip3, it is as easy as: ``` pip3 install meson ninja ```

There is requirement on the meson version, it should be at least 0.47.

By default, the installation prefix is /usr/local, which is not writeable by a regular user. So have either the choice to install in a prefix located somewhere you can write,...

Could you add a the following line to arvgvstream.c, line 670: ``` printf ("packet_id = %d\n", packet_id); ``` just after: ``` thread_data->n_received_packets++; frame_id = arv_gvsp_packet_get_frame_id (packet); packet_id = arv_gvsp_packet_get_packet_id (packet);...

The device requires extended ID support, which is not yet supported by aravis. Normally, extended ID should be disabled by aravis, but may for this device extended ID support is...

Could you please try the extended-ids branch ? https://github.com/AravisProject/aravis/tree/wip/extended-ids

I have merged the branch into master. Please reopen if the camera still does not work.

Hi @josepqp Please update to aravis 0.8.15 and attach the output of `arv-camera-test-0.8 -d all --duration=5`.

@josepqp What machine are you using ? How is your camera connected ?