Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

VPP SampleCamera.exe is not able to generate ARGB64 bit output

VnsMurthy_S_Intel
577 Views

Hello 

I am using Intel 6th generation Intel system with the latest Graphics driver update, i have installed Intel SDK 2016 R2 version already and Intel Media SDK Samples 2016 6.0.0.142 samples version

OS : WIndows 10, 

sample_camera.exe is working fine with the below command, 

sample_camera.exe -i test_RAW14.bin -w 5494 -h 4114 -f rggb -b 14 -a 3 -o test

it generates test.bmp file which is fine of ARGB8 format, But when i pass arguement as -of 16 it returns me error

sample_camera.exe -i test_RAW14.bin -w 5494 -h 4114 -f rggb -b 14 -a 3 -of 16 -o test

Return on error: error code -3, src\sample_camera_utils.cpp     144

Return on error: error code -3, src\pipeline_camera.cpp 391

Return on error: error code -3, src\pipeline_camera.cpp 1042

Return on error: error code 1,  src\sample_camera.cpp   605

 

Can some one help me with the issue? 

Please help me with above issue. 

Thanks

Murthy

0 Kudos
5 Replies
Jiandong_Z_Intel
Employee
577 Views

Hi Murthy,

Can you share me your test_RAW14.bin  if possible ?

I will check with team internal and get back to you.

 

Thanks

Zachary

0 Kudos
VnsMurthy_S_Intel
577 Views

Hello Zachry,

 

Attaching the bin file 

509498

0 Kudos
Jiandong_Z_Intel
Employee
577 Views

Hi Murthy,

I can't reproduce this issue on my end. I use your input test_RAW14.zip , and it work for me to use following command line -

$ sample_camera.exe -i test_RAW14.bin -w 5494 -h 4114 -f rggb -b 14 -a 3 -of 16 -o zach
Intel(R) Camera SDK Sample Version 6.0.0.49

Input format R16
Resolution 5504x4128
Crop X,Y,W,H 0,0,5494,4114
Frame rate 24.00
Output format YV12
Resolution 5504x4128
Crop X,Y,W,H 0,0,5494,4114
Frame rate 24.00
Memory type system
MediaSDK impl hw
MediaSDK version 1.17

Camera pipe started
Total frames 1
Total time 0.81 sec
Total FPS 1.23 fps

Camera pipe finished

my configure like below:

Intel(R) Media Server Studio 2016 R2 - System Analyzer (64-bit)

Graphics Devices:
        Name                                         Version             State
        Intel(R) HD Graphics 520                     20.19.15.4424       Active

System info:
        CPU:    Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
        OS:     Microsoft Windows 10 Enterprise
        Arch:   64-bit

 

MSDK sample: Samples for Intel Media Client version 6.0.0.49

 

Thanks,

Zachary

 

0 Kudos
keiyuen__feng
Beginner
577 Views

hey,can i use sample_camera.exe to capture screen my desktop??

Jiandong Z. (Intel) wrote:

Hi Murthy,

I can't reproduce this issue on my end. I use your input test_RAW14.zip , and it work for me to use following command line -

$ sample_camera.exe -i test_RAW14.bin -w 5494 -h 4114 -f rggb -b 14 -a 3 -of 16 -o zach
Intel(R) Camera SDK Sample Version 6.0.0.49

Input format R16
Resolution 5504x4128
Crop X,Y,W,H 0,0,5494,4114
Frame rate 24.00
Output format YV12
Resolution 5504x4128
Crop X,Y,W,H 0,0,5494,4114
Frame rate 24.00
Memory type system
MediaSDK impl hw
MediaSDK version 1.17

Camera pipe started
Total frames 1
Total time 0.81 sec
Total FPS 1.23 fps

Camera pipe finished

my configure like below:

Intel(R) Media Server Studio 2016 R2 - System Analyzer (64-bit)

Graphics Devices:
        Name                                         Version             State
        Intel(R) HD Graphics 520                     20.19.15.4424       Active

System info:
        CPU:    Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
        OS:     Microsoft Windows 10 Enterprise
        Arch:   64-bit

 

MSDK sample: Samples for Intel Media Client version 6.0.0.49

 

Thanks,

Zachary

 

0 Kudos
Mark_L_Intel1
Moderator
577 Views

Hi keiyuen,

Could you make the request in different post?

You can check the following article for screen capture but we are no long support this feature.

https://software.intel.com/en-us/articles/intel-media-sdk-screen-capture

Mark 

0 Kudos
Reply