help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Image acquisition


From: Kai Torben Ohlhus
Subject: Re: Image acquisition
Date: Wed, 21 Aug 2019 12:47:01 +0900
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 8/21/19 12:38 PM, Nkosiphile Bhebhe wrote:
> Good Day,
> 
> I am trying to connect to a point grey CCD camera using octave on ubuntu. I 
> have tried to install the image acquisition package but I get the following 
> error “unable to find the v4l2_open function”.
> I only started using octave recently may you kindly assist?
> 
> Kind Regards
> Nkosiphile
Did you install the build dependencies [1,2] mentioned at the bottom of [3]?

   sudo apt-get install libv4l-dev libfltk1.1-dev

If you did this and installed the image acquisition package without
errors, you must load the package as well

   pkg load image-acquisition

HTH,
Kai

[1] https://packages.ubuntu.com/search?keywords=libv4l-dev
[2] https://packages.ubuntu.com/search?keywords=libfltk1.1-dev
[3] https://octave.sourceforge.io/image-acquisition/index.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]