DV Info Net

DV Info Net (https://www.dvinfo.net/forum/)
-   Apertus: Open Source Cinema Project (https://www.dvinfo.net/forum/apertus-open-source-cinema-project/)
-   -   Elphel 333 HTML (https://www.dvinfo.net/forum/apertus-open-source-cinema-project/85568-elphel-333-html.html)

Matteo Pozzi February 21st, 2007 06:32 AM

Hi oscar I've seen the file you uploaded! one question:
what is the function of the image with the 45° black and white line?
for the png file images:
I've seen it but is only an image with a collection of the image of the camcv interface the not more ....the elphel page reconnect to that file using raw and column! so is possible only to use square icon!
but what we need is a list of "http:\\192....... " to make the buttons work
don't worry for the slide I made in flash
If I have those command list with some patience I think I can do the job

Oscar Spierenburg February 21st, 2007 08:15 AM

The black and white line is meant to look like a movie makers clap-board. I thought it was a good clear division between the two frames.

Have you looked at the html source to see if the commands we need are in the columns of the buttons?

Matteo Pozzi February 21st, 2007 08:28 AM

I've looked at that but I've seen only (or better, I've only undestand) some preset that we can change like image width and image height for the rest I can't understand because I don't know java and looking at http://wiki.elphel.com/index.php?title=Ccam.cgi
is totally different command but for what I've understand, this is the wiki of the interface we are working on ...or not!?
it will be much more simple if we could use a mix of ccam.cgi
and videoapi
http://wiki.elphel.com/index.php?title=Video_API
in case have you tried to make a frame with a button that use one of these?
http://wiki.elphel.com/index.php?tit...API_Extensions
tell me if it is possible!

Andrey Filippov February 22nd, 2007 10:38 AM

Quote:

Originally Posted by Matteo Pozzi
Hi oscar I've seen the file you uploaded! one question:
what is the function of the image with the 45° black and white line?

It shows the parts of the sensors that is not currently read out (when partial window is used)

Andrey Filippov February 22nd, 2007 10:45 AM

Quote:

Originally Posted by Matteo Pozzi
I've looked at that but I've seen only (or better, I've only undestand) some preset that we can change like image width and image height for the rest I can't understand because I don't know java and looking at http://wiki.elphel.com/index.php?title=Ccam.cgi
is totally different command but for what I've understand, this is the wiki of the interface we are working on ...or not!?
it will be much more simple if we could use a mix of ccam.cgi
and videoapi
http://wiki.elphel.com/index.php?title=Video_API
in case have you tried to make a frame with a button that use one of these?
http://wiki.elphel.com/index.php?tit...API_Extensions
tell me if it is possible!

Matteo, these two APIs can not work at the same time - there is a mechanism to switch from one to another. ccam.cgi is definitely more current as I updated it myself working on camvc, it was also updated in the newer version that supports 5MPix sensors (12 bit) and higher precision "gamma" tables. Spectr also added EXIF support - current versions of the FPGA code provide precise frame timing with each frame acquired.
Unfortunately there are a couple of latest "opt=" switches that work in ccam.cgi, but are not described in wiki (like what to return if camera is busy, allow command while streaming)

In the 353 I hope that the API can be mostly written in PHP (operating in fast CGI mode) - that will make it easier to support.

Matteo Pozzi February 22nd, 2007 04:40 PM

Quote:

Originally Posted by Andrey Filippov
It shows the parts of the sensors that is not currently read out (when partial window is used)

thanks Andrey but I was asking for the line made by Oscar! :-)
I've understand what you mean cause I've seen the camvc at work some ago on the camera4.elphel.com and camera5 link but now I can't make them work I use win xp is this the problem?
and another question
ok we can't use the two APIs simultaneously for that I think that using an external html frame (flash?) is not possible (or not?) so, maybe the best way to change the gui is to learn javascript and change the camvc.cgi ...looking on the net I've found and installed an opensource javasript-editor (Aptana), than I've downloaded the elphel_6.5.3.tar on the sourceforge.net and I've opened the camvc.html in it (elphel_6.5.3\elphelcamera\packages\web\camvc) but I can't preview the html because it freeze on the "loading...." page so , did you know a javascript editor that can preview all the javascript without having the camera like dreamweaver do for html?! many thanks
Matteo

Andrey Filippov February 23rd, 2007 10:32 AM

Quote:

Originally Posted by Matteo Pozzi
thanks Andrey but I was asking for the line made by Oscar! :-)
I've understand what you mean cause I've seen the camvc at work some ago on the camera4.elphel.com and camera5 link but now I can't make them work I use win xp is this the problem?

Those cameras still work but they could easily get in some strange states because they are opened fro the whole world. I sometimes just reboot them to get to known states.

You actually can add software there and I can find you some private IP address so others will not disturb your testing.


Quote:

Originally Posted by Matteo Pozzi
ok we can't use the two APIs simultaneously for that I think that using an external html frame (flash?) is not possible (or not?) so, maybe the best way to change the gui is to learn javascript and change the camvc.cgi ...looking on the net I've found and installed an opensource javasript-editor (Aptana), than I've downloaded the elphel_6.5.3.tar on the sourceforge.net and I've opened the camvc.html in it (elphel_6.5.3\elphelcamera\packages\web\camvc) but I can't preview the html because it freeze on the "loading...." page so , did you know a javascript editor that can preview all the javascript without having the camera like dreamweaver do for html?! many thanks
Matteo

I did not use any fancy editors for AJAX development - just a browser, a camera and universal kwrite editor that colors all the languages I use (from HTML to Verilog). I do not think that integrated solutions like Dreamweaver can work - you need to have finer control over the code. I also do not see the need for flash - it will just add complexity, but in that I might be wrong - I don't use/like it myself so I do not know it.

I think what we really need now is to find a good LAMP developer for the DVR server. Spectr just upgraded the elphelOgm software and there is a lot that can be done on a PC (DVR server) side - to handle recording and handling of the recorded video - reformating, processing.

Oscar Spierenburg February 24th, 2007 04:33 AM

Andrey,

We want to make a frame underneath the ajax panel with bigger control buttons and sliders for the main features (brightness, gain, contrast, exposure, white balance and frame rate)
So, there aren't any html commands for the 333 we can use to control those sliders/buttons?

Oscar Spierenburg February 24th, 2007 04:34 AM

Double post.....

Matteo Pozzi February 26th, 2007 09:18 AM

Quote:

Originally Posted by Andrey Filippov
You actually can add software there and I can find you some private IP address so others will not disturb your testing.

Cool if you can I'll appreciate it! :-)

Quote:

Originally Posted by Andrey Filippov
I think what we really need now is to find a good LAMP developer for the DVR server. Spectr just upgraded the elphelOgm software and there is a lot that can be done on a PC (DVR server) side - to handle recording and handling of the recorded video - reformating, processing.

I'm sorry but on the linux side you can't receive any help from me but if you need something that reguard graphics in general I can give you an hand

Quote:

Originally Posted by Oscar Spier
We want to make a frame underneath the ajax panel with bigger control buttons and sliders for the main features (brightness, gain, contrast, exposure, white balance and frame rate)
So, there aren't any html commands for the 333 we can use to control those sliders/buttons?

If it is possible and you can send us that list or something that teach us how to use the info on http://wiki.elphel.com/index.php?title=Ccam.cgi so that we can easily make a frame I'll appreciate it too

Andrey Filippov February 28th, 2007 11:44 AM

Quote:

Originally Posted by Matteo Pozzi (Post 632188)
Cool if you can I'll appreciate it! :-)

Done, enjoy!

Matteo Pozzi March 1st, 2007 01:50 AM

Quote:

Originally Posted by Andrey Filippov (Post 633443)
Done, enjoy!

many thanks
I've given only a look and it is amazing I can see a lot of frame and control everything oversea! best reguards
Matteo

Andrey Filippov March 3rd, 2007 12:58 PM

Quote:

Originally Posted by Matteo Pozzi (Post 633837)
many thanks
I've given only a look and it is amazing I can see a lot of frame and control everything oversea! best reguards
Matteo

You are welcome, Matteo.
You know what to do if you'll get the camera stuck (telnet/reboot). If it would get stuck too hard and not respond to telnet - feel free to email me - I'll be able to reboot it by power-cycling. Later we'll install a switch with output power control so remote power cycling will be possible.

Matteo Pozzi March 4th, 2007 03:07 PM

Andrey, sorry I haven't undertand what you mean with "camera stuck (telnet/reboot)" ...maybe is related with a freeze of the camera!? once it happens (no image when I've changed lot of parameter too fast!) and I've reset the sensor and after reloading all worked fine! for now I've tried to upload files and it is working well and now I'm reading/learning as more as I can about javascript! (according to my real job :-) ) many thanks Matteo

Andrey Filippov March 4th, 2007 06:15 PM

Quote:

Originally Posted by Matteo Pozzi (Post 635863)
Andrey, sorry I haven't undertand what you mean with "camera stuck (telnet/reboot)"

There could be some cases when the camera will stop responding to telnet at all. Like on the computer when you have to hold the power button for several seconds.

I can not immediately think of any particular ways to do this, but things can go wrong.


All times are GMT -6. The time now is 09:12 AM.

DV Info Net -- Real Names, Real People, Real Info!
1998-2024 The Digital Video Information Network