Re: [Elphel-support] how to increase the frame rate?

2010-11-17 Thread Ákos Maróy
On 18/11/10 01:07, Oleg K Dzhimiev wrote: > 1) if the autoexposure is on - improve the light conditions. > 2) turn off the autoexposure (clicking on its icon - "white circle") and > decrease the exposure time. The units are 'ms'. I see this on tab no. 4. in the settings menu (it's not a curcle, th

Re: [Elphel-support] how to increase the frame rate?

2010-11-17 Thread Ákos Maróy
On 18/11/10 03:33, Andrey Filippov wrote: > 3) increase the analog gain. The deafult value is 2.0 for the green, > higher/lower for red and blue, depending on the color balance. When you > increase the gain , the noise will go up, but not as fast as the gain > itself, of course. Maximal gain is 15.

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Ákos Maróy
Andrey et al, Hurray, I managed to re-flash the camera. Points to take home: - the Atheros AR8131 ethernet card really sucks, including the atl1c kernel module. this is why I was not seing the packets correctly. if you can allow yourself, don't buy a laptop with this ethernet card. - the nfs s

Re: [Elphel-support] compile issues with elphel353-8.0.9 source tarball

2010-11-17 Thread Andrey Filippov
> > (BTW, it's quite inconvenient that the script removes the install_elphel > file after completion, even if it failed. so the only way to re-try is > to delete everything, unpack & do the whole compilation again) > It is not actually deleted but renamed - intentionally, because it does some irre

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Ákos Maróy
Andrey, > With the netboot you did not yet reach the point when the camera can try > to use NFS, making it writeable could make sense before you the flash > was erased - during reflashing the camera tried to write logs to the nfs. I see. well, that it was not much help to point this 'issue' out a

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Andrey Filippov
On Wed, Nov 17, 2010 at 7:42 PM, Ákos Maróy wrote: > Dear Andrey et al, > > I made /nfs world writable: > > > > but, when I try to do the netboot thing, no log directory is created. > the output ends as before: > > # netboot -mac 000E64081973 -ip 192.168.0.9 -nfs 192.168.0.20:/nfs -cmd > update -

Re: [Elphel-support] compile issues with elphel353-8.0.9 source tarball

2010-11-17 Thread Ákos Maróy
On 18/11/10 02:59, Oleg K Dzhimiev wrote: > Did you install the required packages? yes. as you see, the error is missing a dependency that the elphel build script itself downloads and unpacks. namely, it is missing the file elphel353-8.0.9/elphel353/apps/crypto/openssl-IR0_9_7f-3/openssl/include

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Ákos Maróy
Dear Andrey et al, I made /nfs world writable: $ ls -l /nfs total 66464 -rwxrwxrwx 1 root root 256 2010-11-18 10:27 cmdline -rwxrwxrwx 1 root root 18218760 2010-11-17 16:41 kimage -rwxrwxrwx 1 root root 18219016 2010-11-18 10:27 kimage_1 -rwxrwxrwx 1 root root 101 2010-11-17 16:41 list

Re: [Elphel-support] how to increase the frame rate?

2010-11-17 Thread Andrey Filippov
On Wed, Nov 17, 2010 at 10:07 AM, Oleg K Dzhimiev wrote: > Heinrich, > > 1) if the autoexposure is on - improve the light conditions. > 2) turn off the autoexposure (clicking on its icon - "white circle") and > decrease the exposure time. The units are 'ms'. > 3) increase the analog gain. The de

Re: [Elphel-support] compile issues with elphel353-8.0.9 source tarball

