Hi there,
Many thanks for the response. I got the SDK working just fine in a standard C# WPF app. I am able to get a handle on the camera and then initialise it and start a video recording. All good within this kind of project.
My problem is that I need to create a C# UWP app. Within this kind of C# project, the SDK does not appear to work (i.e. returns a camera count of 0). Having spent an entire couple of days on this trying various things and doing some research, I think the issue may be arising from UWP apps running in a protected environment which places constraints on what unmanaged dlls can be executed. See the Microsoft article below:
https://msdn.microsoft.com/en-us/library/mt186162.aspx
There is a potential work around, but I don't have the SDK source code to try it out:
https://blogs.msdn.microsoft.com/chrisbarker/2014/10/08/consuming-a-c-library-project-from-a-windows-phone-store-app/
There is still a chance that this is a smaller issue and I have missed something.
Any help or assistance would be greatly appreciated.
Many thanks,
Evren