Hi there I am trying to get feed from OAK-D lite using Pi5. I installed the agent on pi and robot is added. Now I want to install the App but getting the following error. If I run the code on pi5 the camera works fine but I am unable to install app via robot hub. I think that's the issue of Ip adress if I am correct then should I change the ip on the app so that it will recognize my device.
App installation issues on RobotHub
Hi @awabyounas
What guide did you use to install the App?
Thanks,
Jaka
jakaskerl Brother I followed no article I just tried and follow all the instructions on the screen…
Hi awabyounas
This kind of error "no such host
" looks like an issue with DNS settings on the host machine (RasPi5).
Please try to set it up to some public DNS , like Google Public DNS (8.8.8.8
or 8.8.4.4
) or Cloudflare (1.1.1.1
or 1.0.0.1
). Let us know, if this worked.
Regards, Martin
Thanks I changed the DNS and the issue is resolved and now the app is successfully installed but now the new issue is raised that I am using OAK-D lite I installed couple of apps but got no stream on checking the logs I got this
- Edited
Hi. Just to be sure. Do you use for the camera connection USB3 port on the RPi and USB3 cable? This is necessary for correct camera functions from data transfer and power management point of view. To be sure, that the cable is not problem, you should use the one from the original packaging.
If it so, what power supply for RPi do you use? For RPi5 is 27W recommended. Do you have any other devices connected to other USB ports?
Thanks, M.
Yeah it works fine when I run the OAK-D lite locally on pi 5 by using python script…. It doesn't work using robothub app
awabyounas And is it possible to share your app with us?
Its the default app available on the robot hub I tried live stream , people counter but same result…
Hi.
What OS do you use? For the RobotHub Agent running on RPi5 only Raspberry Pi OS 64-bit
is supported.
Thanks, M