# Customize a Python sample application You can develop custom sample applications using the instructions in this procedure. The [Camera encoding](https://docs.qualcomm.com/doc/80-80021-50/topic/camera-encode.html) sample application has been used in this procedure as an example. Note The following steps are applicable for Qualcomm Linux. For Ubuntu Server, you can modify the file on the target device. 1. Pull the python application source code from the target device to the host computer. scp root@:/usr/bin/gst-camera-encode.py> Copy to clipboard 2. As required, perform your customizations. 3. Push the customized source code to the target device. scp root@:// Copy to clipboard 4. Run the sample application on the target device. For example: python3 //gst-camera-encode.py Copy to clipboard Last Published: Mar 26, 2026 [Previous Topic Daisy chain detection and pose detection using Python](https://docs.qualcomm.com/bundle/publicresource/80-80021-50/topics/daisy-chain-detection-and-pose-detection-using-python.md) [Next Topic Deploy Qualcomm IM SDK as a container](https://docs.qualcomm.com/bundle/publicresource/80-80021-50/topics/application-deployment-within-container-api-gstd.md)