Skip to content
Snippets Groups Projects
Commit 597d9f78 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Changed the output image format because it was no longer valid in hydro.

parent 865bb3b3
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ void FirewireCameraDriverNode::mainNodeThread(void)
if(config.coding==MONO || config.coding==RAW)
{
if(config.depth==DEPTH8)
this->Image_msg_.encoding="8UC1";
this->Image_msg_.encoding="mono8";
else if(config.depth==DEPTH16)
this->Image_msg_.encoding="16UC1";
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment