NAOqi Core - Overview | ALExtractor API | ALVisionExtractor API
Any ALVisionExtractor inherits methods from ALExtractor API and ALModule API. It also has the following specific methods:
There are two overloads of this function:
Sets the extractor frame rate for a chosen subscriber.
| Parameters: |
|
|---|---|
| Returns: | True if the update succeeded, False otherwise. |
Sets the extractor frame rate for all the subscribers.
| Parameters: |
|
|---|---|
| Returns: | True if the update succeeded, False otherwise. |
Sets the image resolution for the extractor.
| Parameters: |
|
|---|---|
| Returns: | True if the update succeeded, False otherwise. |
Sets the active camera for the extractor.
| Parameters: |
|
|---|---|
| Returns: | True if the update successded, False otherwise. |
Updates the value of a parameter of the extractor.
| Parameters: |
|
|---|
Deprecated since version 1.20.
Use ALVisionExtractor::setResolution() and ALVisionExtractor::pause() instead.
Pauses or unpauses the extractor.
| Parameters: |
|
|---|
Gets the current frame rate of the extractor.
| Returns: | Frame rate of the fastest subscriber. |
|---|
Gets the current image resolution.
| Returns: | Image resolution of the extractor. |
|---|
Gets the current active camera used by the extractor.
| Returns: | Camera ID. |
|---|