Skip to content
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

reverse image and double binning issue #34

Open
xepost opened this issue Mar 15, 2018 · 0 comments
Open

reverse image and double binning issue #34

xepost opened this issue Mar 15, 2018 · 0 comments

Comments

@xepost
Copy link

xepost commented Mar 15, 2018

Hi,

I did create a bug before about binning before it was #26 I forgot to mention that there is an issue with the current version, it leads double binning both from hardware and software. I have simply commented out
cam_info->binning_y = pylon_camera_->currentBinningY();
and its x correspondence and added
cam_info->binning_y =1; to disable the software binning from Ros side. It might be better to add two separate options like hardware_binning and software_binning.
Secondly it might be nice to add the reverse X and reverse Y options as in pylon viewer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant