Jump to content

cockpit Gillesdrone


gillesdrone

Recommended Posts

for Takeoff-For-Fun

Just to indicate that with your files we have problemes of Fps

I solved them by changing the frequency of reading of files Export

 

Here in Export.lua I change settimeout .01 to .001

 

c = socket.udp()

c:setsockname("*", 0)

c:setoption('broadcast', true)

c:settimeout(.001) -- set the timeout for reading the socket

 

and same Here

 

in SIOCExport ( my file )

 

pit = socket.try(socket.connect(siocConfig.hostIP, siocConfig.hostPort)) -- connect to the listener socket

pit:setoption("tcp-nodelay",true) -- set immediate transmission mode

pit:settimeout(.001) -- set the timeout for reading the socket

 

it is better for Fps vidéo and the send to Helios and Sioc

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
  • 2 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...