Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem using uvc_mjpeg2rgb #2

Open
tobyhijzen opened this issue Oct 2, 2015 · 1 comment
Open

Problem using uvc_mjpeg2rgb #2

tobyhijzen opened this issue Oct 2, 2015 · 1 comment

Comments

@tobyhijzen
Copy link

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?

@tobyhijzen
Copy link
Author

Solved it: it turns out the LIBUVC_HAS_JPEG is not defined in CMake instead HAVE_JPEG is defined. So both don't match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant