Commit Graph

13 Commits

Author SHA1 Message Date
Mr-DaveDev
0e9d2ea139 Depreciate ATTRIBUTE_UNUSED and improve declarations (#1253) 2020-11-08 14:18:26 -07:00
Mr-DaveDev
c2cef04645 Brace Usage Style
* Adjust brace usage style
2020-11-04 17:38:37 -07:00
Mr-DaveDev
3f2e2a214e Improve Indentation of Code
Improve consistency in indentation
2020-10-26 17:38:06 -06:00
Mr-DaveDev
7e6c5b768d Depreciate md5 module
No longer required due to transition to use MHD.
2020-10-25 21:05:17 -06:00
Mr-DaveDev
0faf44fefb Parameters Update
Add netcam_params and netcam_high_params options.
        Allow user specification of any additional options to netcams.
    Implement a standard set of routines for parsing parameters provided for both video devices and netcams.
    Revise option names for consistency
        vid_control_params => video_params
        mmalcam_control_params => mmalcam_params
        videodevice => video_device
        tunerdevice => tuner_device
        netcam_highres => netcam_high_url
    Conversion to use video_params for the following:
        v4l2_palette => video_params option of palette
        input => video_params option of input
        frequency => video_params option of frequency
        norm => video_params option of norm
    Conversion to use netcam_params for the following:
        netcam_rate => netcam_params option of capture_rate
        netcam_decoder => netcam_params option of decoder
        netcam_use_tcp => netcam_params option of rtsp_transport
        netcam_proxy => netcam_params option of proxy
        netcam_keepalive => netcam_params option of keepalive
        netcam_tolerant_check => netcam_params option of tolerant_check

Closes #927
2020-10-25 10:35:16 -06:00
Mr-DaveDev
5b937a78d5 Enhance netcam_decoder 2020-09-19 17:56:55 -06:00
Mr-DaveDev
d9e6ad197b Add netcam_ratehigh parameter 2020-09-19 12:54:53 -06:00
Mr-DaveDev
55a0869e4c Add parameter for user specified netcam capture rate
* Add configuration option netcam_rate to control capture FPS for netcams
2020-08-30 19:05:14 -06:00
tosiara
49e4427e6e Updated CentOS 8 build instructions 2020-08-24 18:05:32 -06:00
Mr-DaveDev
d4b9c01e32 Guide update for version 4.3
Revision for 4.3 and also closes #1138
2020-04-12 18:35:59 -06:00
Mr-DaveDev
2a1e525815 Version 4.3.0 (#1096) 2020-01-13 21:26:23 -07:00
Mr-DaveDev
5d88fe68bb Add User Requested Decoder
Add user option for decoder
2019-10-28 22:30:30 -06:00
Mr-DaveDev
0dc2ae9372 Autotools (#1011)
* Revise directory structure

* Update translation files and mmal

* Test for sys/videoio.h

* Revise sysconfdir specification

* Update defines to match configure

* v4l2 configure, translations

* Update travis

* Updated tests for travis

* Updated 16.04 and fewer checks

* Update travis for Mac

* Move CODE_STANDARD and delete test_builds.sh

* Update documentation
2019-09-21 21:15:08 -06:00