Avatar

Level 10

Hi,

For Camera, if you want to just add a standard camera, make sure you have added the WebCamera component and not WebcamPublisher/WebcamSubscriber because If you add any of those two components , you would have to add your own buttons etc and call publishing/stopping functions yourself.

So, for your requirements, I believe WebCamera component is good enough.

To see details on the usage, open the DefaultPods example in sampleApps folder and run that and see its code. That sample uses WhiteBoard, Camera etc.

Thanks

Hironmay Basu