Tsubota Kazuhiro
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Tsubota Kazuhiro-
Setting Global Time disable seems failed at D455
Hi, I tried to turn off Global Time option by setting zero to No.53 option, like this: rs2_option option_type = static_cast<rs2_option>(53);for (int i = 0; i < (int)sensors.size(); ++i) { rs2::opt...
-
RS2_OPTION_FRAMES_QUEUE_SIZE and Frame Syncer on frame management
Hi, I have 3 questions relating to frame management.(Q1)Is this correct way to modify queue size for each sensor from initial value 16 to custom value like this "set_sensor_option(sensors[0 or 1], ...
-
Relationship between gain exposure and uvc's brightness
Hi, realsense SDK can control gain and exposure of cameras.And it also can control via UVC's brightness.I'd like to know those relationship between gain ,brightness and exposure.Thanks.
-
D455 @10fps available?
Hello,I'm wondering D455's depth and color cam can work @10fps.ROS wrapper seems working at 10fps settings. But sdk can't.Are there any way to cope with this issue?Thanks