Camera is working on Linux
#27
(07-20-2016, 12:17 AM)dkryder Wrote: this is what i get from ./bootstrap.sh,
/home/debian/Documents/guvcview_2.0.4-master# ./bootstrap.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
configure.ac:91: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:91: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
autoreconf: running: /usr/bin/autoconf --force
configure.ac:91: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
     If this token and others are legitimate, please use m4_pattern_allow.
     See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
configure: creating cache config.cache
checking whether make supports nested variables... yes
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."

i'm lost as to what needs to be done.  the file install-sh, install.sh shtool  is not present, not sure what needs to be done.

Not sure which distro you are running, try to install all necessary tools and dependencies:

sudo apt-get install libgd2-xpm-dev libjpeg-dev libpng-dev
sudo apt-get install libfreetype6-dev


sudo apt-get install intltool autotools-dev libsdl1.2-dev libgtk-3-dev portaudio19-dev libpng12-dev libavcodec-dev libavutil-dev libudev-dev libusb-1.0-0-dev libpulse-dev libgsl0-dev libv4l-dev libv4l2rds0 libsdl2-dev

and one of this:
sudo apt-get install libtoolize

sudo apt-get install libtools-dev
sudo apt-get install libtool



(07-02-2016, 03:28 AM)micko Wrote:
(07-01-2016, 02:07 PM)@lex Wrote: That is what i thought, please, follow the instructions here:  https://github.com/avafinger/guvcview_2.0.4
and uninstall your current guvcview that is wrong.

Thanks. I hadn't seen that part of instructions yet.

Got it working somehow. Image is pinkish and lots of horizontal lines.

Is there a reason why any program can't view /dev/video0 with this sensor? I'd like to use it with Motion and record the video. Might this be possible some day?

If i recall correctly, motion works out-of-box.  I will give it a try with a fresh compiled version soon and check that.
  Reply


Messages In This Thread
Camera is working on Linux - by @lex - 06-22-2016, 06:17 PM
RE: Camera is working on Linux - by @lex - 06-22-2016, 08:01 PM
RE: Camera is working on Linux - by dkryder - 06-22-2016, 10:47 PM
RE: Camera is working on Linux - by @lex - 06-23-2016, 10:44 AM
RE: Camera is working on Linux - by xalius - 06-23-2016, 11:01 AM
RE: Camera is working on Linux - by Pander - 06-28-2016, 04:18 PM
RE: Camera is working on Linux - by micko - 06-28-2016, 11:31 PM
RE: Camera is working on Linux - by @lex - 06-29-2016, 05:39 PM
RE: Camera is working on Linux - by micko - 06-30-2016, 12:58 AM
RE: Camera is working on Linux - by Pander - 06-30-2016, 04:02 AM
RE: Camera is working on Linux - by @lex - 06-30-2016, 04:29 AM
RE: Camera is working on Linux - by micko - 06-30-2016, 04:38 AM
RE: Camera is working on Linux - by @lex - 06-30-2016, 03:30 PM
RE: Camera is working on Linux - by micko - 07-01-2016, 01:17 AM
RE: Camera is working on Linux - by @lex - 07-01-2016, 05:55 AM
RE: Camera is working on Linux - by micko - 07-01-2016, 01:26 PM
RE: Camera is working on Linux - by @lex - 07-01-2016, 02:07 PM
RE: Camera is working on Linux - by micko - 07-02-2016, 03:28 AM
RE: Camera is working on Linux - by BigBear59 - 07-01-2016, 10:36 AM
RE: Camera is working on Linux - by @lex - 07-01-2016, 11:02 AM
RE: Camera is working on Linux - by BigBear59 - 07-01-2016, 06:15 PM
RE: Camera is working on Linux - by dkryder - 07-20-2016, 12:17 AM
RE: Camera is working on Linux - by @lex - 07-20-2016, 06:19 AM
RE: Camera is working on Linux - by dkryder - 07-20-2016, 10:46 AM
RE: Camera is working on Linux - by dkryder - 07-20-2016, 03:47 PM
RE: Camera is working on Linux - by @lex - 07-20-2016, 04:40 PM
RE: Camera is working on Linux - by dkryder - 07-20-2016, 05:44 PM
RE: Camera is working on Linux - by @lex - 07-21-2016, 07:42 AM
RE: Camera is working on Linux - by efp1 - 07-26-2016, 11:11 AM
RE: Camera is working on Linux - by HayseedGeek - 08-04-2016, 01:35 PM
RE: Camera is working on Linux - by tllim - 08-05-2016, 11:20 AM
RE: Camera is working on Linux - by Pander - 08-10-2016, 07:19 AM
RE: Camera is working on Linux - by Pander - 08-10-2016, 07:48 AM
RE: Camera is working on Linux - by @lex - 10-19-2016, 10:33 AM
RE: Camera is working on Linux - by Pander - 10-22-2016, 07:48 AM
RE: Camera is working on Linux - by @lex - 10-22-2016, 04:23 PM
RE: Camera is working on Linux - by dkryder - 10-19-2016, 02:36 PM
RE: Camera is working on Linux - by @lex - 10-19-2016, 05:46 PM
RE: Camera is working on Linux - by dkryder - 10-20-2016, 01:40 AM
RE: Camera is working on Linux - by Pander - 10-20-2016, 07:39 AM
RE: Camera is working on Linux - by @lex - 10-23-2016, 05:54 PM
RE: Camera is working on Linux - by Pander - 10-24-2016, 02:45 PM
RE: Camera is working on Linux - by @lex - 10-26-2016, 03:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Anyone get the camera to work yet? Havensal 16 26,425 09-13-2022, 03:31 AM
Last Post: harryaxe31
  camera port details? gourmand007 6 14,800 03-07-2021, 05:29 PM
Last Post: DippingMyToesIn
  About the camera robopo 11 21,389 03-06-2021, 12:28 AM
Last Post: DippingMyToesIn
  CSI / Camera Module Compatibility? vade 8 16,823 04-03-2020, 05:39 AM
Last Post: Ellesar Dragon
  13MP Camera cable extension saviod 2 5,168 06-21-2019, 06:05 AM
Last Post: saviod
  Camera Sasank 15 26,569 12-13-2018, 09:08 PM
Last Post: Mutani
  Himax 5 Megapixel Camera Module cannot fit into 7″ LCD Touch Screen Panel themyshop 3 7,095 05-10-2018, 04:28 PM
Last Post: tllim
  Webcam vs camera module on pine64+ fkpkot 4 9,990 02-27-2017, 03:57 PM
Last Post: MarkHaysHarris777
  camera module and lcd integration jodybrown99 5 8,992 10-11-2016, 11:35 AM
Last Post: hikaricore

Forum Jump:


Users browsing this thread: 2 Guest(s)