
NvJpgScoop is a sample test to showacse scoop image feature.  It is used to capture a image from the background video.

Steps to build
______________

Build scoop image test  from <sdk>\Tests\Multimedia\Sources\Tests\NvJpgScoop folder using below nact command 

nact platforms=NXFP2 specs=NX BUILD=Release,Develop

Steps to run 
_____________ 

1. Background Video - Run any sample like NvnSkBenchmark.nsp or NvSfPlayer.nsp from Telnet to render a video.
eg: L <sdk>\Externals\odin\nvn-samples\samples\Outputs\<NX-NXFP2-a32/a64>\Processes\sk-benchmark\<Develop/Release>\sk-benchmark.nsp 

2. Scoop image test - Run scoop image test from target manager.
<sdk>\Tests\Outputs\<NX-NXFP2-a32/a64>\Tests\testMultimedia_NvJpgScoop\<Develop/Release>\testMultimedia_NvJpgScoop.nsp

Command line parameter : screenshot <output file path> 

eg: --screenshot  C:\temp\capture_image.jpg
    --screenshot  sdcard:/temp/capture_image.jpg

After successful run the capture.jpg will be captured from rendering video and saved at <output file path>

Known issue: A short stutter is observed in rendering video during image capture.