Robotics StackExchange | Archived questions

Why do I get this error "terminate called after throwing an instance of 'std::runtime_error' what(): pixel format unavailable" ?

I am trying to run ar_sys on ROS Hydro with a Logitech USB Camera. However on running the command

roslaunch ar_sys single_board.launch

it gives me an error:

terminate called after throwing an instance of 'std::runtime_error'   what():  pixel format unavailable.

Asked by Aankita on 2015-09-08 04:39:53 UTC

Comments

Answers

Hi, I have same problem as you.

My solution is go to ar_sys single_board.launch file then edited camera resolution followed by your camera spec. And also your calibration file, then it can work.

Asked by Jack Chuang on 2016-03-16 00:40:48 UTC

Comments