Iyan, That one along with a few others required a bit more manual effort at the time in bootstrap and thus need to be enabled manually. Enable that one manually with cmake -DENABLE_USB_CAMERA=1 .. In the next version it'll be added to the bootstrap with 0.5.0. I was running GetUSBCamera on a Pi last night but I don't specifically recall if there was much more to take into account. I have a branch where USB Camera can be enabled on PI. I'll test that on a Pi and submit a PR if it works. Thanks, Marc
On Mon, Apr 9, 2018 at 3:46 AM, Mendez Veiga, Iyan <[email protected]> wrote: > Hi, > > I am trying to compile MiNiFi C++ 0.4.0 in a raspberry pi 3 running Raspbian. > I have installed all packages in the requirements (and some optional ones, > too): > https://github.com/apache/nifi-minifi-cpp#system-requirements > > However, when I execute the bootstrap script I cannot enable the USB Camera > support (since I want to use GetUSBCamera processor) and the only information > I get is that "Extension cannot be installed due to version of cmake or other > software". > > I couldn't find any information on the Internet. Any one is facing a similar > issue? > > Regards, > Iyán
