adafruit / Adafruit_CircuitPython_PyCamera

Library for the Adafruit PyCamera
https://docs.circuitpython.org/projects/pycamera
MIT License
17 stars 9 forks source link

stating new ipcam example #3

Closed jepler closed 12 months ago

jepler commented 1 year ago

This new script supports the following endpoints: GET /lcd: Update LCD content GET /jpeg: Respond with a JPEG image POST /property: Get or set a property

example (select effect 1 aka Invert):

curl http://.../property -f k=effect -f v=1

This needs to be enhanced with a HTML + js UI that loads in a web page. Management of the camera setting between LCD & JPEG modes needs to be implemented, or the JPEG mode turned off. etc.