electric_eye 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.org +20 -8
- data/bin/electric_eye +6 -1
- data/features/electric_eye.feature +8 -7
- data/lib/electric_eye/config_eye.rb +17 -4
- data/lib/electric_eye/motion.rb +44 -0
- data/lib/electric_eye/record.rb +27 -4
- data/lib/electric_eye/version.rb +1 -1
- data/lib/electric_eye.rb +1 -0
- data/man/electric_eye.1 +2 -2
- data/man/electric_eye.1.html +2 -2
- data/man/electric_eye.1.ronn +2 -2
- data/spec/config_spec.rb +46 -7
- data/spec/fixtures/movement.log +1219 -0
- data/spec/fixtures/no_movement.log +1219 -0
- data/spec/motion_spec.rb +79 -0
- data/spec/{electric_eye_spec.rb → record_spec.rb} +21 -1
- metadata +11 -4
@@ -0,0 +1,1219 @@
|
|
1
|
+
[0x7c8108] main libvlc debug: VLC media player - 2.0.6 Twoflower
|
2
|
+
[0x7c8108] main libvlc debug: Copyright © 1996-2013 VLC authors and VideoLAN
|
3
|
+
[0x7c8108] main libvlc debug: revision 2.0.6-0-gbe9623c
|
4
|
+
[0x7c8108] main libvlc debug: configured with ./configure '--enable-static' '--build=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security' 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed' '--config-cache' '--disable-maintainer-mode' '--disable-silent-rules' '--disable-update-check' '--enable-fast-install' '--prefix=/usr' '--docdir=/usr/share/doc/vlc-nox' '--sysconfdir=/etc' '--with-binary-version=dmo2' '--enable-a52' '--enable-aa' '--enable-bluray' '--enable-bonjour' '--enable-caca' '--enable-dbus' '--enable-dca' '--enable-dirac' '--enable-dvbpsi' '--enable-dvdnav' '--enable-faad' '--enable-flac' '--enable-fluidsynth' '--enable-freetype' '--enable-fribidi' '--enable-gnutls' '--enable-jack' '--enable-kate' '--enable-libass' '--enable-libmpeg2' '--enable-libproxy' '--enable-libxml2' '--enable-lirc' '--enable-live555' '--enable-mad' '--enable-mkv' '--enable-mod' '--enable-mpc' '--enable-mtp' '--enable-mux_ogg' '--enable-ncurses' '--enable-notify' '--enable-ogg' '--enable-oss' '--enable-pulse' '--enable-qt4' '--enable-realrtsp' '--enable-samplerate' '--enable-schroedinger' '--enable-sdl' '--enable-sftp' '--enable-shout' '--enable-skins2' '--enable-smb' '--enable-speex' '--enable-svg' '--enable-taglib' '--enable-theora' '--enable-twolame' '--enable-upnp' '--enable-vcd' '--enable-vcdx' '--enable-vorbis' '--enable-x264' '--enable-zvbi' '--with-kde-solid=/usr/share/kde4/apps/solid/actions/' '--disable-dxva2' '--disable-gnomevfs' '--disable-goom' '--disable-portaudio' '--disable-projectm' '--disable-sqlite' '--disable-telx' '--enable-alsa' '--enable-atmo' '--enable-dc1394' '--enable-dv' '--enable-libva' '--enable-linsys' '--enable-pvr' '--enable-udev' '--enable-v4l2' 'build_alias=x86_64-linux-gnu' 'CC=ccache cc' 'CXX=ccache g++'
|
5
|
+
[0x7c8108] main libvlc debug: searching plug-in modules
|
6
|
+
[0x7c8108] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat
|
7
|
+
[0x7c8108] main libvlc warning: This doesn't look like a valid plugins cache
|
8
|
+
[0x7c8108] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins'
|
9
|
+
[0x7c8108] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins.dat
|
10
|
+
[0x7c8108] main libvlc debug: plug-ins loaded: 418 modules
|
11
|
+
[0x7c8108] main libvlc debug: opening config file (/home/map7/.config/vlc/vlcrc)
|
12
|
+
[0x7c8108] main libvlc debug: translation test: code is "C"
|
13
|
+
[0x7c8108] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU
|
14
|
+
[0x7c8108] main libvlc debug: looking for memcpy module: 4 candidates
|
15
|
+
[0x7c8108] main libvlc debug: using memcpy module "memcpymmxext"
|
16
|
+
[0x967898] main input debug: Creating an input for 'Media Library'
|
17
|
+
[0x967898] main input debug: Input is a meta file: disabling unneeded options
|
18
|
+
[0x967898] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
|
19
|
+
[0x967898] main input debug: `file/xspf-open:///home/map7/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/map7/.local/share/vlc/ml.xspf'
|
20
|
+
[0x967898] main input debug: creating demux: access='file' demux='xspf-open' location='/home/map7/.local/share/vlc/ml.xspf' file='/home/map7/.local/share/vlc/ml.xspf'
|
21
|
+
[0x938518] main demux debug: looking for access_demux module: 3 candidates
|
22
|
+
[0x938518] main demux debug: no access_demux module matching "file" could be loaded
|
23
|
+
[0x938518] main demux debug: TIMER module_need() : 0.446 ms - Total 0.446 ms / 1 intvls (Avg 0.446 ms)
|
24
|
+
[0x967898] main input debug: creating access 'file' location='/home/map7/.local/share/vlc/ml.xspf', path='/home/map7/.local/share/vlc/ml.xspf'
|
25
|
+
[0x7dc8a8] main access debug: looking for access module: 2 candidates
|
26
|
+
[0x7dc8a8] filesystem access debug: opening file `/home/map7/.local/share/vlc/ml.xspf'
|
27
|
+
[0x7dc8a8] main access debug: using access module "filesystem"
|
28
|
+
[0x7dc8a8] main access debug: TIMER module_need() : 0.176 ms - Total 0.176 ms / 1 intvls (Avg 0.176 ms)
|
29
|
+
[0x93ef58] main stream debug: Using stream method for AStream*
|
30
|
+
[0x93ef58] main stream debug: starting pre-buffering
|
31
|
+
[0x93ef58] main stream debug: received first data after 0 ms
|
32
|
+
[0x93ef58] main stream debug: pre-buffering done 296 bytes in 0s - 32118 KiB/s
|
33
|
+
[0x93eb18] main stream debug: looking for stream_filter module: 7 candidates
|
34
|
+
[0x93eb18] main stream debug: no stream_filter module matching "any" could be loaded
|
35
|
+
[0x93eb18] main stream debug: TIMER module_need() : 0.370 ms - Total 0.370 ms / 1 intvls (Avg 0.370 ms)
|
36
|
+
[0x93eb18] main stream debug: looking for stream_filter module: 1 candidate
|
37
|
+
[0x93eb18] main stream debug: using stream_filter module "stream_filter_record"
|
38
|
+
[0x93eb18] main stream debug: TIMER module_need() : 0.082 ms - Total 0.082 ms / 1 intvls (Avg 0.082 ms)
|
39
|
+
[0x967898] main input debug: creating demux: access='file' demux='xspf-open' location='/home/map7/.local/share/vlc/ml.xspf' file='/home/map7/.local/share/vlc/ml.xspf'
|
40
|
+
[0x7fae98] main demux debug: looking for demux module: 1 candidate
|
41
|
+
[0x7fae98] playlist demux debug: using XSPF playlist reader
|
42
|
+
[0x7fae98] main demux debug: using demux module "playlist"
|
43
|
+
[0x7fae98] main demux debug: TIMER module_need() : 0.125 ms - Total 0.125 ms / 1 intvls (Avg 0.125 ms)
|
44
|
+
[0x7fb7d8] main demux meta debug: looking for meta reader module: 2 candidates
|
45
|
+
[0x7fb7d8] lua demux meta debug: Trying Lua scripts in /home/map7/.local/share/vlc/lua/meta/reader
|
46
|
+
[0x7fb7d8] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
|
47
|
+
[0x7fb7d8] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
|
48
|
+
[0x7fb7d8] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
|
49
|
+
[0x7fb7d8] main demux meta debug: no meta reader module matching "any" could be loaded
|
50
|
+
[0x7fb7d8] main demux meta debug: TIMER module_need() : 1.286 ms - Total 1.286 ms / 1 intvls (Avg 1.286 ms)
|
51
|
+
[0x967898] main input debug: `file/xspf-open:///home/map7/.local/share/vlc/ml.xspf' successfully opened
|
52
|
+
[0x97ad88] main xml reader debug: looking for xml reader module: 1 candidate
|
53
|
+
[0x97ad88] main xml reader debug: using xml reader module "xml"
|
54
|
+
[0x97ad88] main xml reader debug: TIMER module_need() : 0.386 ms - Total 0.386 ms / 1 intvls (Avg 0.386 ms)
|
55
|
+
[0x7fae98] playlist demux debug: parsed 0 tracks successfully
|
56
|
+
[0x967898] main input debug: EOF reached
|
57
|
+
[0x7fae98] main demux debug: removing module "playlist"
|
58
|
+
[0x93eb18] main stream debug: removing module "stream_filter_record"
|
59
|
+
[0x7dc8a8] main access debug: removing module "filesystem"
|
60
|
+
[0x967898] main input debug: TIMER input launching for 'Media Library' : 2.761 ms - Total 2.761 ms / 1 intvls (Avg 2.761 ms)
|
61
|
+
[0x958038] main interface debug: looking for interface module: 1 candidate
|
62
|
+
[0x958038] main interface debug: using interface module "hotkeys"
|
63
|
+
[0x958038] main interface debug: TIMER module_need() : 0.118 ms - Total 0.118 ms / 1 intvls (Avg 0.118 ms)
|
64
|
+
[0x94f0e8] main interface debug: looking for interface module: 1 candidate
|
65
|
+
[0x957348] main playlist debug: playlist threads correctly activated
|
66
|
+
[0x957348] main playlist debug: rebuilding array of current - root Playlist
|
67
|
+
[0x957348] main playlist debug: rebuild done - 0 items, index -1
|
68
|
+
[0x94f0e8] main interface debug: using interface module "inhibit"
|
69
|
+
[0x94f0e8] main interface debug: TIMER module_need() : 0.707 ms - Total 0.707 ms / 1 intvls (Avg 0.707 ms)
|
70
|
+
[0x957348] main playlist debug: adding item `20150701-1204-workstations.mjpeg' ( file:///media/data/recordings/workstations/20150701-1204-workstations.mjpeg )
|
71
|
+
[0x960938] main input debug: Creating an input for '20150701-1204-workstations.mjpeg'
|
72
|
+
[0x958cb8] main interface debug: looking for interface module: 1 candidate
|
73
|
+
[0x958cb8] main interface debug: using interface module "globalhotkeys"
|
74
|
+
[0x958cb8] main interface debug: TIMER module_need() : 0.626 ms - Total 0.626 ms / 1 intvls (Avg 0.626 ms)
|
75
|
+
[0x7fe560004ca8] main interface debug: looking for interface module: 1 candidate
|
76
|
+
[0x7fe560004ca8] dummy interface: using the dummy interface module...
|
77
|
+
[0x7fe560004ca8] main interface debug: using interface module "dummy"
|
78
|
+
[0x7fe560004ca8] main interface debug: TIMER module_need() : 0.181 ms - Total 0.181 ms / 1 intvls (Avg 0.181 ms)
|
79
|
+
[0x957348] main playlist debug: processing request item: null, node: Playlist, skip: 0
|
80
|
+
[0x957348] main playlist debug: rebuilding array of current - root Playlist
|
81
|
+
[0x957348] main playlist debug: rebuild done - 1 items, index -1
|
82
|
+
[0x957348] main playlist debug: starting playback of the new playlist item
|
83
|
+
[0x957348] main playlist debug: resyncing on 20150701-1204-workstations.mjpeg
|
84
|
+
[0x957348] main playlist debug: 20150701-1204-workstations.mjpeg is at 0
|
85
|
+
[0x957348] main playlist debug: creating new input thread
|
86
|
+
[0x948d78] main input debug: Creating an input for '20150701-1204-workstations.mjpeg'
|
87
|
+
[0x948d78] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
|
88
|
+
[0x948d78] main input debug: `file:///media/data/recordings/workstations/20150701-1204-workstations.mjpeg' gives access `file' demux `' path `/media/data/recordings/workstations/20150701-1204-workstations.mjpeg'
|
89
|
+
[0x948d78] main input debug: creating demux: access='file' demux='' location='/media/data/recordings/workstations/20150701-1204-workstations.mjpeg' file='/media/data/recordings/workstations/20150701-1204-workstations.mjpeg'
|
90
|
+
[0x7fe560006c28] main demux debug: looking for access_demux module: 3 candidates
|
91
|
+
[0x7fe560006c28] main demux debug: no access_demux module matching "file" could be loaded
|
92
|
+
[0x7fe560006c28] main demux debug: TIMER module_need() : 0.072 ms - Total 0.072 ms / 1 intvls (Avg 0.072 ms)
|
93
|
+
[0x948d78] main input debug: creating access 'file' location='/media/data/recordings/workstations/20150701-1204-workstations.mjpeg', path='/media/data/recordings/workstations/20150701-1204-workstations.mjpeg'
|
94
|
+
[0x157e7f8] main access debug: looking for access module: 2 candidates
|
95
|
+
[0x157e7f8] filesystem access debug: opening file `/media/data/recordings/workstations/20150701-1204-workstations.mjpeg'
|
96
|
+
[0x157e7f8] main access debug: using access module "filesystem"
|
97
|
+
[0x157e7f8] main access debug: TIMER module_need() : 0.073 ms - Total 0.073 ms / 1 intvls (Avg 0.073 ms)
|
98
|
+
[0x157ed88] main stream debug: Using stream method for AStream*
|
99
|
+
[0x157ed88] main stream debug: starting pre-buffering
|
100
|
+
[0x157ed88] main stream debug: received first data after 0 ms
|
101
|
+
[0x157ed88] main stream debug: pre-buffering done 1024 bytes in 0s - 71428 KiB/s
|
102
|
+
[0x157efe8] main stream debug: looking for stream_filter module: 7 candidates
|
103
|
+
[0x157efe8] main stream debug: no stream_filter module matching "any" could be loaded
|
104
|
+
[0x157efe8] main stream debug: TIMER module_need() : 0.066 ms - Total 0.066 ms / 1 intvls (Avg 0.066 ms)
|
105
|
+
[0x157efe8] main stream debug: looking for stream_filter module: 1 candidate
|
106
|
+
[0x157efe8] main stream debug: using stream_filter module "stream_filter_record"
|
107
|
+
[0x157efe8] main stream debug: TIMER module_need() : 0.054 ms - Total 0.054 ms / 1 intvls (Avg 0.054 ms)
|
108
|
+
[0x948d78] main input debug: creating demux: access='file' demux='' location='/media/data/recordings/workstations/20150701-1204-workstations.mjpeg' file='/media/data/recordings/workstations/20150701-1204-workstations.mjpeg'
|
109
|
+
[0x157f258] main demux debug: looking for demux module: 54 candidates
|
110
|
+
[0x157f258] mod demux debug: MOD validation failed (ext=mjpeg)
|
111
|
+
[0x157f258] ts demux warning: lost synchro
|
112
|
+
[0x157f258] ts demux debug: skipping 19 bytes of garbage
|
113
|
+
[0x157f258] ts demux warning: lost synchro
|
114
|
+
[0x157f258] ts demux debug: skipping 38 bytes of garbage
|
115
|
+
[0x157f258] ts demux warning: lost synchro
|
116
|
+
[0x157f258] ts demux debug: skipping 57 bytes of garbage
|
117
|
+
[0x157f258] ts demux warning: lost synchro
|
118
|
+
[0x157f258] ts demux debug: skipping 76 bytes of garbage
|
119
|
+
[0x157f258] ts demux warning: lost synchro
|
120
|
+
[0x157f258] ts demux debug: skipping 95 bytes of garbage
|
121
|
+
[0x157f258] ts demux warning: lost synchro
|
122
|
+
[0x157f258] ts demux debug: skipping 114 bytes of garbage
|
123
|
+
[0x157f258] ts demux warning: lost synchro
|
124
|
+
[0x157f258] ts demux debug: skipping 133 bytes of garbage
|
125
|
+
[0x157f258] ts demux warning: lost synchro
|
126
|
+
[0x157f258] ts demux debug: skipping 152 bytes of garbage
|
127
|
+
[0x157f258] ts demux warning: lost synchro
|
128
|
+
[0x157f258] ts demux debug: skipping 171 bytes of garbage
|
129
|
+
[0x157f258] ts demux debug: PATCallBack called
|
130
|
+
[0x157f258] ts demux debug: new PAT ts_id=44378 version=11 current_next=1
|
131
|
+
[0x157f258] ts demux debug: * number=1 pid=66
|
132
|
+
[0x157f258] ts demux debug: PMTCallBack called
|
133
|
+
[0x157f258] ts demux debug: new PMT program number=1 version=13 pid_pcr=68
|
134
|
+
[0x157f258] ts demux debug: * es pid=68 type=27 fcc=h264
|
135
|
+
[0x948d78] main input debug: selecting program id=1
|
136
|
+
[0x157e7f8] filesystem access warning: unimplemented query 4097 in control
|
137
|
+
[0x157f258] main demux debug: using demux module "ts"
|
138
|
+
[0x157f258] main demux debug: TIMER module_need() : 7.105 ms - Total 7.105 ms / 1 intvls (Avg 7.105 ms)
|
139
|
+
[0x948d78] main input debug: looking for a subtitle file in /media/data/recordings/workstations/
|
140
|
+
[0x957348] main playlist debug: no fetch required for (null) (art currently (null))
|
141
|
+
[0x157c278] main decoder debug: looking for decoder module: 30 candidates
|
142
|
+
[0x157c278] avcodec decoder debug: libavcodec initialized (interface 0x363b64)
|
143
|
+
[0x157c278] avcodec decoder debug: trying to use direct rendering
|
144
|
+
[0x157c278] avcodec decoder debug: allowing 4 thread(s) for decoding
|
145
|
+
[0x157c278] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started
|
146
|
+
[0x157c278] avcodec decoder debug: using frame thread mode with 4 threads
|
147
|
+
[0x157c278] main decoder debug: using decoder module "avcodec"
|
148
|
+
[0x157c278] main decoder debug: TIMER module_need() : 5.323 ms - Total 5.323 ms / 1 intvls (Avg 5.323 ms)
|
149
|
+
[0xa08618] main packetizer debug: looking for packetizer module: 21 candidates
|
150
|
+
[0xa08618] main packetizer debug: using packetizer module "packetizer_h264"
|
151
|
+
[0xa08618] main packetizer debug: TIMER module_need() : 0.307 ms - Total 0.307 ms / 1 intvls (Avg 0.307 ms)
|
152
|
+
[0x157f258] ts demux debug: DEMUX_SET_GROUP 0 (nil)
|
153
|
+
[0x97c2f8] main demux meta debug: looking for meta reader module: 2 candidates
|
154
|
+
[0x97c2f8] lua demux meta debug: Trying Lua scripts in /home/map7/.local/share/vlc/lua/meta/reader
|
155
|
+
[0x97c2f8] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
|
156
|
+
[0x97c2f8] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
|
157
|
+
[0x97c2f8] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
|
158
|
+
[0x97c2f8] main demux meta debug: no meta reader module matching "any" could be loaded
|
159
|
+
[0x97c2f8] main demux meta debug: TIMER module_need() : 0.337 ms - Total 0.337 ms / 1 intvls (Avg 0.337 ms)
|
160
|
+
[0x948d78] main input debug: `file:///media/data/recordings/workstations/20150701-1204-workstations.mjpeg' successfully opened
|
161
|
+
[0x948d78] main input debug: Buffering 0%
|
162
|
+
[0x948d78] main input debug: Buffering 24%
|
163
|
+
[0xa08618] packetizer_h264 packetizer warning: waiting for SPS/PPS
|
164
|
+
[0x948d78] main input debug: Buffering 49%
|
165
|
+
[0xa08618] packetizer_h264 packetizer warning: waiting for SPS/PPS
|
166
|
+
[0x948d78] main input debug: Buffering 71%
|
167
|
+
[0xa08618] packetizer_h264 packetizer warning: waiting for SPS/PPS
|
168
|
+
[0x948d78] main input debug: Buffering 96%
|
169
|
+
[0xa08618] packetizer_h264 packetizer warning: waiting for SPS/PPS
|
170
|
+
[0x948d78] main input debug: Stream buffering done (361 ms in 0 ms)
|
171
|
+
[0x948d78] main input debug: Decoder buffering done in 0 ms
|
172
|
+
[0xa08618] packetizer_h264 packetizer warning: waiting for SPS/PPS
|
173
|
+
[0xa08618] packetizer_h264 packetizer warning: waiting for SPS/PPS
|
174
|
+
[0xa08618] packetizer_h264 packetizer warning: waiting for SPS/PPS
|
175
|
+
[0xa08618] packetizer_h264 packetizer warning: waiting for SPS/PPS
|
176
|
+
[0xa08618] packetizer_h264 packetizer warning: waiting for SPS/PPS
|
177
|
+
[0xa08618] packetizer_h264 packetizer warning: waiting for SPS/PPS
|
178
|
+
[0xa08618] packetizer_h264 packetizer debug: found NAL_SPS (sps_id=0)
|
179
|
+
[0xa08618] packetizer_h264 packetizer debug: found NAL_PPS (pps_id=0 sps_id=0)
|
180
|
+
[0xc06128] main spu text debug: looking for text renderer module: 2 candidates
|
181
|
+
[0xc06128] freetype spu text debug: Building font databases.
|
182
|
+
[0xc06128] freetype spu text debug: Took 0 microseconds
|
183
|
+
[0xc06128] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf
|
184
|
+
[0xc06128] freetype spu text debug: using fontsize: 2
|
185
|
+
[0xc06128] main spu text debug: using text renderer module "freetype"
|
186
|
+
[0xc06128] main spu text debug: TIMER module_need() : 4.279 ms - Total 4.279 ms / 1 intvls (Avg 4.279 ms)
|
187
|
+
[0xc07458] main scale debug: looking for video filter2 module: 18 candidates
|
188
|
+
[0xc07458] swscale scale debug: 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality)
|
189
|
+
[0xc07458] main scale debug: using video filter2 module "swscale"
|
190
|
+
[0xc07458] main scale debug: TIMER module_need() : 0.530 ms - Total 0.530 ms / 1 intvls (Avg 0.530 ms)
|
191
|
+
[0xc092a8] main scale debug: looking for video filter2 module: 18 candidates
|
192
|
+
[0xc092a8] yuvp scale debug: YUVP to YUVA converter
|
193
|
+
[0xc092a8] main scale debug: using video filter2 module "yuvp"
|
194
|
+
[0xc092a8] main scale debug: TIMER module_need() : 0.701 ms - Total 0.701 ms / 1 intvls (Avg 0.701 ms)
|
195
|
+
[0xc04e68] main video output debug: Deinterlacing available
|
196
|
+
[0xc04e68] main video output debug: deinterlace 0, mode blend, is_needed 0
|
197
|
+
[0xc04e68] main video output debug: Opening vout display wrapper
|
198
|
+
[0xc49c88] main vout display debug: looking for vout display module: 5 candidates
|
199
|
+
[0xc4f8b8] main window debug: looking for vout window xid module: 3 candidates
|
200
|
+
[0xc4f8b8] main window debug: using vout window xid module "xcb_window"
|
201
|
+
[0xc4f8b8] main window debug: TIMER module_need() : 1.067 ms - Total 1.067 ms / 1 intvls (Avg 1.067 ms)
|
202
|
+
[0xc53c98] main inhibit debug: looking for inhibit module: 2 candidates
|
203
|
+
[0xc53c98] main inhibit debug: using inhibit module "xdg_screensaver"
|
204
|
+
[0xc53c98] main inhibit debug: TIMER module_need() : 0.135 ms - Total 0.135 ms / 1 intvls (Avg 0.135 ms)
|
205
|
+
[0xc53c98] xdg_screensaver inhibit debug: started xdg-screensaver (PID = 432)
|
206
|
+
[0xc49c88] xcb_xv vout display debug: connected to X11.0 server
|
207
|
+
[0xc49c88] xcb_xv vout display debug: vendor : The X.Org Foundation
|
208
|
+
[0xc49c88] xcb_xv vout display debug: version: 11204000
|
209
|
+
[0xc49c88] xcb_xv vout display debug: using screen 0xda
|
210
|
+
[0xc49c88] xcb_xv vout display debug: using XVideo extension v2.2
|
211
|
+
[0xc49c88] xcb_xv vout display error: no available XVideo adaptor
|
212
|
+
[0xc04e68] main video output debug: Reusing previous vout window
|
213
|
+
[0xc49c88] xcb_glx vout display debug: using GLX extension version 1.4
|
214
|
+
[0xc49c88] xcb_glx vout display debug: using screen 0xda (number: 0)
|
215
|
+
[0xc49c88] xcb_glx vout display error: no GLX frame buffer configurations
|
216
|
+
[0xc04e68] main video output debug: Reusing previous vout window
|
217
|
+
[0xc49c88] xcb_x11 vout display debug: connected to X11.0 server
|
218
|
+
[0xc49c88] xcb_x11 vout display debug: vendor : The X.Org Foundation
|
219
|
+
[0xc49c88] xcb_x11 vout display debug: version: 11204000
|
220
|
+
[0xc49c88] xcb_x11 vout display debug: using screen 0xda
|
221
|
+
[0xc49c88] xcb_x11 vout display debug: using X11 visual ID 0x24
|
222
|
+
[0xc49c88] xcb_x11 vout display debug: 8 bits depth
|
223
|
+
[0xc49c88] xcb_x11 vout display debug: 8 bits per pixel
|
224
|
+
[0xc49c88] xcb_x11 vout display debug: 32 bits line pad
|
225
|
+
[0xc49c88] xcb_x11 vout display debug: using X11 window 00400001
|
226
|
+
[0xc49c88] xcb_x11 vout display debug: using X11 graphic context 00400002
|
227
|
+
[0xc49c88] main vout display debug: VoutDisplayEvent 'fullscreen' 0
|
228
|
+
[0xc49c88] main vout display debug: VoutDisplayEvent 'resize' 480x352 window
|
229
|
+
[0xc49c88] main vout display debug: using vout display module "xcb_x11"
|
230
|
+
[0xc49c88] main vout display debug: TIMER module_need() : 10.607 ms - Total 10.607 ms / 1 intvls (Avg 10.607 ms)
|
231
|
+
[0xc49c88] main vout display debug: A filter to adapt decoder to display is needed
|
232
|
+
[0xc4cc68] main filter debug: looking for video filter2 module: 18 candidates
|
233
|
+
[swscaler @ 0xc9c840] No accelerated colorspace conversion found from yuv420p to bgr8.
|
234
|
+
[0xc4cc68] swscale filter debug: 480x352 chroma: I420 -> 480x352 chroma: RGB8 with scaling using Bicubic (good quality)
|
235
|
+
[0xc4cc68] main filter debug: using video filter2 module "swscale"
|
236
|
+
[0xc4cc68] main filter debug: TIMER module_need() : 0.171 ms - Total 0.171 ms / 1 intvls (Avg 0.171 ms)
|
237
|
+
[0xc49c88] main vout display debug: Filter 'Swscale' (0xc4cc68) appended to chain
|
238
|
+
[0xc04e68] main video output debug: original format sz 480x352, of (0,0), vsz 480x352, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
|
239
|
+
[0xc04e68] main video output debug: Adding 'motiondetect' as interactive
|
240
|
+
[0x1572e58] main filter debug: looking for video filter2 module: 1 candidate
|
241
|
+
[0x1572e58] main filter debug: using video filter2 module "motiondetect"
|
242
|
+
[0x1572e58] main filter debug: TIMER module_need() : 0.224 ms - Total 0.224 ms / 1 intvls (Avg 0.224 ms)
|
243
|
+
[0xc04e68] main video output debug: Filter 'motiondetect' (0x1572e58) appended to chain
|
244
|
+
[0xc06128] main spu text debug: removing module "freetype"
|
245
|
+
[0xc06128] main spu text debug: looking for text renderer module: 2 candidates
|
246
|
+
[0xc06128] freetype spu text debug: Building font databases.
|
247
|
+
[0xc06128] freetype spu text debug: Took 0 microseconds
|
248
|
+
[0xc06128] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf
|
249
|
+
[0xc06128] freetype spu text debug: using fontsize: 2
|
250
|
+
[0xc06128] main spu text debug: using text renderer module "freetype"
|
251
|
+
[0xc06128] main spu text debug: TIMER module_need() : 0.857 ms - Total 0.857 ms / 1 intvls (Avg 0.857 ms)
|
252
|
+
[0x157c278] avcodec decoder debug: using direct rendering
|
253
|
+
[0x157c278] main decoder debug: End of video preroll
|
254
|
+
[0xb41e08] main blend debug: looking for video blending module: 1 candidate
|
255
|
+
[0xb41e08] main blend debug: using video blending module "blend"
|
256
|
+
[0xb41e08] main blend debug: TIMER module_need() : 0.244 ms - Total 0.244 ms / 1 intvls (Avg 0.244 ms)
|
257
|
+
[0xc04e68] main video output debug: Post-processing available
|
258
|
+
[0xc49c88] xcb_x11 vout display debug: display is visible
|
259
|
+
[0xc04e68] main video output debug: Filter 0x1572e58 removed from chain
|
260
|
+
[0x1572e58] main filter debug: removing module "motiondetect"
|
261
|
+
[0xc04e68] main video output debug: Adding 'motiondetect' as interactive
|
262
|
+
[0x1572e58] main filter debug: looking for video filter2 module: 1 candidate
|
263
|
+
[0x1572e58] main filter debug: using video filter2 module "motiondetect"
|
264
|
+
[0x1572e58] main filter debug: TIMER module_need() : 0.398 ms - Total 0.398 ms / 1 intvls (Avg 0.398 ms)
|
265
|
+
[0xc04e68] main video output debug: Filter 'motiondetect' (0x1572e58) appended to chain
|
266
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
267
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
268
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
269
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
270
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
271
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
272
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
273
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
274
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
275
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
276
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
277
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
278
|
+
[0xc04e68] main video output debug: picture might be displayed late (missing 0 ms)
|
279
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
280
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
281
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
282
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
283
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
284
|
+
[0xc49c88] main vout display debug: auto hiding mouse cursor
|
285
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
286
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
287
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
288
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
289
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
290
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
291
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
292
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
293
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
294
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
295
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
296
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
297
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
298
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
299
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
300
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
301
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
302
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
303
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
304
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
305
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
306
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
307
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
308
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
309
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
310
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
311
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
312
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
313
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
314
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
315
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
316
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
317
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
318
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
319
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
320
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
321
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
322
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
323
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
324
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
325
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
326
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
327
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
328
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
329
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
330
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
331
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
332
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
333
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
334
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
335
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
336
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
337
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
338
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
339
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
340
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
341
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
342
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
343
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
344
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
345
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
346
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
347
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
348
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
349
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
350
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
351
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
352
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
353
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
354
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
355
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
356
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
357
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
358
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
359
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
360
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
361
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
362
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
363
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
364
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
365
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
366
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
367
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
368
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
369
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
370
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
371
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
372
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
373
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
374
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
375
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
376
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
377
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
378
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
379
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
380
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
381
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
382
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
383
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
384
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
385
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
386
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
387
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
388
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
389
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
390
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
391
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
392
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
393
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
394
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
395
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
396
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
397
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
398
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
399
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
400
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
401
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
402
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
403
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
404
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
405
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
406
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
407
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
408
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
409
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
410
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
411
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
412
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
413
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
414
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
415
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
416
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
417
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
418
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
419
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
420
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
421
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
422
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
423
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
424
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
425
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
426
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
427
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
428
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
429
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
430
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
431
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
432
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
433
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
434
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
435
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
436
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
437
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
438
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
439
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
440
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
441
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
442
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
443
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
444
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
445
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
446
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
447
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
448
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
449
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
450
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
451
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
452
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
453
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
454
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
455
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
456
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
457
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
458
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
459
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
460
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
461
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
462
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
463
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
464
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
465
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
466
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
467
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
468
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
469
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
470
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
471
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
472
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
473
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
474
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
475
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
476
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
477
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
478
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
479
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
480
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
481
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
482
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
483
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
484
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
485
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
486
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
487
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
488
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
489
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
490
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
491
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
492
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
493
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
494
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
495
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
496
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
497
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
498
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
499
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
500
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
501
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
502
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
503
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
504
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
505
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
506
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
507
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
508
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
509
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
510
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
511
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
512
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
513
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
514
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
515
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
516
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
517
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
518
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
519
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
520
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
521
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
522
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
523
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
524
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
525
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
526
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
527
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
528
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
529
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
530
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
531
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
532
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
533
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
534
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
535
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
536
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
537
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
538
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
539
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
540
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
541
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
542
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
543
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
544
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
545
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
546
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
547
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
548
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
549
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
550
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
551
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
552
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
553
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
554
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
555
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
556
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
557
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
558
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
559
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
560
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
561
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
562
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
563
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
564
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
565
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
566
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
567
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
568
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
569
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
570
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
571
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
572
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
573
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
574
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
575
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
576
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
577
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
578
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
579
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
580
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
581
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
582
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
583
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
584
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
585
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
586
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
587
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
588
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
589
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
590
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
591
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
592
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
593
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
594
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
595
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
596
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
597
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
598
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
599
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
600
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
601
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
602
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
603
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
604
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
605
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
606
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
607
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
608
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
609
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
610
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
611
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
612
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
613
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
614
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
615
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
616
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
617
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
618
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
619
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
620
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
621
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
622
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
623
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
624
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
625
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
626
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
627
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
628
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
629
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
630
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
631
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
632
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
633
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
634
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
635
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
636
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
637
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
638
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
639
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
640
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
641
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
642
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
643
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
644
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
645
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
646
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
647
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
648
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
649
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
650
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
651
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
652
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
653
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
654
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
655
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
656
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
657
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
658
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
659
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
660
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
661
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
662
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
663
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
664
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
665
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
666
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
667
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
668
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
669
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
670
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
671
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
672
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
673
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
674
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
675
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
676
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
677
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
678
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
679
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
680
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
681
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
682
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
683
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
684
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
685
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
686
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
687
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
688
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
689
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
690
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
691
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
692
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
693
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
694
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
695
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
696
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
697
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
698
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
699
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
700
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
701
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
702
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
703
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
704
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
705
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
706
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
707
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
708
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
709
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
710
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
711
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
712
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
713
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
714
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
715
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
716
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
717
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
718
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
719
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
720
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
721
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
722
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
723
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
724
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
725
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
726
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
727
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
728
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
729
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
730
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
731
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
732
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
733
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
734
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
735
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
736
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
737
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
738
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
739
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
740
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
741
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
742
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
743
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
744
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
745
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
746
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
747
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
748
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
749
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
750
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
751
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
752
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
753
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
754
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
755
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
756
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
757
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
758
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
759
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
760
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
761
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
762
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
763
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
764
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
765
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
766
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
767
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
768
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
769
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
770
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
771
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
772
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
773
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
774
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
775
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
776
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
777
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
778
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
779
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
780
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
781
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
782
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
783
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
784
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
785
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
786
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
787
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
788
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
789
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
790
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
791
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
792
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
793
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
794
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
795
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
796
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
797
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
798
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
799
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
800
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
801
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
802
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
803
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
804
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
805
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
806
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
807
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
808
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
809
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
810
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
811
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
812
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
813
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
814
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
815
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
816
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
817
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
818
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
819
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
820
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
821
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
822
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
823
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
824
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
825
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
826
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
827
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
828
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
829
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
830
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
831
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
832
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
833
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
834
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
835
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
836
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
837
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
838
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
839
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
840
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
841
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
842
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
843
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
844
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
845
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
846
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
847
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
848
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
849
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
850
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
851
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
852
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
853
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
854
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
855
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
856
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
857
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
858
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
859
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
860
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
861
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
862
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
863
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
864
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
865
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
866
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
867
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
868
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
869
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
870
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
871
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
872
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
873
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
874
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
875
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
876
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
877
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
878
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
879
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
880
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
881
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
882
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
883
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
884
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
885
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
886
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
887
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
888
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
889
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
890
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
891
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
892
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
893
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
894
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
895
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
896
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
897
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
898
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
899
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
900
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
901
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
902
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
903
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
904
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
905
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
906
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
907
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
908
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
909
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
910
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
911
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
912
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
913
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
914
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
915
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
916
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
917
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
918
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
919
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
920
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
921
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
922
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
923
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
924
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
925
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
926
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
927
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
928
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
929
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
930
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
931
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
932
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
933
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
934
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
935
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
936
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
937
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
938
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
939
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
940
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
941
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
942
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
943
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
944
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
945
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
946
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
947
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
948
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
949
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
950
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
951
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
952
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
953
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
954
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
955
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
956
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
957
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
958
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
959
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
960
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
961
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
962
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
963
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
964
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
965
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
966
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
967
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
968
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
969
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
970
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
971
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
972
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
973
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
974
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
975
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
976
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
977
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
978
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
979
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
980
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
981
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
982
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
983
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
984
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
985
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
986
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
987
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
988
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
989
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
990
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
991
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
992
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
993
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
994
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
995
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
996
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
997
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
998
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
999
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1000
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1001
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1002
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1003
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1004
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1005
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1006
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1007
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1008
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1009
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1010
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
1011
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1012
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1013
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1014
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1015
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1016
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1017
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1018
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1019
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1020
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1021
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1022
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1023
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1024
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1025
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1026
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1027
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1028
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1029
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1030
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1031
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1032
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1033
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1034
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1035
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1036
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1037
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1038
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1039
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1040
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
1041
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1042
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1043
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1044
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1045
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1046
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1047
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1048
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1049
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1050
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1051
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1052
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1053
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1054
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1055
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
1056
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1057
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1058
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1059
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1060
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1061
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1062
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1063
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1064
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1065
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1066
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1067
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1068
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1069
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1070
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
1071
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1072
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1073
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1074
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1075
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1076
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1077
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1078
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1079
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1080
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1081
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1082
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1083
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1084
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1085
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
1086
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1087
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1088
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1089
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1090
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1091
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1092
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1093
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1094
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1095
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1096
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1097
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1098
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1099
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1100
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
1101
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1102
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1103
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1104
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1105
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1106
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1107
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1108
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1109
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1110
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1111
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1112
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1113
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1114
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1115
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
1116
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1117
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1118
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1119
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1120
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1121
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1122
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1123
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1124
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1125
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1126
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1127
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1128
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1129
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1130
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
1131
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1132
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1133
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1134
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1135
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1136
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1137
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1138
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1139
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1140
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1141
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1142
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1143
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1144
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1145
|
+
[0x1572e58] motiondetect filter debug: Counted 1 moving shapes.
|
1146
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1147
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1148
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1149
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1150
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1151
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1152
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1153
|
+
[0x157f258] ts demux debug: eof ?
|
1154
|
+
[0x948d78] main input debug: EOF reached
|
1155
|
+
[0x948d78] main input debug: waiting decoder fifos to empty
|
1156
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1157
|
+
[0x948d78] main input debug: waiting decoder fifos to empty
|
1158
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1159
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1160
|
+
[0x948d78] main input debug: waiting decoder fifos to empty
|
1161
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1162
|
+
[0x948d78] main input debug: waiting decoder fifos to empty
|
1163
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1164
|
+
[0x1572e58] motiondetect filter debug: Counted 0 moving shapes.
|
1165
|
+
[0x957348] main playlist debug: finished input
|
1166
|
+
[0x157c278] main decoder debug: removing module "avcodec"
|
1167
|
+
[0x157c278] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped
|
1168
|
+
[0x157c278] main decoder debug: killing decoder fourcc `h264', 0 PES in FIFO
|
1169
|
+
[0x957348] main playlist debug: saving a free vout
|
1170
|
+
[0x957348] main playlist debug: reusing provided vout
|
1171
|
+
[0xa08618] main packetizer debug: removing module "packetizer_h264"
|
1172
|
+
[0x157f258] main demux debug: removing module "ts"
|
1173
|
+
[0x157f258] ts demux debug: pid list:
|
1174
|
+
[0x157f258] ts demux debug: - pid[0] seen
|
1175
|
+
[0x157f258] ts demux debug: - pid[66] seen
|
1176
|
+
[0x948d78] main input debug: Program doesn't contain anymore ES
|
1177
|
+
[0x157f258] ts demux debug: - pid[68] seen
|
1178
|
+
[0x157f258] ts demux debug: - pid[8191] seen
|
1179
|
+
[0x157efe8] main stream debug: removing module "stream_filter_record"
|
1180
|
+
[0x157e7f8] main access debug: removing module "filesystem"
|
1181
|
+
[0x957348] main playlist debug: dead input
|
1182
|
+
[0x957348] main playlist debug: changing item without a request (current 0/1)
|
1183
|
+
[0x957348] main playlist debug: nothing to play
|
1184
|
+
[0x957348] main playlist: end of playlist, exiting
|
1185
|
+
[0x7c8108] main libvlc debug: exiting
|
1186
|
+
[0xc04e68] main video output debug: destroying useless vout
|
1187
|
+
[0xb41e08] main blend debug: removing module "blend"
|
1188
|
+
[0x7c8108] main libvlc debug: deactivating the playlist
|
1189
|
+
[0x957348] main playlist debug: deactivating the playlist
|
1190
|
+
[0xc49c88] main vout display debug: Filter 0xc4cc68 removed from chain
|
1191
|
+
[0xc4cc68] main filter debug: removing module "swscale"
|
1192
|
+
[0xc49c88] main vout display debug: removing module "xcb_x11"
|
1193
|
+
[0xc04e68] main video output debug: Filter 0x1572e58 removed from chain
|
1194
|
+
[0x1572e58] main filter debug: removing module "motiondetect"
|
1195
|
+
[0xc53c98] main inhibit debug: removing module "xdg_screensaver"
|
1196
|
+
[0xc53c98] xdg_screensaver inhibit debug: started xdg-screensaver (PID = 1866)
|
1197
|
+
[0xc06128] main spu text debug: removing module "freetype"
|
1198
|
+
[0xc092a8] main scale debug: removing module "yuvp"
|
1199
|
+
[0xc07458] main scale debug: removing module "swscale"
|
1200
|
+
[0x960938] main playlist export debug: saving Media Library to file /home/map7/.local/share/vlc/ml.xspf
|
1201
|
+
[0x960938] main playlist export debug: looking for playlist export module: 1 candidate
|
1202
|
+
[0x960938] main playlist export debug: using playlist export module "export"
|
1203
|
+
[0x960938] main playlist export debug: TIMER module_need() : 0.262 ms - Total 0.262 ms / 1 intvls (Avg 0.262 ms)
|
1204
|
+
[0x960938] main playlist export debug: removing module "export"
|
1205
|
+
[0x957348] main playlist debug: playlist correctly deactivated
|
1206
|
+
[0x7c8108] main libvlc debug: removing all services discovery tasks
|
1207
|
+
[0x7c8108] main libvlc debug: removing all interfaces
|
1208
|
+
[0x7fe560004ca8] main interface debug: removing module "dummy"
|
1209
|
+
[0x958cb8] main interface debug: removing module "globalhotkeys"
|
1210
|
+
[0x94f0e8] main interface debug: removing module "inhibit"
|
1211
|
+
[0x948d78] main input debug: TIMER input launching for '20150701-1204-workstations.mjpeg' : 23.110 ms - Total 23.110 ms / 1 intvls (Avg 23.110 ms)
|
1212
|
+
[0x958038] main interface debug: removing module "hotkeys"
|
1213
|
+
[0x957348] main playlist debug: destroying
|
1214
|
+
[0x7c8108] main libvlc debug: TIMER ML Load : Total 3.342 ms / 1 intvls (Avg 3.342 ms)
|
1215
|
+
[0x7c8108] main libvlc debug: TIMER Items array build : Total 0.072 ms / 2 intvls (Avg 0.036 ms)
|
1216
|
+
[0x7c8108] main libvlc debug: TIMER Preparse run : Total 9.016 ms / 1 intvls (Avg 9.016 ms)
|
1217
|
+
[0x7c8108] main libvlc debug: TIMER ML Dump : Total 0.437 ms / 1 intvls (Avg 0.437 ms)
|
1218
|
+
[0x7c8108] main libvlc debug: removing stats
|
1219
|
+
[0x7c8108] main libvlc debug: removing module "memcpymmxext"
|