sp-dev-fx-webparts/samples/react-spfx-webcam
Siddharth 1dc9b6e595 Upgraded solution to 1.9.1 2019-09-05 10:22:32 +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 Upgraded solution to 1.9.1 2019-09-05 10:22:32 +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 Upgraded solution to 1.9.1 2019-09-05 10:22:32 +05:30
README.md Upgraded solution to 1.9.1 2019-09-05 10:22:32 +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 Upgraded solution to 1.9.1 2019-09-05 10:22:32 +05:30
package.json Upgraded solution to 1.9.1 2019-09-05 10:22:32 +05:30
report.md Upgraded solution to 1.9.1 2019-09-05 10:22:32 +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

Prerequisites

N/A

Solution

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

Version history

Version Date Comments
1.0.0 Sept 05, 2019 Upgraded to Latest SPFx Version 1.9.1
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