Jack Jansen
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Posts
Recent activity by Jack Jansen-
Does D555 support inter-camera sync? How?
I don't see the GPIO connector on the D555 images. Is there a way to sync multiple cameras? If there is a way to sync over ethernet that would really make me jump up-and-down with joy, because that...
-
Is it possible to stream the .bag format?
I've used the .bag format for recording and playback, using enable_record_to_file() and enable_device_from_file(), but I am now contemplating a use case where I would like to stream the bag content...
-
Get width and height of prerecorded streams.
I'm playing back bag files, and I'm enabling depth and color streams by passing 0 for width, height, fps, etc in enable_stream(). After the pipeline has started I can use get_active_profile() and g...
-
Problems playing back recordings made with realsense_viewer for non-master cameras
I need to record RGB+D from 8 cameras independently (for later postprocessing), but I'm experimenting with 4 D455's at the moment (I won't have access to the other 4 until the event, in mid-January...
-
D415 (or D435) with Raspberry Pi 4, will it work?
Has anyone used a D400-series camera with a Raspberry Pi 4, and are there any issues I should be aware of? From the specs it seems like the RPi4 should be able to capture full frame full rate RGB a...
-
How do I use decimation filter with rs2::pointcloud?
After aligning and preprocessing my framesets (grabbed from D415 or D435 cameras) I'm creating pointclouds with rs2::pointcloud map_to() on the color frame and calculate() on the depth frame. This...