I am trying to use the example provided in the App Lab "Detect Objects on Camera". As per the readme I have attached the USB camera to the Arduino UNO Q and executed the program. The log is capturing the events but not able to see the camera as the browser is not lounging automatically.
That looks more like web-ui rather than object detection. If web-ui is not working, can object-detection work?
The instructions from Arduino's web page says webui is launching a web app (?browser?) on <board name>.local:7000...
Some Bricks, such as the web_ui, use a folder called assets inside of an App, where HTML/CSS/JS files can be configured to interface with the Python application via web sockets. This particular Brick also launches its web applications at http://localhost:7000, which can be accessed by other devices on the same network, using the <board-name>.local:7000 address.
I noticed that web-ui didn’t work me as long as I was connecting the App Lab to my host computer via WiFi. As soon as I switched to USB for the App Lab, everything started working perfectly.