Can someone check the motion detection of the ixus 230. It's seems the detection doesn't work.
--[[
@title MD Test
]]
n = 0
sleep(2000)
repeat
h = md_detect_motion(6, 4, 1, 10000, 7, 10, 1, 0, 0, 0, 0, 0, 0, n, 6, 0)
if h > 0 then print("motion detected", h) end
until false
The Lua script displays a grid of 6x4 cells. In case of motion detection it shows the message 'motion detected' and the number of cells. Press shutter for the script end.
I would like to know if this script works as described.
msl