Paul Kilroy

Results 7 comments of Paul Kilroy

Yes - Its will look use your atem code to find the camera on preview and control that via visca ip protocol. Camera IPs are added to the config webpage...

It probably needs the heltec WiFi kit board and it’s libraries. https://heltec-automation-docs.readthedocs.io/en/latest/esp32+arduino/quick_start.html#via-arduino-board-manager I’m wondering if there’s a more generic oled library, that’s probably what is tripping it up? On Sun,...

Can you copy and paste your compile errors and I’ll confirm it’s just the display library. If that’s the case, the u8g2 library should be a more generic replacement I...

That SSD1306Wire class is in the heltec board class. All these look like they are related to the display code. I’ll try to clean that up this week and send...

@marcowartmann Did you decipher which field you'll use for your NeoPixel? I'm doing a similar project but on ESP32 with C not Python. Seems like I want to use vuCompOut...

@marcowartmann That helps -- thanks!

When you compile code in VSCode with platform IO, the first tab at the bottom ("problems") Does not correctly parse the filename and line number, changing to let the problem...