Hello Wei, I'm not familiar with modern Microsoft Windows - last version I used was W2K, but I believe there should be no difference, especially if you need single images, not video streams. The main difference in API from some other IP cameras (like Axis) is that controlling acquisition parameters (like resolution, mode, exposure time, color gains, ) and acquiring images are separate procedures. If the parameters are already set (you can do it with GUI or parameter editor or programmatically) image acquisition can be performed using camera image server - http://www3.elphel.com/wiki/Imgsrv . There is embedded mini-help - just open address in the camera (assuming default IP): http://192.168.0.9:8081 (port 8081 is binded to the imgsrv image server)
Modifying parameters can be done with "parameter editor", accessed from http://192.179.0.9 (camera "home" image). You may also open a short description of the parameter editor with some examples of usage, including how to use HTTP GET requests to change parameters: http://192.168.0.9/parsedit.php You may also create your own custom php script that will accept you commands and put it, http://192.168.0.9/snapfull.php code can be used as an example, more information on Elphel wiki: http://wiki.elphel.com/index.php?title=PHP_in_Elphel_cameras Andrey
_______________________________________________ Support-list mailing list Support-list@support.elphel.com http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com