Subzeromot

Results 12 comments of Subzeromot

thanks, video conversion seems ok, but I still can not copy n_frame_c. Have no idea. Not see any thing in log file

![image](https://github.com/prominenceai/deepstream-services-library/assets/7932656/24acedfa-c9e2-4519-a66e-a5cb47a58e36) This is my pipeline. I put pph after on-screen-display (osd).

I think I need to do conversation in GstBin-osd. How can I do that?

I set process-mode in nvdsosd to CPU, so the output sink should be RBGA, right? Why in the pipeline, it still shows NV12?

@rjhowell44 Actually, it works with multi video source, but rtsp source is not work, even with one source

> ![image](https://private-user-images.githubusercontent.com/7932656/326747817-24acedfa-c9e2-4519-a66e-a5cb47a58e36.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTQ1NzU0OTMsIm5iZiI6MTcxNDU3NTE5MywicGF0aCI6Ii83OTMyNjU2LzMyNjc0NzgxNy0yNGFjZWRmYS1jOWUyLTQ1MTktYTY2ZS1hNWNiNDdhNThlMzYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDUwMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA1MDFUMTQ1MzEzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MTk2MWZlYWNlZDQxYTY0MTlmNjM2NjhjZDBiZmNmZDlmN2YyMGRjMmNhZDZhOWQwZTc3NjIxODViMTBlMGNkNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.sWxzl7az_t2pse8jozGebavmuvjKm_NtN9Yb8qsZQ3Q) This is my pipeline. I put pph after on-screen-display (osd). Why elements in sources bin are not link to each other?

why your graph look so difference? I run your script and it work perfect. But if I remove 2 sources (uri-source, uri-source-2), only play with rtsp sources, they still can...

thanks, let me try with v0.30

seem still not working, I run with v0.30.alpha, and there is my pipeline when I run 2 RTSP sources ![pipeline](https://github.com/prominenceai/deepstream-services-library/assets/7932656/31766398-6781-43fe-826b-72e1bb9b61a0)

[GST_DEBUG.log](https://github.com/prominenceai/deepstream-services-library/files/15202880/GST_DEBUG.log) There is my log files. The pipeline runs ok, but when I add script to copy frame from buffer, it crash `Segmentation fault (core dumped)` > frame_meta = pyds.glist_get_nvds_frame_meta(l_frame.data)...