You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just got all of your toupcam Python code working on Linux with my camera - a MU1403 14MP USB 3 that does stills and video. Great code by the way. The image is coming out fine.
I am trying to snapshot full size images but I am stuck at 1024x768. Any suggestions? The camera will do 2048x1644 and 4096x3286. I am trying to get to 4096x3286 and then adjust white balance. Any format is okay. I can always convert with ImageMagick.
And ps - I switched to lib.Toupcam_PullImageV2() in the code.
Thanks,
Joe
The text was updated successfully, but these errors were encountered:
Jake:
Thanks so much. That worked great. These three sizes are all good for the
MU1403 camera.
cam = ToupCamCamera(size=(4096,3286))
cam = ToupCamCamera(size=(2048,1644))
cam = ToupCamCamera(size=(1024,768))
Thanks again.
Joe
Jake:
I just got all of your toupcam Python code working on Linux with my camera - a MU1403 14MP USB 3 that does stills and video. Great code by the way. The image is coming out fine.
I am trying to snapshot full size images but I am stuck at 1024x768. Any suggestions? The camera will do 2048x1644 and 4096x3286. I am trying to get to 4096x3286 and then adjust white balance. Any format is okay. I can always convert with ImageMagick.
And ps - I switched to lib.Toupcam_PullImageV2() in the code.
Thanks,
Joe
The text was updated successfully, but these errors were encountered: