🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    UNIT-V capturing image at 2M pixel (UXGA)

    Units
    1
    1
    2.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      Lucy
      last edited by

      Hi,
      I succeeded snapshot a jpg image at VGA, but fail at UXGA.
      How to bring out OV2640 (Maxmium Pixel: 2M) abilities?

      import sensor
      import image
      
      sensor.reset()
      sensor.set_pixformat(sensor.RGB565)
      sensor.set_framesize(sensor.UXGA)
      sensor.run(1)
      img = sensor.snapshot()
      path = "/sd/image-UXGA.jpg"
      img.save(path)
      
      Traceback (most recent call last):
        File "<stdin>", line 6, in <module>
      OSError: [Errno 12] ENOMEM
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post