Skip to content

PixelFormat.JPEG not working on ESP-S3 CAM #39

@maschhoff

Description

@maschhoff

ESP Crashes if I try to run PixelFormat.JPEG on a Freenove ESP32-S3 WROOM CAM using your latest S3 firmware with PRAM.
greyscale works but I cannot deal with it.

Thank you!

Logs:

Camera...
Camera init...
Camera capture...
Fehler bei der Bildaufnahme
PROBLEM IN THONNY'S BACK-END: Exception while handling 'execute_source' (ConnectionError: device reports readiness to read but returned no data (device disconnected or multiple access on port?)).

print("Camera...")
    
    cam = Camera(
        data_pins=[16, 17, 18, 12, 11, 10, 9, 8],  # Y9…Y2/Y5…Y4 entsprechend Reihenfolge
        vsync_pin=6,
        href_pin=7,
        sda_pin=4,
        scl_pin=5,
        pclk_pin=13,
        xclk_pin=15,
        xclk_freq=20000000,
        powerdown_pin=-1,
        reset_pin=-1,
    )
    
    
    print("Camera init...")
    cam.init()
    cam.reconfigure(pixel_format=PixelFormat.JPEG,frame_size=FrameSize.QVGA,grab_mode=GrabMode.LATEST, fb_count=2)
    


    print("Camera capture...")
    buf = cam.capture()

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions