Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Error / incorrect values when calling Device methods #233

Closed
VanDavv opened this issue Oct 13, 2020 · 1 comment
Closed

Error / incorrect values when calling Device methods #233

VanDavv opened this issue Oct 13, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@VanDavv
Copy link
Contributor

VanDavv commented Oct 13, 2020

If you experience an issue when running the following methods:

  • request_jpeg
  • request_af_trigger
  • get_nn_to_depth_bbox_mapping
  • request_af_mode
  • request_af_trigger
  • request_jpeg
  • send_disparity_confidence_threshold

Please make sure you've run the create_pipeline method before any of the mentioned above.

This is a known bug, as these methods assume the pipeline is running and their purpose is to manipulate the device while it's running.
We will be implementing the fix for this in our equivalent API calls in our Gen2 Pipeline Builder #136, which will replace the current API and won't have those issues.

@VanDavv VanDavv added bug Something isn't working wontfix This will not be worked on labels Oct 13, 2020
@Luxonis-Brandon Luxonis-Brandon added FixInGen2 and removed wontfix This will not be worked on labels Oct 13, 2020
@Luxonis-Brandon
Copy link
Contributor

This is now implemented/fixed in Gen2. See some more information in our docs here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants