sp-dev-fx-webparts/samples/react-spfx-webcam
Siddharth 2ad0cfd0ca Updated read me file to add more details 2019-09-04 18:30:28 +05:30
..
config SPFx simple webpart to open web/mobile camera and capture photo 2019-09-04 18:02:47 +05:30
screens SPFx simple webpart to open web/mobile camera and capture photo 2019-09-04 18:02:47 +05:30
src SPFx simple webpart to open web/mobile camera and capture photo 2019-09-04 18:02:47 +05:30
teams SPFx simple webpart to open web/mobile camera and capture photo 2019-09-04 18:02:47 +05:30
.editorconfig SPFx simple webpart to open web/mobile camera and capture photo 2019-09-04 18:02:47 +05:30
.gitignore SPFx simple webpart to open web/mobile camera and capture photo 2019-09-04 18:02:47 +05:30
.yo-rc.json SPFx simple webpart to open web/mobile camera and capture photo 2019-09-04 18:02:47 +05:30
README.md Updated read me file to add more details 2019-09-04 18:30:28 +05:30
gulpfile.js SPFx simple webpart to open web/mobile camera and capture photo 2019-09-04 18:02:47 +05:30
package-lock.json SPFx simple webpart to open web/mobile camera and capture photo 2019-09-04 18:02:47 +05:30
package.json SPFx simple webpart to open web/mobile camera and capture photo 2019-09-04 18:02:47 +05:30
tsconfig.json SPFx simple webpart to open web/mobile camera and capture photo 2019-09-04 18:02:47 +05:30
tslint.json SPFx simple webpart to open web/mobile camera and capture photo 2019-09-04 18:02:47 +05:30

README.md

SPFx Web/Mobile Camera Demo

Summary

This is sample webpart which showcase how to open webcam and take photo in SPFx. This will work in desktop/laptop with webcam and in mobile device also on mobile browser. This can be extended to stored captured photo in document library or it can be saved as user profile photo using GRAPH API.

Options Available Opening webcam Taking photo

Used SharePoint Framework Version

drop

Applies to

Update accordingly as needed.

Prerequisites

NA

Solution

Solution Author(s)
react-spfx-webcam Siddharth Vaghasia(@siddh_me)

Version history

Version Date Comments
1.0.0 Sept 04, 2019 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Using react framework in SPFx webpart
  • Using React-webcam npm package in SPFx webpart
  • Open web cam or mobile camera to catpure photo and display in img html element