Pipeline for imx219 on BB AI-64

Thanks for the hint with the monthly builds. The tiovxisp seems to work in this image: https://rcn-ee.com/rootfs/bb.org/testing/2023-03-10/bullseye-xfce-edgeai-arm64/bbai64-debian-11.6-xfce-edgeai-arm64-2023-03-10-10gb.img.xz

The topic AI-64 Streaming H.264 encoded video from an IMX219 CSI-2 camera I had read before. But I still don’t get any output on my screen with this command:

$ sudo gst-launch-1.0 v4l2src device=/dev/video2 ! video/x-bayer, width=1920, height=1080, format=rggb ! tiovxisp sink_0::device=/dev/v4l-subdev2 sensor-name=SENSOR_SONY_IMX219_RPI dcc-isp-file=/opt/imaging/imx219/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/imx219/dcc1/dcc_2a.bin format-msb=7 ! autovideosink
APP: Init ... !!!
MEM: Init ... !!!
MEM: Initialized DMA HEAP (fd=5) !!!
MEM: Init ... Done !!!
IPC: Init ... !!!
IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
  2780.499180 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
  2780.499291 s:  VX_ZONE_INIT:Enabled
  2780.499310 s:  VX_ZONE_ERROR:Enabled
  2780.499324 s:  VX_ZONE_WARNING:Enabled
  2780.499985 s:  VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
  2780.500216 s:  VX_ZONE_INIT:[tivxHostInitLocal:86] Initialization Done for HOST !!!
Setting pipeline to PAUSED ...
error: XDG_RUNTIME_DIR not set in the environment.
Pipeline is live and does not need PREROLL ...
Got context from element 'autovideosink0': gst.gl.GLDisplay=context, gst.gl.GLDisplay=(GstGLDisplay)"\(GstGLDisplayX11\)\ gldisplayx11-0";
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock

!!! Stopped it with <CTRL>+<C>

^Chandling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 0:02:24.147924295
Setting pipeline to NULL ...
Freeing pipeline ...
  2925.147360 s:  VX_ZONE_INIT:[tivxHostDeInitLocal:100] De-Initialization Done for HOST !!!
  2925.151289 s:  VX_ZONE_INIT:[tivxDeInitLocal:193] De-Initialization Done !!!
APP: Deinit ... !!!
REMOTE_SERVICE: Deinit ... !!!
REMOTE_SERVICE: Deinit ... Done !!!
IPC: Deinit ... !!!
IPC: DeInit ... Done !!!
MEM: Deinit ... !!!
MEM: Alloc's: 0 alloc's of 0 bytes 
MEM: Free's : 0 free's  of 0 bytes 
MEM: Open's : 0 allocs  of 0 bytes 
MEM: Deinit ... Done !!!
APP: Deinit ... Done !!!

Any good advises?