OpenLake / Smart-Cams

Give superpowers to your CCTV/Mobile cameras with Computer vision 📷🤖
5 stars 6 forks source link

Use DRF to create/update/stop stream recording workers/threads #10

Open Dhruv88 opened 3 years ago

Dhruv88 commented 3 years ago
  1. Added the REST API for the app.
  2. Added test.py for unit testing of the APIs.
  3. Added the basic serializer class for Stream model.
  4. Created a separate folder to store the video streams.
  5. Tweaks to views.py and recorder.py to handle cases where invalid stream url is given.

Fixes #9