Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Upgrade zed sample for ZED SDK 2.0 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iwag
Copy link

@iwag iwag commented Jul 13, 2017

@@ -72,13 +74,28 @@ int main(int argc, char* argv[]) {
cv::Mat h_input_left(height, width, CV_8UC1);

while (!demo.should_close()) {
cap->grab(sl::zed::SENSING_MODE::FULL, false, false);
err = cap.grab({sl::SENSING_MODE::SENSING_MODE_STANDARD, false, false, false})
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your pull request.
Add semi-column at end of line, please?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant