Open wep21 opened 5 years ago
Have you made sure to change image_format_color_coding
to something other than mono8? Take a look at camera.launch in my fork https://github.com/raabuchanan/flir_camera_driver
I'm also getting a greyscale image from all the topics. is a camera calibration required to get the color mapping?
I get the warning [SpinnakerCamera]: (12345678) Entry name BGR8 not available.
Same with BayerRG8
@heethesh where did you change image_format_color_coding? in Spinnaker.cfg
Have you made sure to change
image_format_color_coding
to something other than mono8? Take a look at camera.launch in my fork https://github.com/raabuchanan/flir_camera_driver
hello, how do you know the parameter has image_format_color_coding、auto_white_balance and the like.Do you know where the code to load these parameters.
I display /image_color with blackflyS(GigE), but it remains gray scale. I also check display image with spinview, it was rgb scale. Do you have any thoought about this? image_proc/debayer cannot convert bayer into rgb?