
Arne Luken
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Arne Luken-
Arne Luken commented,
I do not want to use or change it in my own script, i want to manipulate the Region in the Depth Quality tool.
-
Arne Luken commented,
i got it working if i put this before setting the new roi of the color sensor. It's not needed for the depth sensor. Do you know why? frames = pipeline.wait_for_frames()
-
Arne Luken commented,
Hi, as far as i can tell your links refer to setting the ROI for the auto exposure. I want to change the Metrics Region of interest in the Depth quality Tool as shown in the Pictures above. Is ther...
-
Arne Luken commented,
Hey, i tried that: Traceback (most recent call last): File "/media/tec/SSDOrin/yolov8/roi_tst copy.py", line 17, in <module> roi_sensor.set_region_of_interest(sensor_roi)RuntimeError: hwmon com...
-
Arne Luken commented,
Hi, thanks again. I have found that as well but it is not working for the rgb sensor on the D455. I have the same issue as migel in your link. Any other Idea?
-
Arne Luken commented,
Hi Marty, i guess that was unclear, sorry. I want to change the area where the depth measurment is evaluated. I know i can change the size but is there a way to change the Box.
-
Arne Luken created a post,
Depth Quality tool how to set custom ROI in DQT
I am using the Depth Quality Tool to compare cameras and settings in my project. I know that one can change the size of the ROI for depth measurement. Can I somehow define the ROI myself? I need mo...
-
Arne Luken created a post,
Set ROI for RGB Kamera in Python D455
Hello, I am using a D455 camera in my project. I know that in the RealSense Viewer, one can set the ROI (Region of Interest) for the IR cameras and the RGB camera separately. I have managed to set ...