Cristian Vilar
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by Cristian Vilar-
Auto exposure limits
Hi, I would like to ask if it is possible to use the auto exposure but including a max value to avoid blured images at low light conditions. So, for example using auto-exposure but limiting the max...
-
Exposure time units
Hi, I would like to modify the RGB exposure time, but I don't know the units format. sensors{1}{2}.set_option(realsense.option.exposure,120); Is this "120" equivalent to 120us, 1,20ms or 120ms? reg...
-
From pointcloud to depth
Hi, I would like to transform back my processed pointcloud data to a depth image, but the Matlab wrapper only provides the function to transform from depth to pointcloud. Is there any available fun...
-
Install D455 in Mac
Hi, I couldn´t find any instructions to install a realsense D455 in a mac. Is it possible to install the Intel Realsense Viewer in a Mac? regards, Cristian
-
D455 not detected
Hi, I bought a new realsense D455 camera (82635DSD455) . I connected it to my computer using a USB3.0 but the SDK software(depth quality tool & Intel Realsense Viewer v2.42.0) cannot detect it. I ...
-
Depth frames
I would like to collect depth frames and compute later offline the pointcloud for each depth frame, but it is not possible (Matlab crashes). for i=1:20 fs = pipe.wait_for_frames(); aligned_fr...