Skip to content
New issue

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

How to implement functions from ResearchMode.h #59

Open
EliasMosco opened this issue Oct 17, 2023 · 1 comment
Open

How to implement functions from ResearchMode.h #59

EliasMosco opened this issue Oct 17, 2023 · 1 comment

Comments

@EliasMosco
Copy link

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;
};

@EliasMosco
Copy link
Author

i only need MapImagePointToCameraUnitPlane and MapCameraSpaceToImagePoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant