You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to do plotting using gst-shark with commands mentioned (https://developer.ridgerun.com/wiki/index.php?title=GstShark_-_Processing_Time_tracer)
GST_DEBUG="GST_TRACER:7" GST_TRACERS="proctime" gst-launch-1.0 videotestsrc ! identity sleep-time=8500 ! tee name=t t. ! queue ! identity sleep-time=50000 ! fakesink t. ! queue ! identity sleep-time=30000 ! fakesink
However, I am unable to find proctime.mat in created gst-shark folder
Best Regards,
Naveen
The text was updated successfully, but these errors were encountered:
Hello @CherukuriNaveen. Checking the wiki, I can see that it is not clear. I have updated the page.
Here's the same info for your convenience:
The plot can be generated using:
cd gst-shark/scripts/graphics
# Display the plot on the screeon
./gstshark-plot gstshark_2020-10-16_09\:17\:18/ -p
# Save the plot to a PDF
./gstshark-plot gstshark_2020-10-16_09\:17\:18/ -s pdf
# Save the plot to a PNG
./gstshark-plot gstshark_2020-10-16_09\:17\:18/ -s png
More advanced plots can be made by manipulating data in GNU/Octave directly. To do so you may access the tracer object. For example, the plot above can be manually generated by running:
Dear Ridgerun team,
I am trying to do plotting using gst-shark with commands mentioned (https://developer.ridgerun.com/wiki/index.php?title=GstShark_-_Processing_Time_tracer)
GST_DEBUG="GST_TRACER:7" GST_TRACERS="proctime" gst-launch-1.0 videotestsrc ! identity sleep-time=8500 ! tee name=t t. ! queue ! identity sleep-time=50000 ! fakesink t. ! queue ! identity sleep-time=30000 ! fakesink
However, I am unable to find proctime.mat in created gst-shark folder
Best Regards,
Naveen
The text was updated successfully, but these errors were encountered: