Render camera preview in Chrome using Native Client SDK
问题 I'm trying to write ppapi plugin for Chrome which will use webcam (show preview and write file). I have installed NaCl sdk with pepper_35 . There available examples in /examples/api/ folder: media_stream_audio and media_stream_video . The audio example works fine - requests access to microphone and shows some kind of preview. The "media_stream_video" example must show web-camera video preview, but when I load example on the local web server (with make serve command), there appears red rect,