(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.