Isaac Connor
|
077ad75516
|
Merge branch 'storageareas' into origin/zma_to_thread
|
2019-04-25 12:41:48 -04:00 |
Isaac Connor
|
2ff1e7ed6d
|
Fix crash when reporting an event longer than section length when event was just closed so event is null.
|
2019-04-16 11:30:18 -04:00 |
Isaac Connor
|
98a9c68b8b
|
spacing and code documentation
|
2019-04-15 17:54:30 -04:00 |
Isaac Connor
|
f28af7b729
|
store diag_path in the object and initialize them in constructor instead of constantly checking to see if they have been initialized in DetectMotion. Also use a string instead of a static char[MAX_PATH]. Also split it into diag_path_r and diag_path_d to fix the bug that only diag_path_r would ever get created and would be overwritten by the delta image.
|
2019-04-15 13:26:55 -04:00 |
Isaac Connor
|
93f0a03d8b
|
spacing and code comments
|
2019-04-15 12:55:28 -04:00 |
Isaac Connor
|
69f812f5cc
|
force section end when seconds % section_length == 0 which is the old behaviour.
|
2019-04-09 19:42:24 -04:00 |
Isaac Connor
|
acb9070b04
|
Add a warning when an event exceeds section length
|
2019-03-25 12:33:30 -04:00 |
Isaac Connor
|
6c8eac1ac8
|
Merge branch 'storageareas' into h265
|
2019-03-06 11:10:01 -05:00 |
Isaac Connor
|
62d95e4d6e
|
wip deprecate a lot of the index code. We are basically just using imag_buffer[0] for current image
|
2019-02-26 09:45:20 -05:00 |
Isaac Connor
|
448294f593
|
wip
|
2019-02-25 10:21:43 -05:00 |
Isaac Connor
|
f2e7ec7e36
|
Sleep less when waiting for zmc to capture an image. Return camera in getCamera
|
2019-02-19 09:47:04 -05:00 |
Isaac Connor
|
baba438ce1
|
use image_count when reporting earlier than fps_report_interval
|
2019-02-16 11:49:28 -05:00 |
Isaac Connor
|
a9e2011727
|
Merge branch 'storageareas' into zma_to_thread
|
2019-02-13 12:24:38 -05:00 |
Isaac Connor
|
9f588d5758
|
prevent returning infinity from GetFPS
|
2019-01-21 13:00:10 -05:00 |
Isaac Connor
|
d068d019fb
|
turn section_length into seconds instead of frames
|
2019-01-15 11:34:17 -05:00 |
Isaac Connor
|
f726666f54
|
Merge branch 'master' into h265
|
2019-01-14 12:36:11 -05:00 |
Isaac Connor
|
751c312609
|
fix non-ascii char
|
2018-12-29 09:56:33 -05:00 |
Isaac Connor
|
32c88a3a41
|
Update status as well as fps when updating fps
|
2018-12-27 13:50:17 -05:00 |
Isaac Connor
|
db6d943854
|
If failure in connect, close the fd before returning
|
2018-12-27 11:53:21 -05:00 |
Isaac Connor
|
b87ae53a83
|
merge debug lines and correct spacing
|
2018-12-27 11:50:43 -05:00 |
Isaac Connor
|
28dafd5931
|
Merge branch 'storageareas' into zma_to_thread
|
2018-12-26 12:02:00 -05:00 |
Isaac Connor
|
1d371b7a17
|
Fix small memleak of linked_monitors not getting freed on Monitor destruction. Fix unlocking db mutex before logging
|
2018-12-20 13:41:57 -05:00 |
Isaac Connor
|
bc5f8d0d8d
|
rework pts/dts of audio stream. Spacing. Fix crash
|
2018-12-04 18:23:08 -05:00 |
Isaac Connor
|
4272225a17
|
Merge branch 'master' into h265
|
2018-11-30 16:42:16 -05:00 |
Isaac Connor
|
251ccc0ba9
|
remove extra ()
|
2018-11-26 16:20:52 -05:00 |
Isaac Connor
|
b16cd7ec84
|
Merge branch 'h265' into zma_to_thread
|
2018-11-20 12:38:17 -05:00 |
Isaac Connor
|
b291c06035
|
Working zms h265 playing.
|
2018-11-19 16:45:56 -05:00 |
Isaac Connor
|
e24a308481
|
Merge branch 'master' into h265
|
2018-11-14 17:15:37 -05:00 |
Isaac Connor
|
a95a012fa5
|
fix #2302
|
2018-11-12 11:56:18 -05:00 |
Isaac Connor
|
a8329465fb
|
Merge branch 'master' into h265
|
2018-10-22 10:30:01 -04:00 |
Isaac Connor
|
5ab1126260
|
Merge branch 'storageareas' into zma_to_thread
|
2018-10-20 17:31:14 -04:00 |
Isaac Connor
|
ee168bf427
|
Properly initialize preevent frames data structures. Always update analysis fps. Make some warnings on loss of signal be Info's.
|
2018-09-23 16:49:06 -04:00 |
Isaac Connor
|
60b952ab86
|
Merge branch 'master' into storageareas
|
2018-09-13 16:20:36 -04:00 |
Isaac Connor
|
0ec391354c
|
Merge branch 'fix_zms_from_mp4' into h265
|
2018-09-13 16:18:28 -04:00 |
Isaac Connor
|
b3ef347fd5
|
slight optimisations in frame skipping
|
2018-09-11 13:22:01 -04:00 |
Isaac Connor
|
c70fb2f195
|
When signal loss occurs, trigger an event close so that the event stops because we are no longer writing to the mp4
|
2018-09-10 17:11:16 -04:00 |
Isaac Connor
|
fe1e17d097
|
Capture can reasonably return -1 for EOF.
|
2018-09-05 11:16:17 -04:00 |
Isaac Connor
|
672b4affe1
|
Merge branch 'storageareas' into zma_to_thread
|
2018-08-31 19:05:22 -04:00 |
Isaac Connor
|
53eae61883
|
Mostly spacing, but simplified logic removing assumption that local cameras give keyframes. They might not in future.
|
2018-08-17 16:05:02 -04:00 |
Isaac Connor
|
4297d39df6
|
spacing, code style, remove useless debug logging
|
2018-08-11 18:49:48 -04:00 |
Isaac Connor
|
979b31ffc3
|
Merge branch 'storageareas' into zma_to_thread
|
2018-08-11 10:08:30 -04:00 |
Isaac Connor
|
97a6a28182
|
You should just mkdir and handle EEXIST because stating first is a race condition
|
2018-08-10 11:14:41 -04:00 |
Isaac Connor
|
246070793b
|
Fix crash in zma dur to images array not being allocated when analysis_fps not being set
|
2018-07-31 13:36:03 -04:00 |
Isaac Connor
|
908f81c6ef
|
Add some more debug
|
2018-07-31 13:22:52 -04:00 |
Isaac Connor
|
639717eb7b
|
If mysql gets restarted, and there is no change in fps, then the monitor_status record never gets updated. So just always update it.
|
2018-07-31 12:07:57 -04:00 |
Isaac Connor
|
61e7136857
|
Merge branch 'storageareas' of github.com:connortechnology/ZoneMinder into storageareas
|
2018-07-12 17:03:21 -04:00 |
Isaac Connor
|
ea86cb1181
|
Add debugging line to try to figure out starttime in the future problem
|
2018-06-15 10:16:28 -04:00 |
Isaac Connor
|
39db8136b3
|
move pre_event_images init to constructor, getting rid of static_undef tests. Initialize timestamps to 0. Clean up some logic in Analyze
|
2018-05-26 13:01:30 -04:00 |
Isaac Connor
|
b7129578c1
|
fix case where pre_event_count=0 and analysis_fps is set because there are no pre_event_buffers
|
2018-05-24 10:59:15 -04:00 |
Isaac Connor
|
4454ca0072
|
Merge branch 'storageareas' into zma_to_thread
|
2018-05-20 10:39:14 -04:00 |