tegra multimedia api

hi,

i am try add just like 09_camera_jpeg_capture my own 13_camera_jpeg_cap
with same code in 09_camera_capture
i am also include in makefile this file…

after change …when i am flash on board…

in /tegra_multimedia_api folader it not showing my added folader 13_camera_jpeg_cap …
it show all folader that previously added…

/JetPack-L4T-3.0/64_TX2/tegra_multimedia_api/samples$ ls
00_video_decode 06_jpeg_decode 13_camera_jpeg_cap
01_video_encode 07_video_convert backend
02_video_dec_cuda 09_camera_jpeg_capture common
03_video_cuda_enc 10_camera_recording frontend
04_video_dec_gie 11_camera_object_identification Rules.mk
05_jpeg_encode 12_camera_v4l2_cuda

vi Makefile
SUBDIRS =
samples/00_video_decode
samples/01_video_encode
samples/02_video_dec_cuda
samples/03_video_cuda_enc
samples/04_video_dec_gie
samples/05_jpeg_encode
samples/06_jpeg_decode
samples/07_video_convert
samples/09_camera_jpeg_capture
samples/10_camera_recording
samples/11_camera_object_identification
samples/12_camera_v4l2_cuda
samples/13_camera_jpeg_cap
samples/backend
samples/frontend
tools/ConvertCaffeToGieModel

.PHONY: all
all:
@list=‘$(SUBDIRS)’; for subdir in $$list; do \

how can add my created own folader(13_camera_jpeg_api) in tegra_multimedia_api

any think i missing…

Hi,
Jetpack installs default samples. Other users may share experience of adding additional samples.

I found by mounting the TX2 following the steps in "Setting Up Cross-Platform Support " allowed easy transfer of modified samples.

https://docs.nvidia.com/jetson/l4t-multimedia/cross_platform_support.html