GGmour
- Jul 27, 2022
- Joined Jun 23, 2022
- 0 best answers
Yes I connected the camera to my computer with a cable and POE device, as needed. The camera works. Now the issue is that my computer is using the ethernet connection for internet (which obviously does not work as that connection is simply camera I/O) and is not using the WiFi.
I am experiencing another issue now though. I am trying to use Twilio API, but the code tries to access Twilio via the camera Ethernet, and not the wireless network that my PC is connected to. How may I fix this?
My OAK-D_POE was set up on a Raspberry Pi, and worked perfectly fine. Now, I want to set it up on Ubuntu, and after downloading the dependencies and running code, I an getting a "no available devices" runtime error. How may I fix this? The ethernet cable is functioning and well connected.
I am writing code based on the spatial_object_tracker.py example, and want to take and save a picture when a person is detected. What command may I use to take the still picture? I have seen the RGB Camera Control code, but am looking for code that will make the camera take a picture automatically, without me pressing any keyboard letter.
Hi, I am trying to run the spatial_object_tracker.py code, but am encountering multiple issues. I have the latest depthai version (2.9), yet am getting errors such as that incompatible arguments in the setResolution method. Also, it is saying that the setDefaultProfilePreset attribute does not exist. Here is the link to the code on git https://github.com/luxonis/depthai-python/blob/main/examples/ObjectTracker/spatial_object_tracker.py. Is the code outdated?