Reputation: 69
I want to expose the canon camera SDK to use it with Javascript. I don't know C# (I know someone will say to just learn it...). But really just wondering if this is even possible? The SDK only allows C, C++, C#, Objective-C, and Swift. So I guess any of those would work.
I figured the StackOverflow gods would have a definite answer.
Upvotes: 0
Views: 414
Reputation: 69
Even though I wasn't able to use the SDK, I did find exactly what I wanted in the comment posted by @Lk77
I wanted to be able to make a UI for camera controls remotely and I thought that was only possible using the cannon sdk but actually, cannon provides an exposed interface to use when you enable the CCAPI on the camera itself. And that repo had a pretty good example. Thanks for all the help everyone.
Upvotes: 0