We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i love this product but im trying to access 2 specific functions that im not sure how to. can you helpe me acces these?
DECLARE_INTERFACE_IID_(IResearchModeCameraSensor, IUnknown, "3BDB4977-960B-4F5D-8CA3-D21E68F26E76") { STDMETHOD(MapImagePointToCameraUnitPlane( float (&uv) [2], float (&xy) [2])) = 0; STDMETHOD(MapCameraSpaceToImagePoint( float(&xy)[2], float(&uv)[2])) = 0; STDMETHOD(GetCameraExtrinsicsMatrix(DirectX::XMFLOAT4X4 *pCameraViewMatrix)) = 0; };
The text was updated successfully, but these errors were encountered:
i only need MapImagePointToCameraUnitPlane and MapCameraSpaceToImagePoint
Sorry, something went wrong.
No branches or pull requests
Hello, i love this product but im trying to access 2 specific functions that im not sure how to.
can you helpe me acces these?
DECLARE_INTERFACE_IID_(IResearchModeCameraSensor, IUnknown, "3BDB4977-960B-4F5D-8CA3-D21E68F26E76")
{
STDMETHOD(MapImagePointToCameraUnitPlane(
float (&uv) [2],
float (&xy) [2])) = 0;
STDMETHOD(MapCameraSpaceToImagePoint(
float(&xy)[2],
float(&uv)[2])) = 0;
STDMETHOD(GetCameraExtrinsicsMatrix(DirectX::XMFLOAT4X4 *pCameraViewMatrix)) = 0;
};
The text was updated successfully, but these errors were encountered: