# Run camera use cases within a QIM container

Source: [https://docs.qualcomm.com/doc/80-70020-50/topic/container-use-cases-camera.html](https://docs.qualcomm.com/doc/80-70020-50/topic/container-use-cases-camera.html)

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-1Copy 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=falseCopy to clipboard

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

**Parent Topic:** [Deploy Qualcomm IM SDK as a container](https://docs.qualcomm.com/doc/80-70020-50/topic/application-deployment-within-container-api-gstd.html)

Last Published: Jan 30, 2026

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