RE: USB Camera support with MiNiFi 0.4.0 in Rasp3?

2018-04-16 Thread Mendez Veiga, Iyan
Enviado el: lunes, 16 de abril de 2018 17:00 Para: users@nifi.apache.org Asunto: RE: USB Camera support with MiNiFi 0.4.0 in Rasp3? **This Message originated from a Non-ArcelorMittal source** -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iyán, Our FindTensorFlow.cmake file is used duri

RE: USB Camera support with MiNiFi 0.4.0 in Rasp3?

2018-04-16 Thread Andy Christianson
] > > Enviado el: lunes, 09 de abril de 2018 17:23 > > Para: users@nifi.apache.org; Andy Christianson aichr...@protonmail.com > > Asunto: Re: USB Camera support with MiNiFi 0.4.0 in Rasp3? > > This Message originated from a Non-ArcelorMittal source > > You ma

RE: USB Camera support with MiNiFi 0.4.0 in Rasp3?

2018-04-12 Thread Mendez Veiga, Iyan
something else? Thanks, Iyán -Mensaje original- De: Marc P. [mailto:marc.par...@gmail.com] Enviado el: lunes, 09 de abril de 2018 17:23 Para: users@nifi.apache.org; Andy Christianson Asunto: Re: USB Camera support with MiNiFi 0.4.0 in Rasp3? **This Message originated from a Non

RE: USB Camera support with MiNiFi 0.4.0 in Rasp3?

2018-04-09 Thread Mendez Veiga, Iyan
] Enviado el: lunes, 09 de abril de 2018 17:23 Para: users@nifi.apache.org; Andy Christianson Asunto: Re: USB Camera support with MiNiFi 0.4.0 in Rasp3? **This Message originated from a Non-ArcelorMittal source** You may need to install libusb-1.0-0-dev. This is part of the reason why it was disabled

Re: USB Camera support with MiNiFi 0.4.0 in Rasp3?

2018-04-09 Thread Marc P.
You may need to install libusb-1.0-0-dev. This is part of the reason why it was disabled for aptitude distros in 0.4.0; however, with this added to my bootstrap branch I've successfully installed and run GetUSBCamera on the RPi and other Ubuntu distros ( 32 and 64 bit too ) On Mon, Apr 9, 2018 at

Re: USB Camera support with MiNiFi 0.4.0 in Rasp3?

2018-04-09 Thread Andy Christianson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iyán, In addition to what Marc said, IIRC, libuvc and libusb are the main dependencies that need to be available. The libuvc library is included in thirdparty/ and can be build along with minifi. The libusb-dev package is needed for the build. As lon

Re: USB Camera support with MiNiFi 0.4.0 in Rasp3?

2018-04-09 Thread Marc P.
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 P