Hello Madan, You may find SDK installation instructions on Elphel Wiki - http://wiki.elphel.com/index.php?title=Elphel_Software_Kit_for_Ubuntu .
As for the HTTP API - we believe that the traditional camera API limits functionality ( http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Elphel-camera-under-the-hood-from-Verilog-to-PHP/), particularly when you need to switch camera operation modes without frame loss (or minimizing the number of lost frames when sensor is not capable of cleanely switching between them). Additionally there is always some contradiction between the API functionality and performance, adding more features makes the processing slower. To resolve these problems we ported PHP to the camera and added custom extension functions that interface with the camera-specific features efficiently. So you may use some of our sample HTTP API programs, like snapfull.php - http://elphel.cvs.sourceforge.net/viewvc/elphel/elphel353-8.0/packages/web/353/php_top/snapfull.php?view=markup) - program designed to temporarily switch from high FPS lower resolution video to full resolution snapshot, minimizing lost frames, write you custom "backend" program or emulate API of some other camera you use. http://wiki.elphel.com/index.php?title=PHP_in_Elphel_cameras - describes the Elphel PHP functions, though there are some newer additions not yet described on the WIki. The most up-to-dfate information on the Elphel PHP extension is in the source code of that extension, of course. It is here - http://elphel.cvs.sourceforge.net/viewvc/elphel/elphel353-8.0/apps/php-5.2.9/ext/elphel/elphel_php.c?view=markup Andrey PS. Sorry for the late reply - email program I use put the message into spam folder - something is wrong with the filters. On Thu, Apr 28, 2011 at 5:57 PM, Madan Pernati <[email protected]>wrote: > Hello, > > I'm Madan From i2V Systems , an R&D company working in Video Solutions > domain from India. > > We are working closely with one of our client for Video Solutions on 360 > degree view cameras. > > We want to integrate Elphel Network cameras with our Video software. > > Please send us the SDK / HTTP API of Elphel ip cameras. > > Also let us know if we can see any live demo / recorded video of Elphel 360 > degree view IP camera > > Thanks, > Madan Kumar Pernati > Product Lead > i2V Systems > www.i2vsys.com >
_______________________________________________ Support-list mailing list [email protected] http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com
