Jack Jansen
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Activity overview
Latest activity by Jack Jansen-
Jack Jansen created a post,
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...
-
Jack Jansen commented,
Ah, I see. That's too bad, then this idea won't fly. In the documentation there is an obscure mention about the ability to have different serializers (for enable_record_to_file()) but the only seri...
-
Jack Jansen created a post,
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...
-
Jack Jansen created a post,
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...
-
Jack Jansen commented,
I have access to the lab again, and indeed if I start recording on the master camera everything seems to work fine. I can manually locate the common point in the per-camera recordings, and then see...
-
Jack Jansen commented,
MartyG I'm using the sync cables because we'll have all the cameras "looking in" and we'll be capturing people (dancers and actors, in this case). And then in post we'll be registering the individu...
-
Jack Jansen created a post,
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...
-
Jack Jansen commented,
MartyX Grover do you have a reference as to why the RealSense doesn't work with Bullseye? (issue link or something?)
-
Jack Jansen created a post,
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...
-
Jack Jansen commented,
Following up on my own post: it turned out to be a problem with my code. I wasn't using rs2::points.get_texture_coordinates() correctly. When I fixed the the issue disappeared. In case someone stum...