markusbr

Results 402 comments of markusbr

Oh, right! From e.g. "https://docs.openvino.ai/2024/omz_models_model_efficientnet_b0.html" the result from classification with "efficientnet-b0" is: > Object classifier according to ImageNet classes So giving the additional label file makes perfect sense, thank you...

With the additional information I just found "https://dlstreamer.github.io/supported_models.html", also discribing: 7 | Classification | efficientnet-b0 | public | tf, openvino | 0.819 | openvino | CPU, GPU |   | CPU...

To stop the gstreamer pipeline I usually manually use "Ctrl-C" or send a SIGTERM to the process(es) (and SIGKILL after a timeout). In addition I add "-e" to the command-line...

When just closing the "playback render window" you might still have one/some processes running in the background, leaving resources busy. Try with "Ctrl-C" or SIGTERM/SIGKILL.

The Intel RealSense consists of multiple cameras to realize depth information, the driver must be complicated, there might even be special protocols, specific timings for synchronization between the sensors to...

Would `autovideosink` instead of `xvimagesink` in the two command lines work? Would `ximagesink` instead of `xvimagesink` work? (ximagesink would be less efficient, ie. resulting in more CPU-usage, mainly if implicit...

This is really strange... it's working for me, as mentioned in "https://github.com/dlstreamer/dlstreamer/issues/416#issuecomment-2088924959". Do you have "direct access" to the host, without using a remote connection, no X11-forwarding, no VNC? On...

Not sure why for the one camera the devices start from `video0` and for the other from `video12`, as if there were open resources left when closing&unplugging the camera and...

> so yes on the direct host i can run both but not through remote desktop I will now run both of my DLstreamer cmds and see how it goes......

With a normal X11 screen forwarding (from an Ubuntu system using X11 to a MS-Windows 10 system using Putty and VcXsrv-XLaunch) it's working for me, telling XLaunch to use multiple...