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.
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):
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.