in reply to Opencv and Perl on Raspberry Pi 3 (Raspbian)

I don't know about OpenCV, but as far as Perl on the Raspberry Pi, it's definitely doable. There's a whole slew of libraries available specifically for the Pi, aggregated into a single class hierarchy (RPi::WiringPi) which uses the base wiringPi API (WiringPi::API).

  • Comment on Re: Opencv and Perl on Raspberry Pi 3 (Raspbian)