Hi Shane, I'm not familiar with C#, maybe this link<http://www.daniweb.com/software-development/csharp/threads/156758/how-to-open-and-text-file-on-web-from-windows-application> might help you, the query string was "C# open http file".
In PHP it's just opening a file. In Java opening a http stream is also implemented in java.net.URL if I'm not mistaken. There could be a workaround like launching a shell or php script (or some other application) to download an image to a local directory and then open it. Best regards, Oleg Dzhimiev Electronics Engineer phone: +1 801 783 5555 x124 Elphel, Inc. On 28 September 2012 00:02, Shane Sanford <[email protected]>wrote: > I am interested in using my Elphel camera for a robotics project. After > playing around with the camera a bit I believe imgsrv offers exactly what I > am looking (fast still images). Currently I am using Windows and VS C# > 2010 due to some proprietary hardware I having to interface with. Does > anybody have sample code or can point me in the right direction of loading > the data from http://192.168.0.9:8081/bimg into C#. I am normally > competent at using google and figuring it out but my attempts so far has > been remarkably unsuccessful. **** > > ** ** > > Thanks in advance**** > > Shane**** > > _______________________________________________ > Support-list mailing list > [email protected] > http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com >
_______________________________________________ Support-list mailing list [email protected] http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com
