-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove gtk from camera multiple resolutions (New) (#1400)
* Added some comments to the parser * Renamed tests for clarity * updated the jobs with the new test names * Moved display image to a separate function * Added quiet option * Removed unnecessary clutter ussage * Handling the parameters as a dict * More clear camera test description * Added gstreamer-bad plugin dependencies * Make video and image pipelines more consistent * refactored test structure * Added support for bayer format in multiple resolutions * Cleaned some code and added comments * Removed unnecessary code * Increased the image timeout to 90 seconds * removed some debug logs * Adding dynamic loaded libraries to the Camera object to allow easy mocking * Fixed some missing selfs * Added missing tests * Fix detect test * Fixed tox * fixed format for 3.5 * Removed validate image test * Using the log level propperly * Added rgb_capture element * removed imghdr patch * Added functions to initialize gst glib and gtk * fixed unit tests * Fixed gi imports for testing * fixed trailing spaces for black formatting * Renamed quiet option to headless * Updated timeout comment * Removed unnecessary return and updated the comment
- Loading branch information
1 parent
3ba7e2c
commit 6c66dd3
Showing
8 changed files
with
921 additions
and
269 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
Oops, something went wrong.