Yixun Liu
- Total activity 154
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 53
Comments
Recent activity by Yixun Liu-
I will check it. Thank you MartyG!
-
Hi MartyG, Thanks for your response. Actually I know this example is for T265. My question is since T265 fuses the information from the IMU and the two fisheye sensors to obtain the 6DOF pose, the ...
-
I do not have N/A issue and I list color to Infrared extrinsic as follows: Extrinsic from "Color" To "Infrared 1" : Rotation Matrix: 0.999931 -0.0115592 -0.00189497 0.01156...
-
Thanks MartyG! I did as you said, from viewer->enable stereo module->more->calibration data->check I know what I'm doing->restore factory->write table, and then use the same command to list the ext...
-
You mean if I purchase from the official RealSense store the earlier shipment schedule is around November?
-
Got it. Thanks a lot!
-
Thanks MartyG!
-
Thank you so much for your detailed reply. I still have several questions to need your help. 1. I check the value of the translation from Color camera to Depth camera and I think the unit should be...
-
initDepthCamera() is the same with init(). I just rename it. I tried both application context and activity context, but no difference. It is weird that I have to call initDepthCamera() twice to mak...
-
I add config.enableStream and comment out the follow code: config.enableStream(StreamType.COLOR, 640, 480); But it still does not work. I did some tests. I use a checkbox to start initDepthCamera()...