Replies: 1 comment 4 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Appreciate help on this. I am trying to fetch the camera images from GAP8 to my local laptop. So I ran the opencv-viewer.py file (https://www.bitcraze.io/documentation/repository/aideck-gap8-examples/master/test-functions/wifi-streamer/) and indeed managed to achieve a rate of 7Hz of images fetched to my laptop. We achieved this with a router that is able to stream 1000Mbps (2.4Ghz). We thus proceeded to collect images from multiple drones in parallel (7 in total) by spawning 7 processes, and each process connects to each of the drone’s ipaddress. However, when we tried to stream all 7 drones’ images simultaneously, the rate of images streamed from each drone drop to between 3-5Hz. However, our router should be more than capable of handling the rate of data transmission. Could we seek help to ask if anyone faced similar issues or have any solutions to streaming multiple drones’ images at a healthy rate through a single router?
Beta Was this translation helpful? Give feedback.
All reactions