Zulkifli Halim
- Total activity 263
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 105
Comments
Recent activity by Zulkifli Halim-
Hello Theuws, Thank you for contacting us. Infrared light from the sun can interfere with the performance of the device which can degrade the quality of the depth images when used outdoors or i...
-
Hello Iwamoto-atsushi, Use the recovery flag and run rs-fw-update -r -f Signed_Image_UVC_version.bin Please share with us the screenshot of Device Manager -> Cameras to check if the L515 is not...
-
Hello Iwamoto-atsushi, Thank you for contacting us. There is another way to update the firmware, follow this rs-fw-update Tool documentation for firmware update. Regards, Zulkifli Halim Intel...
-
Hello Syang, Thank you for contacting us. You can refer to the User Guide it is very helpful to you. Please send us the RBG image and also please describe the lighting condition is there any ex...
-
Hello Lyhour, Thank you for contacting us. There is similar issue has been discussed in this thread #6194. I hope it will help you to resolve the issue. Regards, Zulkifli Halim Intel Custome...
-
Hello N Kanbe l9, Thank you for contacting us. The is no calibration tool available for Realsense L515. We suggest you to use Short Range preset. This preset lowers the laser power and gain so ...
-
Hello N Kanbe l9, We suggest you use this python code: import pyrealsense2 as rsimport numpy as npimport cv2pipeline = rs.pipeline()config = rs.config()config.enable_stream(rs.stream.depth, 1280,...
-
Hello Samuel, This has been an issue with rs-convert in the past, with some modes such as png generating files and others such as ply or CSV not creating, even though the program is visibly conve...
-
Hello N Kanbe l9, Change the line: align_to = rs.stream.coloralign = rs.align(align_to) with the line: align_to = rs.stream.depthalign = rs.align(align_to) For the noise, we still investigati...
-
Hello Samuel,Thank you for contacting us.Try to use this conversion tool to convert streams from bag files to images. Regards,Zulkifli HalimIntel Customer Support