Beta 0.3.0>1 Build 2007-06-11 Does not write motion area.

Report and discuss bugs here!
Post Reply
securidad
Posts: 3
Joined: Wed Feb 06, 2008 5:25 am

Beta 0.3.0>1 Build 2007-06-11 Does not write motion area.

Post by securidad »

The 2007-06-11 beta build does not write the defined motion detection region. I tried both with & without "forcevideoformat.txt"

I looked at the settings XML file for the 0.3.0 version, and saw the following lines were missing in the beta settings XML file:

<void property="motionAreaStartPoint">
<object class="java.awt.Point">
<int>6</int>
<int>60</int>
</object>
</void>
<void property="motionAreaStopPoint">
<object class="java.awt.Point">
<int>351</int>
<int>237</int>
</object>
</void>

So I added these lines to the beta XML settings file, and the beta build was able to set the motion region correctly. So the read works fine, but the settings are not written to the file when a motion region is defined.

Please let me know if you need any more info.

Thanks.
Post Reply