markusbr

Results 402 comments of markusbr

Can you check the linked libraries via e.g. `ldd ./my_application` If your application loads dynamic libraries at runtime "manually" (e.g. with `dlopen()`) you might want to try this: `LD_DEBUG=libs ./my_application`...

Can you provide more details about how you have set-up your environment, including the HOST, please? Because the installation requires a UDEF-rule file to be added (because the contained MyriadX-chip...

You are right... under MS-Win UDEF doesn't make sense, this is for Linux environments only. Do you use the "original USB3 cables", are you sure they are USB3-capable? Do you...

Could there be a loose connection? Could there be an instable power-supply on your machine? Would you have an USB3-capable actively powered USB-hub, using USB3-cables between computer and hub and...

Do I understand you right that in your environment there are multiple independent processes actively accessing the OAK-D device concurrently?

Can you provide more details, please? How is the HW set-up (which exact board, which exact camera(s)), how does your environment look like? How have you installed it, what does...

Can you describe your environment in more details - what HW are you running on? How have you set-up your environment, e.g. creating the virtual-env? Which exact Ubuntu OS do...

Are you using an Intel-SOC with an embedded/integrated GPU? then you might be able to use the GPU-accelerated video-encoder like `vaapih264enc` (instead of the SW-encoder `x264enc`). Do you see the...

Are you using an Intel-SOC with an embedded/integrated Intel-GPU? Can you share more details about your environment, your Docker container? Can you try with a public OpenVINO and DL-Streamer container...

Just checked it on my machines. Have you sourced OpenVINO and DL-Streamer (like `source /my/install/path/setupvars.sh`) in your container? ``` source /opt/intel/openvino_2022/setupvars.sh source /opt/intel/dlstreamer/setupvars.sh ``` Can you call the tool `vainfo`,...