John Boiles
John Boiles
Interesting to know about the deep discharge. I think 10.8v is a deep-ish discharge for the roomba battery right?
Sounds like we should just put an `if` check if `roombaState.capacity` is 0 so we don't divide by 0 (what @kaosrq said). Not sure if that will solve all of...
Very interesting. I thought we had this solved. I see this in the logs ``` 13:06:27.539: base resolution: 1440x900 13:06:27.539: output resolution: 860x538 ``` If you change both resolutions to...
Hmm. I also see ```14:38:13.948: NV12 texture support not available``` Could you try using a different format (I think this is in the advanced settings page iirc.
Very interesting I wonder if this is an obs bug or if I'm doing something wrong with converting pixel formats. @dodgepong have you seen anything like this in other issues...
@jp9000 thank you for chiming in! [This](https://github.com/johnboiles/obs-mac-virtualcam/blob/master/src/obs-plugin/plugin-main.mm#L49-L58) is the whole of my pixel format conversion code in the plugin: ``` obs_get_video_info(&videoInfo); struct video_scale_info conversion = {}; conversion.format = VIDEO_FORMAT_UYVY; conversion.width...
Unfortunately no, so im flying blind
@jp9000 yes not urgent at all; this doesn't seem to be a widespread problem. Your time is probably best spent working on main! Feel free to drop off the conversation...
I think this'd be a great starting point to create a script to login to a hotspot with a user/pass. It won't do it out of the box though. This...
Great investigation @Apocrathia. I had also tried to reach out to Thinking Cleaner in the past but wasn't able to get ahold of them. I'm glad you were able to!...