intel / libxcam

libXCam is a project for extended camera(not limited in camera) features and focus on image quality improvement and video analysis. There are lots features supported in image pre-processing, image post-processing and smart analysis. This library makes GPU/CPU/ISP working together to improve image quality. OpenCL is used to improve performance in different platforms.
Other
589 stars 229 forks source link

test-surround-view: command not found #825

Closed lekhashreehj closed 1 year ago

lekhashreehj commented 1 year ago

When I am trying run the following code I am getting this error test-surround-view --module soft --input input.nv12 --output output.nv12 --in-w 1920 --in-h 1080 --out-w 1920 --out-h 960 --in-format nv12 --fisheye-num 2 --res-mode 1080p2cams --blend-pyr-levels 1 --dewarp-mode sphere --scopic-mode mono --scale-mode dualconst --fm-mode capi --fm-frames 120 --fm-status fmfirst --frame-mode multi --save true --save-topview false --loop 1

Please help me to debug this error

zongwave commented 1 year ago

can you post the error message?

lekhashreehj commented 1 year ago

test-surround-view: command not found Its showing command line not found. I am trying to build it with CPU and not using any hardware. I am stuck in this step.

shreshtashetty commented 1 year ago

Try cd tests And then run the whole command you posted in your question starting with ./

lekhashreehj commented 1 year ago

Thank you its working!!!

zongwave commented 1 year ago

Thanks @shreshtashetty