Abraham Arias Chinchilla
Abraham Arias Chinchilla
Hi @atousaz, Check your dataset. It might have the key '_image_id_', instead of '_frame_id_'. Some tools can do that. Such as CocoAnnotation.
Unable to open Gstd log file /usr/local/var/log/gstdgstd.log: Permission denied
https://developer.ridgerun.com/wiki/index.php?title=GStreamer_Daemon_-_JavaScript_API
Hi @DeveloperRachit, the next Gstd Release v0.11 will improve the error handling for the python GSTD client. > i am getting that error when running my code because in element_set...
https://github.com/RidgeRun/gstd-1.x/pull/163
From: https://github.com/RidgeRun/gstd-1.x/pull/143/files#r435043151
Have you checked the examples at: [https://github.com/RidgeRun/gstd-1.x/tree/master/examples/libgstc](https://github.com/RidgeRun/gstd-1.x/tree/master/examples/libgstc) This might help with your application.
Yes, you can change the file path to use a single pipe. However, videos could have different encodings, resolutions. And that info usually is set at the capabilities during the...
https://developer.ridgerun.com/wiki/index.php?title=GStreamer_Daemon_-_Javascript_Video_Player_Example
The feature #98 (add graph) makes the gstd response too big when creating a pipeline. This causes the gst-client unable to receive the complete response. Therefore the error. Meanwhile, the...