Hi,
I'm having same problem, running on a PC with Visual Studio 2015 x86
Here's the full exception:
Exception thrown at 0x745508C2 in ImageTargets.exe: Microsoft C++ exception: Platform::AccessDeniedException ^ at memory location 0x00C7E638. HRESULT:0x80070005 Access is denied.
WinRT information: Access is denied.
Stack trace:
combase.dll!7605722d()
vccorlib140_app.dll!0f4f17d9()
vccorlib140_app.dll!0f4f2896()
Vuforia.dll!0f5de892()
Vuforia.dll!0f6ef38e()
Vuforia.dll!0f6ad5de()
Vuforia.dll!0f6ad956()
Vuforia.dll!0f63d9ac()
Vuforia.dll!0f63d530()
Vuforia.dll!0f630720()
Vuforia.dll!0f632cf9()
Vuforia.dll!0f61adf4()
ImageTargets.exe!std::_Invoker_functor::_Call<int <lambda>(void) &>(ImageTargets::AppSession::InitVuforiaAsync::__l2::int <lambda>(void) & _Obj) Line 1377
ImageTargets.exe!std::invoke<int <lambda>(void) &>(ImageTargets::AppSession::InitVuforiaAsync::__l2::int <lambda>(void) & _Obj) Line 1443
ImageTargets.exe!std::_Invoke_ret<int,int <lambda>(void) &>(std::_Forced<int,0> __formal, ImageTargets::AppSession::InitVuforiaAsync::__l2::int <lambda>(void) & <_Vals_0>) Line 1468
ImageTargets.exe!std::_Func_impl<int <lambda>(void),std::allocator<int>,int>::_Do_call() Line 212
ImageTargets.exe!std::_Func_class<int>::operator()() Line 279
ImageTargets.exe!Concurrency::task<int>::_InitialTaskHandle<int,int <lambda>(void),Concurrency::details::_TypeSelectorNoAsync>::_LogWorkItemAndInvokeUserLambda<std::function<int __cdecl(void)> >(std::function<int __cdecl(void)> _func) Line 3465
ImageTargets.exe!Concurrency::task<int>::_InitialTaskHandle<int,int <lambda>(void),Concurrency::details::_TypeSelectorNoAsync>::_Init(Concurrency::details::_TypeSelectorNoAsync __formal) Line 3485
ImageTargets.exe!Concurrency::task<int>::_InitialTaskHandle<int,int <lambda>(void),Concurrency::details::_TypeSelectorNoAsync>::_Perform() Line 3471
ImageTargets.exe!Concurrency::details::_PPLTaskHandle<int,Concurrency::task<int>::_InitialTaskHandle<int,int <lambda>(void),Concurrency::details::_TypeSelectorNoAsync>,Concurrency::details::_TaskProcHandle>::invoke() Line 1423
ImageTargets.exe!Concurrency::details::_TaskProcHandle::_RunChoreBridge(void * _Parameter) Line 146
ImageTargets.exe!Concurrency::details::_DefaultPPLTaskScheduler::_PPLTaskChore::_Callback(void * _Args) Line 51
msvcp140d_app.dll!031329ac()
ntdll.dll!770a4dab()
ntdll.dll!770a3ea3()
kernel32.dll!74648654()
ntdll.dll!770d4a77()
ntdll.dll!770d4a47()
Hello,
I downloaded the lastest Vuforia UWP SDK and Vuforia Samples and tried to build and run it in VS2019 on a Windows 10 platform.
When I ran it, I got the following error (please check the attached pic):
Vuforia Initialization Error
Unspecified error
Failed to init camera
I checked and the camera is working outside the app...What could be the problem here? Your help on the matter would be greatly appreciated.
Thanks
Hiam