Forum Discussion
Factory reset Vision AI Developer kit does not work
You can press the power button for 5 seconds (give or take) and get the device back to AP mode meaning that then you can login to devices's WiFi. When the device is in AP mode it's flashing the colors. It opens http://setupaicamera.ms/ page. As you have done the initial setup already it provides you with two options 1) Reset the device and run out-of-box experience again 2) just reconfigure the WiFi. Note that there is a known issue with device colors not always being correct when resetting the device (https://github.com/microsoft/vision-ai-developer-kit/issues/234)
The streaming should work as long as your laptop is connected to the same network than the camera (I have seen it work also with your laptop still being connected to the camera). In case it doesn't you can start troubleshooting with adb and first check that the streaming module is running by doing "adb shell docker ps".
Here is a little bit more information regarding streaming with media player:
https://azure.github.io/Vision-AI-DevKit-Pages/docs/RTSP_stream/
- jkubickaSep 18, 2019Former EmployeeHi, are you still running into this issue?