Andrew Bauer
|
ad3894ab1b
|
WIP replace with jquery
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
4ade926df4
|
eslint
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
d25d2b4894
|
replace mootools in montagereview.js
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
3d77069b0b
|
bring montage minimize chervron into the view
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
113d2d1797
|
replace mootools in montage.js
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
dfb87181cd
|
Travis rpm builds moved to a remote buildhost
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
0a5d6ca4ba
|
replace mootools in cycle.js
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
b1b71e5f09
|
fix return too soon when no log results
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
ddce421cab
|
eslint
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
cb6bf682e8
|
eslint
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
e4bec20b6d
|
remove f31 support from buildsystem
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
b6d5802301
|
revert back to a standard modal (no static backdrop) for objdetect
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
d9a97fbf40
|
eslint
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
6f78b5a105
|
eslint
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
b95f1baa96
|
WIP replace mootools in zone.js
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
e6a6c1b52f
|
WIP replace mootools in zone.js
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
0dbeb89c62
|
remove replace mootools in drawZonePoints function
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
dcda8cb679
|
handle objdetect links in a more consistent manner
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
a8f79a6e00
|
prevent page scrolling when objdetect modal is opened
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
6da429f49f
|
remove redundant modal toggle from events.js
|
2021-01-11 13:46:50 -05:00 |
rabsym
|
56bb4a74fc
|
Avoid top-scroll when returning from bs_modal objdetect
|
2021-01-11 13:46:50 -05:00 |
Andrew Bauer
|
e27dd44547
|
upgrade to bootstrap-table 18.1 release
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
34009ca59b
|
remove unused directbuffer
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
f7de6045ef
|
Change Disabled to Auto and add h265 as codec options
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
97dff2fb28
|
Open/CLose RTSP with analysis thread when opening and closing monitor. We have to have successfully PrimeCapture before adding streams to RTSP Server and need to shut it down when closing the monitor because the packetqueue goes away
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
1316c6ea86
|
Update codec opening to properly handle passthrough
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
894ad11816
|
change outputFd which is unused to stream_id which is the stream_id to concern ourselves with when getting packets from the packetqueue. Add more tests for zm_terminate. Add testing for AV_CODEC_ID instead of v4l2 PIX_FMT to determine stream type
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
514e0d2e93
|
remove analysis_it and correctly manage external iterators. Fix testing for ability to remove packets from packetqueue. Fix some cases where the order of testing zm_terminate and packet locking is important
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
9187b08b7a
|
add missing and mix order of Packet initializers
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
b3ca0ac2d9
|
add missing and mix order of Packet initializers
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
65fc5bf478
|
move code from Load for purpose==ANALYSIS because it will never run. Analysis is a thread now and must assume that PrimeCapture has already succeeded.
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
824cbb7879
|
spacing and NULL=>nullptr
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
f842e9e2ed
|
NULL=>nullptr
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
02f65cec4d
|
Don't need to get_ref_image anymore. It will block waiting for a capture packet and the ref image will be set by capture thread
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
432bb338e8
|
Rename H264PASSTHROUGH to just PASSTHROUGH. Add an analysis_it to the Monitor object as it will no longer exist in the packetqueue
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
da7a50c92d
|
Rename H264PASSTHROUGH to just PASSTHROUGH. Start with last_signal set to true so that we don't have a signal change event on startup. Use new generic packetqueue functions
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
22ae83a0d6
|
Rename H264PASSTHROUGH to just PASSTHROUGH
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
705959d1ec
|
Set codec_type in zm_packet
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
510cbd8b19
|
Add AVPacket parsing queue and other files for rtsp_server
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
3f5bc97e6e
|
continue roughing in rtsp server. Fix not adding session to rtspServer.
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
92ac012324
|
Add rtsp_server files to CMakeLists.txt
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
cf2d987fc0
|
Add MIN_RTSP_PORT config item, but commented out for now
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
60fa3f9ec1
|
cleanup. Add h264_vaapi codec support
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
0cc123a460
|
small cleanup in logging
|
2021-01-11 13:46:50 -05:00 |
Isaac Connor
|
b756d909db
|
Merge pull request #107 from SteveGilvarry/patch-2
Deal with Error for Auto not in Array
|
2021-01-01 10:20:27 -05:00 |
Steve Gilvarry
|
7c783aa53d
|
Deal with Error for Auto not in Array
Add value auto into the array, even if not implemented as without it you cannot save a monitor.
|
2021-01-01 14:38:33 +11:00 |
Isaac Connor
|
6d036629d3
|
clean up cruft. NULL=>nullptr. Fix some codec_context allocation. Try to solve h264_encoder_close crash.
|
2020-12-30 21:25:12 -05:00 |
Isaac Connor
|
9d532df9c7
|
need to include zm_video for Encoder Parameter passing
|
2020-12-30 21:24:09 -05:00 |
Isaac Connor
|
f61210c91f
|
remove old code using image_buffer in zm_packets
|
2020-12-30 21:23:29 -05:00 |
Isaac Connor
|
6c696f4025
|
Return avcodec errors codes instead of 0/1
|
2020-12-30 21:22:55 -05:00 |