diff --git a/scalp_mipi/.petalinux/metadata b/scalp_mipi/.petalinux/metadata
index 7171bed0e81308fff33f386ef71029a1c7ea62bb..221c446aa1b1eed1db6efaebc0ce0febca992d6a 100644
--- a/scalp_mipi/.petalinux/metadata
+++ b/scalp_mipi/.petalinux/metadata
@@ -2,5 +2,5 @@ PETALINUX_VER=2020.2
 VALIDATE_HW_CHKSUM=1
 HARDWARE_CHECKSUM=6c31bbdb75a850f24b76171de480c2fd
 YOCTO_SDK=5ff8fc5f85d1566b314bb73eaa378212
-RFSCONFIG_CHKSUM=73a7b476af699308716d5ab0c11a867f
+RFSCONFIG_CHKSUM=234f2f09c23647961a2fbda891ad049b
 HARDWARE_PATH=/home/scalpuser/Desktop/scalp/scalp_firmware/designs/vivado/scalp_mipi/2020.2/lin64/scalp_mipi/scalp_mipi.xsa
diff --git a/scalp_mipi/project-spec/configs/config b/scalp_mipi/project-spec/configs/config
index 392676e84dd7a612bb85bf60db2ea42cfe59b45f..b5f467515084476517403becd5037c7188aeee18 100644
--- a/scalp_mipi/project-spec/configs/config
+++ b/scalp_mipi/project-spec/configs/config
@@ -256,4 +256,6 @@ CONFIG_YOCTO_NETWORK_SSTATE_FEEDS_URL="http://petalinux.xilinx.com/sswreleases/r
 # User Layers
 #
 CONFIG_USER_LAYER_0=""
+
+
 CONFIG_SUBSYSTEM_BOOTARGS_GENERATED="console=ttyPS0,115200 earlycon"
diff --git a/scalp_mipi/project-spec/configs/rootfs_config b/scalp_mipi/project-spec/configs/rootfs_config
index c97a29e5a8edc36d3c3dc276f4dcdb18a53c7976..bb422cb8fa91e74bb677bbdf8f2f76fa2490c89f 100644
--- a/scalp_mipi/project-spec/configs/rootfs_config
+++ b/scalp_mipi/project-spec/configs/rootfs_config
@@ -4026,6 +4026,7 @@ CONFIG_bitstream-conf=y
 CONFIG_bitstream-init=y
 # CONFIG_gpio-demo is not set
 CONFIG_i2c1-test=y
+CONFIG_pcam5c-stream=y
 # CONFIG_peekpoke is not set
 CONFIG_rgbleds-ctrl=y
 CONFIG_sja1105-conf=y
diff --git a/scalp_mipi/project-spec/meta-user/conf/user-rootfsconfig b/scalp_mipi/project-spec/meta-user/conf/user-rootfsconfig
index 7c1347b473706d0686980f3929b60dbb43f978b7..58548f04aa6f42e4cabf5f97b2778187675091d8 100644
--- a/scalp_mipi/project-spec/meta-user/conf/user-rootfsconfig
+++ b/scalp_mipi/project-spec/meta-user/conf/user-rootfsconfig
@@ -9,3 +9,4 @@ CONFIG_bitstream-init
 CONFIG_bitstream-conf
 CONFIG_rgbleds-ctrl
 CONFIG_i2c1-test
+CONFIG_pcam5c-stream
diff --git a/scalp_mipi/project-spec/meta-user/recipes-apps/pcam5c-stream/.gdbinit b/scalp_mipi/project-spec/meta-user/recipes-apps/pcam5c-stream/.gdbinit
new file mode 100644
index 0000000000000000000000000000000000000000..760896a756bada91c6625fe928d9dfbb17efd8bf
--- /dev/null
+++ b/scalp_mipi/project-spec/meta-user/recipes-apps/pcam5c-stream/.gdbinit
@@ -0,0 +1,3 @@
+# Load the PetaLinux SDK main gdbinit script
+source plnx_gdbinit
+
diff --git a/scalp_mipi/project-spec/meta-user/recipes-apps/pcam5c-stream/README b/scalp_mipi/project-spec/meta-user/recipes-apps/pcam5c-stream/README
new file mode 100644
index 0000000000000000000000000000000000000000..fcc6a288d7222f81a9d6e77f0718e79dd22750d3
--- /dev/null
+++ b/scalp_mipi/project-spec/meta-user/recipes-apps/pcam5c-stream/README
@@ -0,0 +1,30 @@
+PetaLinux User Application Template
+===================================
+
+This directory contains a PetaLinux user application created from a template.
+
+You can easily import any already built application or script by copying
+it into this directory, and editing the automatically generated Makefile 
+as described below.
+
+Modify the "install:" target in Makefile to use $(TARGETINST) to install your
+prebuilt application or script to the host copy of the target file system
+referring to the comments of the "install:" target.
+
+Before building the application, you will need to enable the application
+from PetaLinux menuconfig by running:
+    "petalinux-config -c rootfs"
+You will see your application in the "apps --->" submenu.
+
+To install your prebuilt application or script to the target file system
+copy on the host, simply run the command.
+    "petalinux-build -c rootfs/pcam5c-stream"
+
+You will also need to rebuild PetaLinux bootable images so that the images
+is updated with the updated target filesystem copy, run this command:
+    "petalinux-build -c rootfs"
+
+You can also run one PetaLinux command to install the application to the
+target filesystem host copy and update the bootable images as follows:
+    "petalinux-build"
+
diff --git a/scalp_mipi/project-spec/meta-user/recipes-apps/pcam5c-stream/files/pcam5c-stream b/scalp_mipi/project-spec/meta-user/recipes-apps/pcam5c-stream/files/pcam5c-stream
new file mode 100644
index 0000000000000000000000000000000000000000..4a6733cea735844695518b97d97f51a874a0961a
--- /dev/null
+++ b/scalp_mipi/project-spec/meta-user/recipes-apps/pcam5c-stream/files/pcam5c-stream
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+media-ctl -d /dev/media0 -V '"ov5640 1-003c":0 [fmt:UYVY/'640x480'@1/'30' field:none]'
+media-ctl -d /dev/media0 -V '"43c20000.mipi_csi2_rx_subsystem":0 [fmt:UYVY/'640x480' field:none]'
+v4l2-ctl -d /dev/video0 --set-fmt-video=width=640,height=480,pixelformat=UYVY
+v4l2-ctl -d /dev/video0 --stream-mmap --stream-count=1 --stream-to=test.raw
+
diff --git a/scalp_mipi/project-spec/meta-user/recipes-apps/pcam5c-stream/pcam5c-stream.bb b/scalp_mipi/project-spec/meta-user/recipes-apps/pcam5c-stream/pcam5c-stream.bb
new file mode 100644
index 0000000000000000000000000000000000000000..cae491d9bd3f71f27b2f053a271e4cec45b5ad1a
--- /dev/null
+++ b/scalp_mipi/project-spec/meta-user/recipes-apps/pcam5c-stream/pcam5c-stream.bb
@@ -0,0 +1,18 @@
+#
+# This file is the pcam5c-stream recipe.
+#
+
+SUMMARY = "Simple pcam5c-stream application"
+SECTION = "PETALINUX/apps"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+SRC_URI = "file://pcam5c-stream \
+	"
+
+S = "${WORKDIR}"
+
+do_install() {
+	     install -d ${D}/${bindir}
+	     install -m 0755 ${S}/pcam5c-stream ${D}/${bindir}
+}