# Run camera use cases within a QIM container

1. In the terminal of the target device, run the following command to activate the display:

export XDG_RUNTIME_DIR=/dev/socket/weston && export WAYLAND_DISPLAY=wayland-1
        Copy to clipboard
2. As an example, run the use case for single 1080p YUV stream from live source on the target device:

gst-launch-1.0 -e qtiqmmfsrc name=camsrc video_1::type=preview ! video/x-raw,format=NV12,width=1920,height=1080,framerate=30/1,interlace-mode=progressive,colorimetry=bt601 ! waylandsink fullscreen=true sync=false
        Copy to clipboard

    For more use cases, see [Run multimedia use cases](https://docs.qualcomm.com/doc/80-70029-50/topic/multimedia-use-cases.html).

Last Published: Apr 02, 2026

[Previous Topic
Run a Docker image for multimedia/AI use cases](https://docs.qualcomm.com/bundle/publicresource/80-70029-50/topics/container-use-cases-for-camera.md) [Next Topic
Run Docker image for GStD](https://docs.qualcomm.com/bundle/publicresource/80-70029-50/topics/container-use-cases-for-video-encode-and-ai-pipelines.md)