stereolabs / zed-opencv

ZED SDK interface sample for OpenCV
https://www.stereolabs.com/docs/opencv/
MIT License
137 stars 79 forks source link

Problem only in Desktop folder(ZED SDK >> Resolution not yet available) #7

Closed wkyoun closed 2 years ago

wkyoun commented 8 years ago

I have successfully run zed-opencv example in /usr/local/zed/sample/Y/cpu folder

but when I copy the same folder(zed-opencv) in Desktop folder,

it always results in following error:

ZED SDK >> Resolution not yet available

, which means that ZED is not available.

But, zed-opencv example in /usr/local/zed/sample/Y/cpu folder always work correctly.

I don't know why.

It seems to me that this problem might be related to authority problem?

adujardin commented 8 years ago

Hi,

Normally, this error appears on the Jetson when the resolution is set higher than 720p (excluded). Could you check the resolution in the main file?

wkyoun commented 8 years ago

It is the same source file that work correctly in /usr/local/zed/sample/Y/cpu folder,

but the very same source file copied in Desktop folder produces the following errors:

ZED SDK >> Resolution not yet available

In the main file,

the resolution is set to be VGA.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days