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

Access violation when start the camera #173

Open
wahyurahmaniar opened this issue Apr 24, 2019 · 1 comment
Open

Access violation when start the camera #173

wahyurahmaniar opened this issue Apr 24, 2019 · 1 comment

Comments

@wahyurahmaniar
Copy link

wahyurahmaniar commented Apr 24, 2019

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.

@cn-newit
Copy link

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.

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

2 participants