Yep, it’s still a work in progress, but here’s what I came up with quickly yesterday. (I had to upload the file to google drive since there is no code block and I cannot upload files other than pictures here). I also added buttons to enable/disable the flash on the phone so I can see without keeping a light on, but I had to kind of hack that together, since the server doesn’t support CORS, I just ended up using a hidden iFrame. If anyone has suggestions on how to make this better, or a better way to do this in general let me know. I’ll probably work on it some more sometime this week.
Also, you will need to set the server variable to point to the ip of your IP Webcam server. And I set my video feed to 640x480, so if you want a larger camera view, you’ll just need to adjust the showVideo function width/height in the iframe style.
File location that I changed /AstroBox/src/astroprint/templates/printing.jinja2.
Also, just a note, this is on v8(3) since I cannot get it to update beyond that. You probably want to just copy my changes at the bottom, since I don’t know if there were any updates to this file since then.