You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am modifying the libuvc_camera (submodule of libuvc_ros) to include mjpeg decompression. But when trying to build against libuvc then uvc_mjpeg2rgb is not declared. This is because presumably the libuvc package is build without jpeg support, however when running CMake (with catkin build libuvc --force-cmake) it prints:
Building libuvc with JPEG support.
This is how far I got with my knowledge on the subject. Can someone figure out how to fix this?
The text was updated successfully, but these errors were encountered:
I am modifying the libuvc_camera (submodule of libuvc_ros) to include mjpeg decompression. But when trying to build against libuvc then uvc_mjpeg2rgb is not declared. This is because presumably the libuvc package is build without jpeg support, however when running CMake (with
catkin build libuvc --force-cmake
) it prints:This is how far I got with my knowledge on the subject. Can someone figure out how to fix this?
The text was updated successfully, but these errors were encountered: