Open Fran-ATRIA opened 2 days ago
Also some extra info, this is what I see on the debug:
[11:53:07.556] 🅸 stream > [GvStream::stream_new] Stream channel = 0
[11:53:07.561] 🅸 stream > [GvStream::stream_new] Packet size = 8164 byte(s)
[11:53:07.586] 🅸 stream > [GvStream::stream_new] Destination stream port = 57851
[11:53:07.586] 🅸 stream > [GvStream::stream_new] Source stream port = 9001
[11:53:07.657] 🅸 stream > [GvStream::loop] Packet socket method
[11:53:08.879] 🅸 stream > bins ;frame_retent; packet_time;inter_packet
0; 0; 0; 0
-------------
>= 2000; 0; 0; 0
< 0; 0; 0; 0
min : n/a; n/a; n/a
max : n/a; n/a; n/a
last max at : 0; 0; 0
counter : 0: 0: 0
[11:53:08.879] 🅸 stream > [GvStream::finalize] n_completed_buffers = 0
[11:53:08.879] 🅸 stream > [GvStream::finalize] n_failures = 0
[11:53:08.879] 🅸 stream > [GvStream::finalize] n_underruns = 0
[11:53:08.879] 🅸 stream > [GvStream::finalize] n_timeouts = 0
[11:53:08.879] 🅸 stream > [GvStream::finalize] n_aborted = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_missing_frames = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_size_mismatch_errors = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_received_packets = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_missing_packets = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_error_packets = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_ignored_packets = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_resend_requests = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_resent_packets = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_resend_ratio_reached = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_resend_disabled = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_duplicated_packets = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_transferred_bytes = 0
[11:53:08.880] 🅸 stream > [GvStream::finalize] n_ignored_bytes = 0
[11:53:08.880] 🅸 stream > [Stream::finalize] Flush 1 buffer[s] in input queue
[11:53:08.880] 🅸 stream > [Stream::finalize] Flush 0 buffer[s] in output queue
Maybe it's related to 759?
I’m just starting to use Aravis and I’m stuck trying to get the Python libary to work.
My system is a Docker (ubuntu:latest) container running over Windows 10 with WSL2. I have a HIKVision GigE camera connected on my local network and I can see it from inside the container (via ping).
I believe everything is properly installed, because from my init code:
I can get these variables:
When I launch my code, this fragment:
Gives the following error:
AttributeError: 'NoneType' object has no attribute 'get_data'
If I use a non-timeout function, I’m stuck forever waiting for the buffer to pop.
What might be going on here? Can you please help me?
Thanks in advance.