akvirtualcamera-wiki/Debugging-the-plugin.md

23 lines
863 B
Markdown
Raw Normal View History

You can turn on debugging comments with:
```
AkVCamManager set-loglevel 7
```
When logging is on it will start puking a log of debug lines in the console and log files.
In Mac, the debug logs are located at _/tmp/AkVCamAssistant.log_ and _/tmp/AkVirtualCamera-*.log_.
In Windows, the debug logs are located at _C:\Windows\Temp\AkVCamAssistant.log_ and _C:\Users\User\AppData\Local\Temp\AkVirtualCamera-*.log_.
When you finished debugging the plugin, remember to turn it off again with:
```
AkVCamManager set-loglevel default
```
If you don't turn off the debug logs, it gonna eat all your disk space.
Finally, [use](https://github.com/webcamoid/akvirtualcamera/wiki/Usage-and-examples#examples) the virtual cameras as normal.
Also, you can get a resume of the virtual camera configurations in a parsable XML output with.
```
AkVCamManager dump
```