Taku Osada
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Taku Osada-
Taku Osada commented,
I tried force_rsusb_backend=true mode, actually I use following cmake options cmake .. -DBUILD_PYTHON_BINDINGS=true \ -DPYTHON_EXECUTABLE=$(which python3) \ -DFORCE_RSUSB_BACKEND=t...
-
Taku Osada commented,
Thank you for your comment. When I comment out the "if frmc.supports_frame_metadata" line, on next line, it put out RuntimeError: Color frame does not support metadata "White Balance". Although, I...
-
Taku Osada created a post,
How to obtain a white balance value in a Frame metadata of D405
Hello I'm trying to extract the color temperature for white balance from the D405. It appears to be stored in the frame metadata. Even when I specify the color stream using the code below, the colo...
-
Taku Osada commented,
I’ve finally managed to capture RGB (1920x1080) and depth (1280x720) images from two D435i cameras using my code. The issue was caused by an outdated version of the pyrealsense2 library (ver. 2.50....
-
Taku Osada commented,
I got a StarTech PEXUSB3S44V which is 4 port PCI Express USB3.0 card with 4 dedicated 5Gbps channels. When I can simultaneously display two D435i RGB(1920x1080) and depth(1280x720) images with 30fp...
-
Taku Osada commented,
This is very important bad :-) information. I will buy a additional USB interface card. And I will report a result when I get it. Thank you
-
Taku Osada commented,
Hello MartyX Grover I did two experiments. test 1) only one camera set to 1920x1080 is connected to PC I connected the each camera set to color1920x1080 and depth1280x720 on PC. Both camera worked...
-
Taku Osada commented,
Hello MartyX Grover Thank you for the advice. I copied the script from #1735 and changed the two serial numbers and the color stream size to 1920x1080. When I run the script, it freezes at the same...
-
Taku Osada created a post,
two D435i set 1920x1080 can't start pipeline at the same time
I am testing this using two D435i cameras with the image size set to 1920x1080. While I can start the pipeline on the first camera, calling `pipeline.start(config)` on the second camera causes it t...