Camera is working on Linux
#28
@lex,
i was trying to get it setup using the new debian build released a few days ago. i think maybe the *.dtb compiled file may be an issue? since i used the one you provided and not a compiled one. installed all the packages listed by BigBear59 so i think everything is there but i guess i will go back through it all over next few days. i did use the 2.0.4 . the sensor is listed in dmesg. it is just that ./configure script that is having a problem.

edit, is libpng12-0 libpng12-dev libpng3 ok? synaptic does not list libpng-dev
i found i needed libgd2-xpm-dev

i have libsdl1.2debian installed i get broken package problem with libsdl1.2-dev
i have libgtk-3-0 installed libgtk-3-dev gives broken package
libpulse gave 4 errors on unable to install
libsdl2-dev could not be installed
libtoolize not found by synaptic (synaptic being used to do this because it handles errors/dependencies well)
libtools-dev not found
libtool installed, others in your list not mentioned as problem here are installed.

when i do ./configure i'm getting the cannot find install.sh .... message
when i do ./bootstrap.sh i get
sudo ./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: loading cache config.cache
checking whether make supports nested variables... yes
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."

i have no idea why libtoolize is mentioned as doing processes since not installed nor able to be foundvia apt-get.


edit: found this in dmesg,
16.349286] [VFE]Find sensor name is "s5k4ec", i2c address is 5a, type is "YUV" !
[ 16.363204] [VFE]Sub device register "s5k4ec" i2c_addr = 0x5a start!
[ 16.375421] [VFE_ERR]Error registering v4l2 subdevice No such device!
[ 16.375425] [VFE_ERR]vfe sensor register check error at input_num = 0
[ 16.375435] [VFE]V4L2 device registered as (null)
[ 16.375476] [VFE]vfe_runtime_suspend
[ 16.375478] [VFE]..........................vfe clk close!.......................
  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,289 09-13-2022, 03:31 AM
Last Post: harryaxe31
  camera port details? gourmand007 6 14,749 03-07-2021, 05:29 PM
Last Post: DippingMyToesIn
  About the camera robopo 11 21,286 03-06-2021, 12:28 AM
Last Post: DippingMyToesIn
  CSI / Camera Module Compatibility? vade 8 16,760 04-03-2020, 05:39 AM
Last Post: Ellesar Dragon
  13MP Camera cable extension saviod 2 5,144 06-21-2019, 06:05 AM
Last Post: saviod
  Camera Sasank 15 26,458 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,054 05-10-2018, 04:28 PM
Last Post: tllim
  Webcam vs camera module on pine64+ fkpkot 4 9,949 02-27-2017, 03:57 PM
Last Post: MarkHaysHarris777
  camera module and lcd integration jodybrown99 5 8,943 10-11-2016, 11:35 AM
Last Post: hikaricore

Forum Jump:


Users browsing this thread: 1 Guest(s)