-
Notifications
You must be signed in to change notification settings - Fork 384
Description
Loving the software, iIt works pretty well considering the shprt comings of tLoving the software, iIt works pretty well considering the shprt comings of the hardware and the various issues with different camera modules etc. I want to take a still jpg each minute and have the lamp illuminate the scene. (inside a dark cupboard.watching electricity metes). The only way I can get it to work is to have the lamp illuminate all the time. It sort of works if I enable auto lamp in that it flashes when my bash script take a picture ( wget http://192.168.1.143:80/capture ) but it is usually dark or partially illuminated because the timing is off. D=oing the obvious swtiching the lamp on ( curl http://192.168.1.143/control?var=lamp&val=100 )* pausing then taking then getting the capture fails with "This URI doesn't exist" If I try anything else using control, it does the same. Doing "curl http://192.168.1.143/status" works fine. I'm using the current master vesion. Tried all kind of things in my bash script without success
I'm maybe missing something ?