magazino / pylon_camera

ROS-Driver for Basler Cameras
BSD 3-Clause "New" or "Revised" License
78 stars 108 forks source link

Adding RGB8 Support #5

Closed kmalhan closed 7 years ago

kmalhan commented 7 years ago

I have made following changes to add RGB8 support and enhance existing features.

I have tested the changes with Basler daA1600-60uc. I have not tested with GigE cameras as I don't own one. Please review the changes.

NikolasE commented 7 years ago

Thank you for your work. It's a bit difficult to check your changes as your pull request contains several different aspects of the package. It would be much better to have several pull requests that each contain one commit and only deals with one issue (and nothing else).

kmalhan commented 7 years ago

Thanks for the comments. I will divide the changes into several smaller pull request in next few days.