2ad0cfd0ca | ||
---|---|---|
.. | ||
config | ||
screens | ||
src | ||
teams | ||
.editorconfig | ||
.gitignore | ||
.yo-rc.json | ||
README.md | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json |
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.
Used SharePoint Framework Version
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