Anthony Wharton

Results 19 comments of Anthony Wharton

Can you post your `config.ini` and let us know what camera you are using? If you are unaware the file you can find typing: `sudo howdy config` Which I believe...

@Gingerglaahk Your device path is a bit unusual to me, but I'm not familiar with your system. If you test that camera in an app like `cheese` or `fswebcam` do...

Can you see if you get an output when you type `ffmpeg` into a terminal? Additionally can you run `sudo pip freeze | grep ffmpeg` and paste the output? It...

@boltgolt The more you know! Thanks :smile: Might be worth updating that in the main README/the message printed when adding a face without a `device_path` set up - if not...

Can you provide some more information? 1. What OS/Distro are you on? 2. Output of `uname -r` 3. Have you worked out your camera device number, and then added it...

Can you post the output of the following commands: ``` shell $ v4l2-ctl -d /dev/video0 --list-formats $ dmesg | grep "Unknown video format" ``` It looks like you might be...

Looking at the second output, we see a familiar culprit. As @boltgolt said in a post above: > `00000032-0002-0010-8000-00aa00389b71` is the new Microsoft 8-bit IR format, supported in Linux kernels...

I stand corrected, it is done inconsistently, for example: [`openvpn/tun/win/tunutil.hpp:119`](https://github.com/OpenVPN/openvpn3/blob/3fbe0a2701673e7200249c61492b218d76c80c24/openvpn/tun/win/tunutil.hpp#L119) ![image](https://user-images.githubusercontent.com/7091722/82940997-8e032f80-9f8d-11ea-8be8-a577191dbc05.png)

Sure thing, glad to know it's not just driving me mad! Let me know if I can offer any assistance, but I will eagerly await some updates!

Are you using the generic `TunBuilderBase` methods or one of the OS specific models for creating a tunnel? In the former case [it is up to you to return when...