Khaled Gabr

Results 7 comments of Khaled Gabr

@msadowski did you used `image_transport` pkg or any transport method to publish it as a compressed image. or `default_transport=compressed` it's a parameter I can pass with the raw image and...

@msadowski thanks for sharing your blog, it's was very useful. i used `image_transport` and used `ros_compressed` type , and passed this type over the server and it's working, but the...

@viktorku what i'm working is publish 3 camera images over the server..i'm using `web_video_server` to publish this data..they working as raw images but found there are a big delay and...

also, when tried with `ros_compressed `and played with parameters like reduce the quality started with `90` then `30` until `5` and the `window size`..still have one camera working real time...

Still unable to download the example files!

Hi, Try to change from: `sync->registerCallback(std::bind(&TimeSyncNode::SyncCallback, this, _1, _2));` To: `sync->registerCallback(&TimeSyncNode::SyncCallback, this);`

Hi, @mesutdtk I will test from my side and let you know.