Replies: 1 comment 14 replies
-
Some update about my tests |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm following the ai deck tutorial but met problem with getting the figure shown. I got some questions and list them below.
In the Update Crazyflie and AIdeck firmware step, it says I should see
ESP32: I (910) SYS: Initialized
but what I saw is. The value in the bracket is slightly different. Does this mean the flashing work is not done successfully?
When I'm running the "wifi steaming example", I can only get
Connecting to socket on 192.168.4.1:5000... Socket connected
with no image received. It seems to get stuck atdata.extend(client_socket.recv(size-len(data)))
. Do you have any idea why this is happening?I tried customizing the ai deck firmware following your documentation and I found the code stuck at
open_pi_camera_himax(&camera)
. I think this might also be the reason for the second question. Do you have any idea why this is happening?Beta Was this translation helpful? Give feedback.
All reactions