wifi_china_drone_controller icon indicating copy to clipboard operation
wifi_china_drone_controller copied to clipboard

CX-10W?

Open koalapenguins opened this issue 8 years ago • 9 comments

Hi, would this also work on the CX-10W?

Cheers

koalapenguins avatar Dec 31 '16 05:12 koalapenguins

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.

Otacon avatar Dec 31 '16 10:12 Otacon

will do! i'll post any progress i get here over the next few days

koalapenguins avatar Jan 02 '17 04:01 koalapenguins

interested in this as well

talarari avatar Jan 21 '17 11:01 talarari

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.

kno avatar Feb 18 '17 10:02 kno

Download the project, run it with Intellij Idea and debug it :D

Otacon avatar May 31 '17 11:05 Otacon

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?

EduardoTayupanta avatar Apr 25 '18 14:04 EduardoTayupanta

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.

Otacon avatar May 06 '18 08:05 Otacon

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')

EduardoTayupanta avatar May 10 '18 02:05 EduardoTayupanta

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?

EduardoTayupanta avatar May 10 '18 02:05 EduardoTayupanta