-
Notifications
You must be signed in to change notification settings - Fork 207
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
Find List PixelFormat for Specific Camera #3
Comments
Hi Lucas, the list of supported pixel formats can be found in the camera manual or just open the camera with the pylon viewer and check for the list of pixel formats in the feature tree. Your camera has the following formats:
|
@basler-oss thank you very much, this was really the problem. Now I know where to find the information. I just used the following line instead of the previous one:
However, the problem was not in the fact the camera was not recording in color but it was that I was not saving the picture in the right format. Indeed, I should first convert it to the RGB format:
Thanks a lot for your patience and support 👍 |
@LucasVandroux |
Hello,
As mentioned in #2 I am having trouble capturing images with my Ace acA1920-40gc. My biggest problem is that the camera is a color one but I can't figure out how to get a color image and all the images are in black and white.
Following the instruction on ImagingHub, I figured out that I should change the
PixelFormat
of the camera before starting the recording:However, I get the following error:
My guess is that
RGB8
is definitely not the right thing to use. Is there a list of the differentPixelFormat
I can use with my camera?Thanks in advance for your time.
Have a good day,
The text was updated successfully, but these errors were encountered: