My doubt is the following: once the pipeline is flashed in the device, how can I verify if the code is running and not crashed in the device (and not host)?
Vvipulkumar
- Mar 17, 2022
- Joined Mar 11, 2022
- 0 best answers
Going in the Github repository there is written that this code works only for OAK POE, is there any way to write similar code but for OAK-IOT?
https://github.com/luxonis/depthai-python/blob/main/docs/source/samples/Script/script_http_client.rstI'm trying to send an HTTP request as indicated in this tutorial https://docs.luxonis.com/projects/api/en/latest/samples/Script/script_http_client/ but I receive this error:
Hi, I want to ask how to insert Wifi credentials and even set a static IP to the device. I've different demos in the Github repository https://github.com/luxonis/esp32-spi-message-demo, but most of them consist in creating a server on the camera while I want that the camera communicates with a server running on a host.