2010-11-17 Thread Oleg K Dzhimiev
Akos, Did you install the required packages? ( http://wiki.elphel.com/index.php?title=Elphel_Software_Kit_for_Ubuntu) > > sudo apt-get install cvs build-essential autoconf flex byacc bison > libglib2.0-dev tcl gettext libncurses5-dev patch zlib1g-dev nfs-kernel-server > bash xutils-dev > > sudo

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Alexandre Poltorak
Important point - the camera should be connected to the PC directly, some switches block the broadcast packages from netboot. Alexandre On Wed, Nov 17, 2010 at 7:44 PM, Oleg K Dzhimiev wrote: > Akos, > > Does your PC loses ip when you disconnect the camera? > Could you check its ip after you la

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Oleg K Dzhimiev
Akos, Does your PC loses ip when you disconnect the camera? Could you check its ip after you launch ./netboot... (having "Starting boot...") when the cam is disconnnected before putting it to the netboot mode (you wrote somewhere the camera was connected directly to the PC). Best regards, Oleg O

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Alexandre Poltorak
Akos, It is documented here: http://wiki.elphel.com/index.php?title=Elphel_Software_Kit_for_Ubuntu#Configure_your_NFS_server You need to sudo chmod 777 -R /nfs It will probably not solve the re-flashing problem by itself, but at least you will have some logs. Best regards, Alexandre On Wed, N

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Ákos Maróy
On 18/11/10 01:19, Alexandre Poltorak wrote: > Hmm... looks almost OK. But seems not to be writable, if it was you > would have a /nfs/logs directory with all the logs from netboot. you're right, it's not writable to anyone: $ ls -la /nfs total 66472 drwxr-xr-x 2 root root 4096 2010-11-17 1

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Alexandre Poltorak
Hmm... looks almost OK. But seems not to be writable, if it was you would have a /nfs/logs directory with all the logs from netboot. Regards, On Wed, Nov 17, 2010 at 6:13 PM, Ákos Maróy wrote: > On 18/11/10 01:11, Alexandre Poltorak wrote: > > Can I ask you to send result from > > ls -R /nfs >

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Ákos Maróy
On 18/11/10 01:11, Alexandre Poltorak wrote: > Can I ask you to send result from > ls -R /nfs > here pls ? sure: $ ls -R /nfs /nfs: cmdline kimage_1 MD5SUM nfs_update part1.img part3.img kimage list nfs_flashitall part0.img part2.img partitions.conf ___

Re: [Elphel-support] how to increase the frame rate?

2010-11-17 Thread Sebastian Pichelhofer
On Wed, Nov 17, 2010 at 17:29, Heinrich Mueller wrote: > Am 17.11.2010 17:20, schrieb Andrey Filippov: > > @Andrey: >> >> What are those mentioned colors like? >> >> Heinrich >> > Heinrich, > > The fps colors are described in an embedded minihelp of the camvc interface. > If you click on the (righ

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Ákos Maróy
On 18/11/10 00:14, Andrey Filippov wrote: > Akos, > > Did you put the camera in netboot mode ("yellow led lights up > constantly, while the green led flashes > vigorously for a while.") before starting the program? This is safer, yes. I tried both ways: - start the netboot program, then do the

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Alexandre Poltorak
Can I ask you to send result from ls -R /nfs here pls ? Alexandre On Wed, Nov 17, 2010 at 6:07 PM, Ákos Maróy wrote: > On 17/11/10 19:14, Heinrich Mueller wrote: > > I was at this point, too. > > Does the netboot command yield any further output? > > Does it say "JUMP" at the end and the return

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Ákos Maróy
On 17/11/10 19:14, Heinrich Mueller wrote: > I was at this point, too. > Does the netboot command yield any further output? > Does it say "JUMP" at the end and the return value 0? no, it says only as I posted... > Connect a serial console (RS232 input at the side behind the cover) > and look at t

Re: [Elphel-support] how to increase the frame rate?

2010-11-17 Thread Oleg K Dzhimiev
Heinrich, 1) if the autoexposure is on - improve the light conditions. 2) turn off the autoexposure (clicking on its icon - "white circle") and decrease the exposure time. The units are 'ms'. Faithfully yours, Oleg ___ Support-list mailing list Support-

Re: [Elphel-support] how to increase the frame rate?

2010-11-17 Thread Heinrich Mueller
Am 17.11.2010 17:20, schrieb Andrey Filippov: @Andrey: What are those mentioned colors like? Heinrich Heinrich, The fps colors are described in an embedded minihelp of the camvc interface. If you click on the (rightmost) button with the question mark and them put mouse pointer over

Re: [Elphel-support] how to increase the frame rate?

2010-11-17 Thread Andrey Filippov
@Andrey: > What are those mentioned colors like? > > Heinrich > > Heinrich, The fps colors are described in an embedded minihelp of the camvc interface. If you click on the (rightmost) button with the question mark and them put mouse pointer over the fps numbers (in the top line after the resolut

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Andrey Filippov
Akos, Did you put the camera in netboot mode ("yellow led lights up constantly, while the green led flashes vigorously for a while.") before starting the program? This is safer, because if the program starts first and you connect/disconnect cable one more time after it already entered netboot mode

Re: [Elphel-support] how to increase the frame rate?

2010-11-17 Thread Heinrich Mueller
Am 17.11.2010 04:54, schrieb Andrey Filippov: On Tue, Nov 16, 2010 at 7:37 PM, Ákos Maróy > wrote: Hi, I wonder how to increase the framerate on an elphel camera? When I do full resolution, mplayer seems to report a framerate of 10fps or less: VID

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Heinrich Mueller
Am 17.11.2010 09:38, schrieb Ákos Maróy: Andrey, So, I went through the process of compiling the whole elphel source tree, based on the latest 8.0.9 source tarball. While the compilation fails (see my previous e-email), at least now I'm at a point where I have the netboot-related files, like etr

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Alexandre Poltorak
Akos, Your /nfs should be world writable. (chmod 777) So you will have logs in /nfs/logs Alexandre On Wed, Nov 17, 2010 at 11:00 AM, Ákos Maróy wrote: > Andrey, > > Some additional info, if I invoke tcpdump to see if the camera or the > netboot script generates any traffic, I get two kinds of

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Ákos Maróy
Andrey, Some additional info, if I invoke tcpdump to see if the camera or the netboot script generates any traffic, I get two kinds of lines: the camera generates lines like these: 17:58:46.088238 00:00:00:00:00:00 (oui Ethernet) > 00:00:00:00:00:00 (oui Ethernet) Null Information, send seq 0, r

Re: [Elphel-support] camera bricked after re-flashing to elphel353-8.0.9 :(

2010-11-17 Thread Ákos Maróy
Andrey, So, I went through the process of compiling the whole elphel source tree, based on the latest 8.0.9 source tarball. While the compilation fails (see my previous e-email), at least now I'm at a point where I have the netboot-related files, like etraxfsboot. My plan is to flash the camera u

Re: [Elphel-support] issues with firmware upgrade web interface

2010-11-17 Thread Sebastian Pichelhofer
Try using "192.168.3.20:/tmp/image/" instead of "192.168.3.20:/tmp/image/image353-8.0.9/" Regards Sebastian On Wed, Nov 17, 2010 at 04:07, Ákos Maróy wrote: > Hi, > > I'm having some issues with the firmware upgrade web interface of my > camera, which currently has firmware 8.0.8.48 > > when I g

Re: [Elphel-support] creating an HD (1920x1080) stream from an elphel camera?

2010-11-17 Thread Sebastian Pichelhofer
Sure, just reduce the resolution of the WOI in camvc. Regards Sebastian On Wed, Nov 17, 2010 at 03:53, Ákos Maróy wrote: > Hi, > > I wonder if it is possible to create an 1920x1080 resolution stream > right from the camera itself? I have the 5Mp CCD, with the native > resolution of 2592x1920 - b

[Elphel-support] compile issues with elphel353-8.0.9 source tarball

2010-11-17 Thread Ákos Maróy
FYI, I wanted to go through compiling the latest source tarball (just to be able to do a netboot reflash), and it fails for me, with the following: make[4]: Entering directory `/home/maroy/src/elphel/src/elphel353-8.0.9/elphel353/apps/crypto/openssl-IR0_9_7f-3/openssl/crypto/mdc2' gcc-cris -isyste