Following the Description for XLabs Camera, I created a project and created the CameraViewModel and CameraPage. But running the solution it just displays the 3 buttons but clicking the buttons does nothing. It appears I am missing something, as the Setup() method is never called.
On searching this forum found some threads but what is said in there is not clear. So what am I missing?
Normally we initialize the view model in the master page. But I don't see any such statement in the CameraPage.xaml.cs. Few threads suggested initializing a Renderer but the given code is confusing.
So how do I make this working?