This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OPT8241-CDK-EVM: OPT8241 EVAL KIT

Part Number: OPT8241-CDK-EVM

Hi,

I am also having problem with the   depthCamera->registerCallback(Voxel::DepthCamera::FRAME_RAW_FRAME_UNPROCESSED, (DepthCamera::CallbackType)frameCallback);.

I get an access violation. 

My Callback Foo is defined as "static void frameCallback(DepthCamera &dc, const Frame &frame, DepthCamera::FrameType c)".

My environment is MS2017 and I am using the lib and dll 's as installed with voxel-0.6.10.

The app I am making is strictly a Win32 app. It is basically a stream to file program that uses the UNPROCESSED data.

I can find the camera and read and write the registers but I can't set a call back.

Any help would be appreciated.

Thanks,

K