wifi_china_drone_controller
wifi_china_drone_controller copied to clipboard
CX-10W?
Hi, would this also work on the CX-10W?
Cheers
Hi koalapenguins. I don't have a CX-10W but I believe it can work. Try it and let me know. If it doesn't work can you send me a wifi data dump so I can work on that?
Cheers.
will do! i'll post any progress i get here over the next few days
interested in this as well
I've the CX-10W and the video doen't work at all. The stop controller also doesn't stop the rotors. If I can help to debug it, tell me how to do it.
Download the project, run it with Intellij Idea and debug it :D
hello .. I'm passing your code to python .. the sequence of bytes is received in the same way but what would be the way to play the video with opencv?
Unfortunately, I have no experience with OpenCV. The video data stream is a custom implementation of a raw h264-streaming.
This thread could be helpful (even if they don't have a proper solution) https://stackoverflow.com/questions/26193963/read-h264-stream-from-an-ip-camera Please keep me posted, since I'd like to see your work on that.
thank you very much for your help, modify your application by deactivating the output of the ffplay to pass to OpenCV in this way
cap = cv2.VideoCapture ('tcp: //127.0.0.1: 8889? listen')
I have another question, I would like to connect two mini drones to a wifi network. But I did not find any solution. Could you help me?