irrespective of what webcam I use CreateCapture always returns a video of size 300 by 150 when using p5.js web editor. Although I can use the size function to change the display size it seems that image function still expects to find pixels sx, sy, etc. based on the original 150 by 300 rather than the array size defined after using img.size (new width,newheight). Is there a way to capture the full HD frame size? Is there a more complete documentation for CreateCapture?