We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e553f86 commit a125842Copy full SHA for a125842
src/vws/query.py
@@ -74,6 +74,11 @@ def query(
74
~vws.exceptions.ProjectInactive: The project is inactive.
75
~vws.exceptions.ConnectionErrorPossiblyImageTooLarge: The given
76
image is too large.
77
+ ~vws.exceptions.RequestTimeTooSkewed: There is an error with the
78
+ time sent to Vuforia.
79
+ ~vws.exceptions.BadImage: There is a problem with the given image.
80
+ For example, it must be a JPEG or PNG file in the grayscale or
81
+ RGB color space.
82
83
Returns:
84
An ordered list of target details of matching targets.
0 commit comments