forked from OpenThermal/libseek-thermal
-
Notifications
You must be signed in to change notification settings - Fork 0
Move main improvements over to raspberry pi branch #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
NanoExplorer
wants to merge
49
commits into
opencv4_pi
Choose a base branch
from
master
base: opencv4_pi
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Normally makefile is generated in build folder
Does not compile on Arch without this
Correct readme for new params
Add support for streaming to v4l2
fix failure to compile on later opencv versions (>2)
Create cmake.yml add hooks for manual tigger, pull request, and push
Use the GitHub CI badge
* Don't use gcc flag with MSVC * Use CMake to find libusb and Boost Also pretty print dependencies found/missing * Add portable version of endian.h for use with Windows * Support OpenCV 3 and 4 OpenCV 3 dropped the use of the CV_FOURCC macro. * Add Windows instructions to README.md * Describe one way to set USB driver on Windows using Zadig * FindLibUSB pull value from ENV FindPackage will look into the env variables where this script wasn't doing that on my system https://cmake.org/cmake/help/v3.0/command/find_package.html * ifdef around v4l2 incompat Co-authored-by: Alexander Gee <[email protected]>
…size Request size per camera
…l#60) * Still image capture utility, update OpenCV colormap info * Update README.md
Close seekdevice when the seekcam is closed
Auto exposure lock
Opencv4 pi
…ar code, and removed wiring pi dependency
Signed-off-by: Christopher Rooney <[email protected]>
Signed-off-by: Christopher Rooney <[email protected]>
… for advanced hardware debugging
…elay is too long for the fast frame models and you run into the OpenThermal Issue 67
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request should not be automatically merged.