# Wide dynamic range and electronic image stabilization Source: [https://docs.qualcomm.com/doc/80-70022-50/topic/dynamic-range-and-image-stabilization.html](https://docs.qualcomm.com/doc/80-70022-50/topic/dynamic-range-and-image-stabilization.html) The **gst-camera-shdr-ldc-eis-example** application shows the staggered high dynamic range (sHDR), lens distortion correction (LDC), and electronic image stabilization (EIS) camera imaging features. For more information, see [Overview of camera imaging features](https://docs.qualcomm.com/doc/80-70022-50/topic/dynamic-range-and-image-stabilization.html#dynamic-range-and-image-stabilization__section_em1_gjq_pcc). Note: This sample application isn't supported on Dragonwing IQ-8275 and Dragonwing IQ-9075. The following figure shows the pipeline, where the input is received from the camera and the output is displayed using Waylandsink. For more information about the pipeline, see [Pipeline flow](https://docs.qualcomm.com/doc/80-70022-50/topic/dynamic-range-and-image-stabilization.html#dynamic-range-and-image-stabilization__section_f1t_5wf_mcc). - For sHDR, ensure that the Sensor mode for Digital Overlap mode is enabled and tuned. - For LDC and EIS, ensure that the sensor and hardware are tuned. ## Run the application 1. Ensure that you complete the [Prerequisites](https://docs.qualcomm.com/doc/80-70022-50/topic/mm_sample_apps_prerequisites.html). 2. In the terminal of the target device, run the respective command for any of the following use cases to display the output: - sHDR gst-camera-shdr-ldc-eis-example -s 1 -w 1920 -h 1080Copy to clipboard - Note: This use case isn't supported on the Ubuntu Server. - LDC gst-camera-shdr-ldc-eis-example -l 1 -w 1920 -h 1080Copy to clipboard - EIS gst-camera-shdr-ldc-eis-example -e 1 -w 1920 -h 1080Copy to clipboard 3. To stop the use case, use CTRL + C. 4. In the terminal of the target device, run the following command in the SSH shell to display the available help options: gst-camera-shdr-ldc-eis-example --helpCopy to clipboard ## Expected output - sHDR Figure : Output without sHDR  Figure : Output with sHDR  - LDC Figure : Output without LDC  Figure : Output with LDC  ## Pipeline flow The following table lists the plugins used in the gst-camera-shdr-ldc-eis-example pipeline:| Plugin | Description | | --- | --- | | [qtiqmmfsrc](https://docs.qualcomm.com/doc/80-70022-50/topic/qtiqmmfsrc.html) | Captures the camera feed and sends it to the capsfilter. | | Capsfilter | Passes the feed for display. | | [Waylandsink](https://docs.qualcomm.com/doc/80-70022-50/topic/waylandsink.html) | Shows the output on the Wayland display. | ## Overview of camera imaging features The following table provides a brief description of the supported imaging features. Table : Camera imaging features | Feature | Description | | :--- | :--- | | sHDR |