... | @@ -61,7 +61,7 @@ config_uuid = rtisdev.set_recording_settings(microphoneSamples=163840, callMinim |
... | @@ -61,7 +61,7 @@ config_uuid = rtisdev.set_recording_settings(microphoneSamples=163840, callMinim |
|
```
|
|
```
|
|
|
|
|
|
Enable all processing steps and preload them with RTIS CUDA. This will produce a 2D energyscape with 91 directions
|
|
Enable all processing steps and preload them with RTIS CUDA. This will produce a 2D energyscape with 91 directions
|
|
with a maximum distance of 6m:
|
|
with a maximum distance of 5m:
|
|
|
|
|
|
```python
|
|
```python
|
|
success_settings_processing = rtisdev.set_processing_settings(directions=91, maxRange=5, configName=config_uuid)
|
|
success_settings_processing = rtisdev.set_processing_settings(directions=91, maxRange=5, configName=config_uuid)
|
... | | ... | |