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
I follow this issue for the register callback: #152
I use Visual Studio 2017 C++ and OPT8241 Sensor.
I get this error immediately after calling: if (depthCameras->start())
Unhandled exception at 0x00007FFAA4B5963D (voxel.dll) in testvideo.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFE.
The ToF camera is definitely located and is initialized properly.
Thank you.
The text was updated successfully, but these errors were encountered:
I've had the same mistake,And the problem is that my program is release,but voxelsdk lib is debug.When I changed my program to the debug,and it work.
Sorry, something went wrong.
No branches or pull requests
I follow this issue for the register callback:
#152
I use Visual Studio 2017 C++ and OPT8241 Sensor.
I get this error immediately after calling:
if (depthCameras->start())
The ToF camera is definitely located and is initialized properly.
Thank you.
The text was updated successfully, but these errors were encountered: