PabloLIborra Posted December 10, 2018 Share Posted December 10, 2018 Hi, I have a question. For the work I'm doing, I'm using the SRWorks SDK, to perform a 3D reconstruction with the cameras, but in order to use an algorithm, I need to know how to access the two cameras. Right now, if I'm not mistaken, when we access the cameras of the HTC Vive Pro with the sdk, we only do it to one of them, I do not know which, but I need to access the two individually, does anyone know how to do it? I know that when we access the depth image, it makes a combination of both cameras, but I need the RGB image of each of them individually. I using the C++ API. Greetings and thank you. Link to comment Share on other sites More sharing options...
Daniel_Y Posted December 11, 2018 Share Posted December 11, 2018 Refer to this enclosed sample code $(SRWORKS)C\sample-vs2015\main.cpp in SRWorks. To get fisheyed left- and right-eye images respectively via GetDistortedCallback(). To get de-fisheyed left- and right-eye images respectively via GetUndistortedCallback(). Link to comment Share on other sites More sharing options...
PabloLIborra Posted December 11, 2018 Author Share Posted December 11, 2018 Thanks, it's what I needed.By any chance, do you know where I can get information about the front cameras? such as resolution, focal length, fps, distance between cameras.. and if the resolution cameras it´s the same that the resolution on distorted and undistorted images. I see that when i define the global varibles to this images, I put some values like 612/460.. Are this the resolution from the distorted images? Thnaks you Link to comment Share on other sites More sharing options...
Daniel_Y Posted December 13, 2018 Share Posted December 13, 2018 ViveSR_GetCameraParams() could get lens' properties. Refere to TestGetFrameData() in main.cpp of C sample code to learn how to get image's information. yes, typically Vive pro's distorted image is 612/460 and undistorted is 1150/750. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.