You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding AiDeck functioning as a standalone streamer. Based on this issue, it seems possible to use AiDeck independently for streaming.
However, I encountered a problem when using GAP SDK v3.8.1: I couldn't configure the streamer to send in raw mode, and I couldn't find a working example. Based on the ADWS 2021 workshop, there is a working example in JPEG mode, but I need an example for raw mode.
On the other hand, with GAP SDK v4.22.0, I was able to compile successfully in FreeRTOS, but I couldn't get any image when using opencv-viewer.py.
Is there an existing example that demonstrates how to set up raw mode streaming on AiDeck?
Without a Crazyflie, are there any additional firmware updates required (e.g., NINA module, bootloader, etc.)?
Any guidance would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
Note that a lot of changes have been made since that issue. The AI-deck used to be more or less standalone. Nowadays, certain features rely on the Crazyflie. That said, you can flash both the ESP32 and GAP8 using your Olimex ARM-USB-TINY-H debugger. If our examples don’t work, you may need to remove reliance on the Crazyflie. Since CPX is the protocol used for communication between the GAP8, ESP32, and Crazyflie, looking at CPX references can help identify where the connection to the Crazyflie happens. Also, note that you cannot use the custom GAP8 bootloader for wireless flashing, as it relies on Crazyradio–Crazyflie communication.
Hi,
I have a question regarding AiDeck functioning as a standalone streamer. Based on this issue, it seems possible to use AiDeck independently for streaming.
However, I encountered a problem when using GAP SDK v3.8.1: I couldn't configure the streamer to send in raw mode, and I couldn't find a working example. Based on the ADWS 2021 workshop, there is a working example in JPEG mode, but I need an example for raw mode.
On the other hand, with GAP SDK v4.22.0, I was able to compile successfully in FreeRTOS, but I couldn't get any image when using opencv-viewer.py.
Is there an existing example that demonstrates how to set up raw mode streaming on AiDeck?
Without a Crazyflie, are there any additional firmware updates required (e.g., NINA module, bootloader, etc.)?
Any guidance would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: