aldoshkind

Results 24 comments of aldoshkind

Well, data is just scans of a room, hence it contains lots of planar objects (walls, table surfaces, computer monitors). My assumption is that this environment is a good test...

Thanks a lot! This helped to advance further. I found that problem disappers (on particular pair of scans) if `knn` of `SamplingSurfaceNormalDataPointsFilter` is set to 9 or more. With default...

Hi @sepfy ! Can you please explain why gstreamer example is deprecated? I am asking because gstreamer example is most valuable for my project. Are there any technical problems in...

@sepfy thank you alot! I managed to revive `gstreamer` example and it works by now. Comparing `gstreamer` example against `surveillance` I found interesting difference: in `surveillance` you do ```c static...

My question was not exact and clear enough as I am newbie to WebRTC. Problem was that examples was not working if I set `iceServers = []` in index.html After...

Hello, @EmmanuelP With `--network host` I am able to successfully run `gst-launch-1.0 aravissrc camera-name="192.168.5.38" ! fakesink dump=true`. Also, `arv-tool-0.8` prints list of cameras. Without `--network host` I have `Internal data...

Looks like this port here must be forwarded to allow working from docker container without `--network host`: https://github.com/AravisProject/aravis/blob/ea09a67805920b7502d639f0eea9770c8cfa1ec9/src/arvgvstream.c#L1435 I ran container with `-p 20223:20223/udp` and replaced line above with `priv->thread_data->interface_socket_address...

I'll check your improvement later. I made similar fix here: https://github.com/AravisProject/aravis/commit/fcaca69eea922de5e7a562fe0078eee1b547375a Key difference here is that it takes port range from environment variable. It works :)

I checked #709 . It works. **BUT!** When running two cameras at the same time there are multiple errors like this: ``` [09:31:06.748] 🅸 stream-thread> [GvStream::find_frame_data] Discard late frame 2590...

These messages start to appear when I start second pipeline. Destination ports are different: ``` [10:02:56.310] 🅸 device> [GvStream::stream_new] Packet size = 1500 byte(s) [10:02:56.312] 🅸 stream> [GvStream::stream_new] Destination stream...