-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve auth support, add Q62 Series feature support (#75)
* Update the python files to be python-3 compliant. Fix some bugs in the image data parsing needed as part of this update * Revert "Remove README.rst; no point in maintaining 2 READMEs" This reverts commit fd18a57. * upgraded cmakelist and package.xml, and setup.py for noetic (#70) * Update changelog ahead of release * 0.4.0 * Fix the #! lines to use python3, decode the utf8 bytes into a string to suppress a warning when parsing the camera position * Update the changelog ahead of release * 0.4.1 * Explicitly use Python3 in shebang for teleop nodes; remove unnecessary shebang in setup.py (#72) * Update changelog ahead of release * 0.4.2 * Add frames-per-second (fps) as a configurable option * Reverting package change as it happens automatically * Update changelog ahead of release * 0.4.3 * Start adding support for the Q6215 IR mode and wiper * Fix a couple of copy/paste errors in the launch file, set the internal IR/wiper state * IR on/off is now working with the demo unit on my desk * Implement the wiper service. The wiper requires a fixed duration; it can't operate continuously. Run the wiper for 10s intervals * Add support for the Q6215's defogger. Ensure that wiper, defog, IR modes are all disabled on startup * Add a launch argument to expose the encrypted password option * Add a timeout to the axis-cgi calls, make sure the HTTP response is 200 (otherwise raise an exception) * Expand the readme with details on usage, supported devices, available topics & services * Small code cleanup, remove the default password. Add support for basic auth if the encrypted password flag isn't set * Add support for authentication to the PTZ node * Update the readme * Enable password encryption in view_axis.launch * Don't bother loading the custom calibration in the view_axis test launch * Add python3-requests as a dependendency * Fix the pan direction in the readme * Fix a bug where the PTZ brightness wasn't being reported correctly. Add support for the autoiris feature available on some cameras. Update the list of tested camera series. --------- Co-authored-by: jmastrangelo-cpr <[email protected]> Co-authored-by: Joey Yang <[email protected]> Co-authored-by: Jason Higgins <[email protected]> Co-authored-by: Tony Baltovski <[email protected]>
- Loading branch information
1 parent
5b97c57
commit efa20df
Showing
14 changed files
with
517 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ float32 focus | |
float32 brightness | ||
float32 iris | ||
bool autofocus | ||
bool autoiris |
Oops, something went wrong.