flir_camera_driver icon indicating copy to clipboard operation
flir_camera_driver copied to clipboard

/image_color remains gray scale.

Open wep21 opened this issue 5 years ago • 6 comments

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?

wep21 avatar Dec 13 '18 10:12 wep21

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

raabuchanan avatar Jan 31 '19 10:01 raabuchanan

I'm also getting a greyscale image from all the topics. is a camera calibration required to get the color mapping?

wmmc88 avatar May 28 '19 20:05 wmmc88

I get the warning [SpinnakerCamera]: (12345678) Entry name BGR8 not available. Same with BayerRG8

heethesh avatar Oct 26 '19 04:10 heethesh

@heethesh where did you change image_format_color_coding? in Spinnaker.cfg

vSensorRT avatar Nov 08 '19 11:11 vSensorRT

@vSensorRT I did as @raabuchanan suggested here. I'm working with the Chameleon3 model. I tried all of the configurations from here none of which gave me a correct RGB image.

heethesh avatar Nov 08 '19 16:11 heethesh

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.

tiexuedanxin avatar Nov 13 '20 02:11 tiexuedanxin