-
Notifications
You must be signed in to change notification settings - Fork 155
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
Resize and encoding image and FPS #259
Comments
Hello @besma14
|
Hello @FrancoisPicardDTI I'm looking to resize images from 1200x1920 to 480x640 without using OpenCV, because all the solutions I've tested so far result in an image that is too pixelated. Would there be a native method or best practice to perform this resizing efficiently? I've explored all the solutions mentioned in the similar issues and links provided in your documentation and the GitHub repository, but unfortunately, none of them have solved these issues. |
Hello @besma14 rbg8 and bayer_rggb8 are different encodings so they can't just be assimilated like that. Nevertheless, if it is a problem on your side to set explicitely the 'bayer_rggb8' encoding, you can change the code locally, I guess. Setting the 'bayer_rggb8' allows you to get images in RGB format. As for OpenCV, I would refer to the OpenCV community, I can't help you on this one, sorry. |
Describe what you want to implement and what the issue & the steps to reproduce it are:
Hello,
I am using a Basler GigE acA1920-50gc camera on Ubuntu 22.04 with ROS Humble, and I am encountering several issues that I cannot resolve:
I would greatly appreciate it if you could help me solve these issues.
Thank you in advance for your support.
Hardware setup description
ROS2 humble
ubuntu 22.04
Runtime information
Is your camera operational with the Basler pylon Viewer on your platform?
Yes
The text was updated successfully, but these errors were encountered: