Jomanaashraf8
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Comments
Recent activity by Jomanaashraf8-
I have already done that; here is the code : if args.playback_rosbag:config.enable_device_from_file(path_play_bag,repeat_playback=True)# Start streamingprofile=pipeline.start(config)depth_sensor=p...
-
Hello! Can I set the white balance from a recorded bag file or this should have a live stream to be modified because I have a recorded bag file and I need to modify/enhance the quality of the RGB i...
-
I followed this guide for installing the librealsense SDK https://github.com/IntelRealSense/librealsense/blob/v2.53.1/doc/distribution_linux.md But I don't need to download the whole repository b...
-
I tried to compile the rs-kinfu in my repository with installing all the required libraries and also the SDK of librealsense. Here is my CMakeLists.txt cmake_minimum_required(VERSION 3.1.0)projec...
-
Thanks a lot I deleted this part as you mentioned. but I need to ask; Now, in my code as shown here, I saved the both images which is callled "bg_removed_color" and "bg_removed_depth" . I made to ...
-
I am a little bit confused about the threshold so, if I made the simple rs.align with setting the threshold of the depth frame to remove the background as in the following code; Is the background o...
-
I need to put the json file of the presets or by using this command it will apply the presets: depth_sensor.set_option(rs.option.visual_preset,Preset.HighAccuracy)
-
Thanks a lot for your help and patience
-
If I have this code, I put the post processing first and then the alignments: #Apply the filters to depth framesfiltered_depth=decimation.process(depth_frame)filtered_depth=depth_to_disparity.proce...
-
I saw the code of the white-balance from the following link: https://github.com/IntelRealSense/librealsense/issues/10143#issuecomment-1013340798 But I don't know how to specify a specific value fo...