-
Notifications
You must be signed in to change notification settings - Fork 82
Upload 4 samples file for camera image acquisition #112
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
SunnyAVT
wants to merge
15
commits into
morefigs:master
Choose a base branch
from
SunnyAVT:master
base: master
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
Give an example for how to display image when camera was configurated as different pixel format. The supported pixel format includes "Mono8" "Mono12" "Mono14" "BayerRG8" "BayerRG12" "BayerRG12Packed" "RGB8Packed", and so on.
This is for people who do not want to know what is pymba, and do not want to know the image format, just want to get a image from AVT camera and start to work with OpenCV, AI. You can simply import AVTCamera, get the AVT camera by index, read the image. It is base on pymba and opencv, make sure you use PIP to install both module.
|
i am trying to take pictures using pymba and OpenCV, but it does not adjust the image properly. My question is that for images of the object inside a furnace the light intensity changes from dark to bright and then again bright to dark. So which will be better for me Exposure setting to "continious" or "off" ? |
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.
multicamera_freerun.py
-- use continuous mode in image acquisition, it supports multi-camera working at console mode
opencv_display_various_image.py
-- display image which has different image format, such as mono12, bayer8, bayer12, and so on
opencv_liveview.py
-- use opencv to display the image at continuous mode in image acquisition
opencv_multicamera_singleframe.py
-- use opencv to display the image at 'SingleFrame' mode in image acquisition