Skip to content

[Config Support]: dewarp 360 camera using intel's QSV #15920

Discussion options

You must be logged in to vote

I think I figured it out.
I was not aware that one could build streams on top of another streams within go2rtc config, I thought one could use one defined stream in go2rtc multiple times in cameras setup. Also I was not aware of go2rtc's exec feature. With it it's much much simpler to apply sophisticated filters to the streams.

Original resolution of the main stream of the camera is 2560x2560, however qsv cannot handle such resolution, so I have to scale down to 1920x1920 using vpp_qsv=w=1920:h=1920. Then I use vpp_qsv once again to have proper resolution of the output stream.

go2rtc:
  streams:
    hall:
      - ffmpeg:https://192.168.2.204/flv?port=1935&app=bcs&stream=channel0_main.bcs&…

Replies: 1 comment 3 replies

Comment options

NickM-27
Jan 9, 2025
Collaborator Sponsor

You must be logged in to vote
3 replies
@gaynetdinov
Comment options

@gaynetdinov
Comment options

Answer selected by gaynetdinov
@NickM-27
Comment options

NickM-27 Jan 13, 2025
Collaborator Sponsor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment