...
1/ I'm looking for a way of making video recorded when motion detect it! I though it was in the motion field, putting 3 make it record but not find any video file.
Did you check /home/cameras tree. I have motion triggered and time-lapse videos in there...
2/ The worst is that when I change the action in "active sensor" for each mode, if I make just snapshot in disarmed mode then reload, then when I change mode to armed, alarm don't work at all like if the mode was still in disarmed ! Is there a way of showing the mode in the gui !! I tried some other conbination in the alctive sensor, but I got a probleme with the mode !!! shity ! because the threadx.conf is correct and motion.conf also for record when motion !
any help would be appreciate !
I don't quite understand all statements, but will try to respond. Integration with motion is not fully done. Actually only config files are auto generated from settings in admin page and then more or less motion works on its own. Communication happens only on few occasions :
- when LMCE needs snapshots it sends signal to motion and than motion_wrapper reads latest snapshots and send it back (view camera scenarios for instance)
- when motion is detected, then proper DCE messages are sent. In ThreadX.conf you have :
# sending pluto tripped on/off events on motion start/end
on_event_start /usr/pluto/bin/MessageSend 127.0.0.1 51 -1001 2 9 25 1
on_event_end /usr/pluto/bin/MessageSend 127.0.0.1 51 -1001 2 9 25 0
and that cause sensor tripped on and tripped off events that are sent to LMCE. Currently even motion http interface is not supported - I did all the work I could at that time, but now have no time to enhance it. But everone is welcome to rool sleeves up, I'll help as much as I can with internals and how to do it...
BTW, I think that you have current house status displayed on main page of Orbiter...
HTH,
regards,
Rob.