Hi Jaewoo,
How are you doing the following sequence?
./init_dsp.sh 1250
./reset_dsp.sh 1250
./dnld_dsp.sh 16
If you are doing it from shell script (Ex: demoSave2file.sh), could you please add "sleep 4" after ./dnld_dsp.sh 16 in demoSave2file.sh file?
Also could you please update with the following command (to dump error & log file) & share hevc.err & hevc.log for identifying Issues.
$MCSDK_VIDEO_HOSTBIN_DIR/demo_c667x --dsp-image=$MCSDK_VIDEO_DSPIMAGE_DIR/sv04.out -v --debug-log=hevc.log --error-log=hevc.err --channel="H265 Encode" -a HEVCENC -f $CLIP_CONFIG -c $CODEC_PARAMS -t "64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95" --width=1920 --height=1080
Thanks,
Prasanna