You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looked into the networked camera, and I'm not sure it's good enough for what we want to do. It supports only a few formats, and uses RTP/RTSP for control.
And I just realised that if both sides are unix-based we could use /dev/fd as the bag input and output "files" (assuming the bag format is streamable). The receiver side could run an ssh command with stdout piping into, say, fd=8, and then call rs2::config::enable_device_from_file("/dev/fd/8"). The sender command could simply enable_record_to_file("/dev/fd/1")
@troeggla any comments from the unix-feasibility side of this?
Realsense nowadays supports a "network camera". More details are in https://dev.intelrealsense.com/docs/open-source-ethernet-networking-for-intel-realsense-depth-cameras?_ga=2.207548058.808217773.1721646934-1540133113.1721646934
That document is about using a RPi4, which I've done some preliminary experiments with but it didn't have the performance for decent frame rate.
But we could try with a NUC attached to the camera, and possibly using the 1G/10G ethernet switch (using 10G for the uplink to the main computer).
The text was updated successfully, but these errors were encountered: