Three APIs are implemented
- POST /fs/photo - open webcam and take pictures every 5s
- GET /fs/photo - list all the picture files
- POST /fs/ffmpeg - take screen video for 10 seconds and add a watermark.
Steps to run this project:
- Run
yarncommand to install required node modules - Run
yarn dev:startcommand