Re: [Flightgear-devel] simulating camera output during flight

2007-03-22 Thread Leidson Campos A. Ferreira
In time, Another improvement was transfer complete (variable size) content of flightgear screen and the old code did transfer just a static size of screen (400,300) pixels. Leidson Campos PlanetaMessenger.org - Java Universal Messenger On 3/22/07, Leidson Campos A. Ferreira <[EMAIL PROTECTED]>

Re: [Flightgear-devel] simulating camera output during flight

2007-03-22 Thread Leidson Campos A. Ferreira
Norman, The changed revision is 1.7 for jpg-httpd.cxx file and 1.4 for jpg-httpd.hxxfile. jpg-httpd.cxx http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/source/src/Network/jpg-httpd.cxx?revision=1.7&view=markup jpg-httpd.hxx http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/source/src/Ne

Re: [Flightgear-devel] simulating camera output during flight

2007-03-22 Thread Norman Vine
Leidson Campos A. Ferreira writes: > > In fact, this feature was modified by me, and accepted by > Flightgear team, almost 6 months ago and after this no > Flightgear version was released (I think), then you should > consider get latest Flightgear CVS version to get this > improvement (becaus

Re: [Flightgear-devel] simulating camera output during flight

2007-03-22 Thread Leidson Campos A. Ferreira
In fact, this feature was modified by me, and accepted by Flightgear team, almost 6 months ago and after this no Flightgear version was released (I think), then you should consider get latest Flightgear CVS version to get this improvement (because old implementation was really slow). Note if you

Re: [Flightgear-devel] simulating camera output during flight

2007-03-22 Thread Norman Vine
Norman Vine wrote: > > Leidson Campos A. Ferreira writes: > > > > Start fg with --jpg-httpd=port, then you should get a > screenshot in > > your > > browser, since it's a simple request > > you could code the http get request in you application, > not sure if > > it's > > fas

Re: [Flightgear-devel] simulating camera output during flight

2007-03-22 Thread Norman Vine
Leidson Campos A. Ferreira writes: > > Start fg with --jpg-httpd=port, then you should get a > screenshot in your > browser, since it's a simple request > you could code the http get request in you application, > not sure if it's > fast enought for realtime. > > > > I

Re: [Flightgear-devel] simulating camera output during flight

2007-03-22 Thread Leidson Campos A. Ferreira
Start fg with --jpg-httpd=port, then you should get a screenshot in your browser, since it's a simple request you could code the http get request in you application, not sure if it's fast enought for realtime. Is really fast. I'm using the --jpg-httpd option to interface FlightGear with a gro

Re: [Flightgear-devel] simulating camera output during flight

2007-03-21 Thread Harald JOHNSEN
Domenico Leonello wrote: >Hi, > >I'm an italian PhD student and i'm developing algorithms that use stereo >camera images sensor fusion to control helicopter UAVs. > >I already have a flight simulator (made using Simulink and an home-made >C S-function to model the helicopter flight dynamics). >

Re: [Flightgear-devel] simulating camera output during flight

2007-03-21 Thread Curtis Olson
On 3/21/07, Domenico Leonello wrote: Hi, I'm an italian PhD student and i'm developing algorithms that use stereo camera images sensor fusion to control helicopter UAVs. I already have a flight simulator (made using Simulink and an home-made C S-function to model the helicopter flight dynamics

[Flightgear-devel] simulating camera output during flight

2007-03-21 Thread Domenico Leonello
Hi, I'm an italian PhD student and i'm developing algorithms that use stereo camera images sensor fusion to control helicopter UAVs. I already have a flight simulator (made using Simulink and an home-made C S-function to model the helicopter flight dynamics). I would like to use FG to have a n