Items with no label
3335 Discussions

QueryProjectionTransformation function non existant in C++ SDK-

JThui
Beginner
1,438 Views

Hello everyone !

I am working on a project using the Realsense for a company, and I need to access the following function : https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?queryprojectiontransformation_pxc3dscan.html QueryProjectionTransformation.

It seems that this function does not exists in the C++ SDK.

I am working with the latest version, on Windows (Visual Studio).

The function is not defined in the header either.

Where does it come from ? It this function really implemented ?

Cheers,

Jules

0 Kudos
2 Replies
MartyG
Honored Contributor III
255 Views

There is a C++ entry for QueryProjectionTransformation in the RealSense SDK documentation (at least, the documentation for the previous '2016 R2' version of the SDK). Though you are correct to suggest that having an instruction in the documentation is not an absolute guarantee that it is actually currently implemented in the SDK.

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?queryprojectiontransformation_pxc3dscan.html Intel® RealSense™ SDK 2016 R2 Documentation

Some features that were in the R2 SDK were removed from the latest R3 SDK, including all support for the R200 camera. If you are using an R200 camera and have installed the '2016 R3' SDK, you should please uninstall R3 and install R2 instead.

If you need to install R2, you can do so with the following link that starts the download automatically.

http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe

0 Kudos
idata
Employee
255 Views

Hi Jules,

 

 

Do you still need assistance with this thread?

 

 

-Sergio A

 

0 Kudos
Reply