erik replied to the topic 'The Imaging Source and INDI' in the forum. 5 years ago

Got it. I used

find_package(INDI REQUIRED v4l driver)
instead of
find_package(INDI REQUIRED)
.
Although I don't seem to get why this works since the latter should link to all indi libraries, not?

Read More...