sp-dev-fx-webparts/samples/react-webcam/README.md

62 lines
1.9 KiB
Markdown
Raw Normal View History

# SPFx Web/Mobile Camera Demo
## Summary
2019-09-06 21:18:56 -04:00
This is sample webpart to showcase how to open webcam and take photo in SPFx webpart. This will work in desktop/laptop with webcam and mobile device also(from browser). This can be extended to stored captured photo in document library or it can be saved as user profile photo using GRAPH API.
* [Please refer this link on How to build this from Scratch](https://www.c-sharpcorner.com/article/how-to-open-webmobile-camera-and-take-photo-from-spfx-webpart/)
![Options Available](screens/3.png?raw=true "Options Available")
![Opening webcam](screens/4.png?raw=true "Opening webcam")
![Taking photo](screens/4.png?raw=true "Taking photo")
## Used SharePoint Framework Version
2019-09-05 00:52:32 -04:00
![drop](https://img.shields.io/badge/version-1.9.1-green.svg)
## Applies to
* [SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
* [Office 365 tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-developer-tenant)
2019-09-05 00:52:32 -04:00
## Prerequisites
2019-09-05 00:52:32 -04:00
> N/A
## Solution
Solution|Author(s)
--------|---------
react-spfx-webcam | Siddharth Vaghasia(@siddh_me)
## Version history
Version|Date|Comments
-------|----|--------
2019-09-05 00:52:32 -04:00
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
2019-09-06 21:18:56 -04:00
* Using react-webcam npm package in SPFx webpart
* Open web cam or mobile camera to capture photo and display in img html element
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-spfx-webcam" />