wifi image streamer opencv-viewer viewer not opening despite socket connected #1495
Unanswered
WolfscorpioTest
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi! Have you tried to make the aideck connect to an access point instead? Sometimes we observe some better streaming stability but it is difficult to figure out exactly why. Here are also some instructions: https://www.bitcraze.io/documentation/repository/aideck-gap8-examples/master/simple-examples/wifi-streamer/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run the wifi image streamer example right now but it isn't working.
I used the JTAG cable to load the wifi image streamer, then I boatload the default firmware with crazy radio. I am using the command python3 opencv-viewer.py -n ipfromcfclient --save
Previously i used the crazyflie as its own access point which usually worked and opened the viewer but now it is always stuck on socket connected. In cfclient it says wifi: connection accepted and wifi: client connected but then the viewer never opens and images don't save.
Is there a way to debug this?
I added print statements to try and see where its freezing and its freezing right after packetInfoRaw = rx_bytes(4) but i don't know how to fix that.
Beta Was this translation helpful? Give feedback.
All reactions