Closed datvtmkac closed 4 years ago
I solved it. My mistake, sorry! I just used depth module instead RGB module. Now everything is fine!
Can you please share your launch file to use auto_tracker with D435i? I am trying to do the same, but not able to successfully.
Hi everyone,
I'm currently working with ROS package 'visp_auto_tracker' for tracking QR Code, this packge is really useful for me. I have done testing this pkg with some USB-Webcam (2D Logitech C270) and it worked really well. I've tried to use a different high quality camera, especially the Intel RealSense D435i for this stuff but I got these following issues:
I tried to fix it this by changing the node config in "tracklive_usb.launch" file. For usb camera acquisition node, I changed all available type of "pixel_format" parameter in this package but I expected RGB image mode did not come. Following the "usb_cam" node, there are 6 types of value available: 'yuyv', 'uyvy', 'mjpeg', 'yuvmono10', 'rgb24' and 'grey'.
Below here is content of "tracklive_usb.launch" file:
And here are my following issues, I grab it in screenshots, sorry for this inconvenient:
This image show RGB-Depth mode read, in RGB24 mode I got error, could not launch the camera and in Grey mode the color actually not right too.
So, I think my issues are about pixel formats of this Intel D435i camera, but I haven't solved it yet by myself. I hope you guys can give me a hand! Any help are very much appreciated!
Thanks, datvt.