• Skip to main content
  • Skip to primary sidebar

RNTLab.com

The Ultimate Shortcut to Learn Electronics and Programming with Open Source Hardware and Software

  • Courses
  • Forum
    • Forum
    • Ask Question
  • Shop
  • Account
  • Blog
  • Login

ESP32 Cam Projects Book- Video Streaming Web Server (Start and Stop Buttons) – psramFound

Q&A Forum › Category: ESP32 › ESP32 Cam Projects Book- Video Streaming Web Server (Start and Stop Buttons) – psramFound
0 Vote Up Vote Down
Jose Rivera asked 3 years ago

Is this the intent, setting the lower res if the PS RAM is found ?

if(psramFound()){
config.frame_size = FRAMESIZE_VGA;
config.jpeg_quality = 10;
config.fb_count = 2;
} else {
config.frame_size = FRAMESIZE_SVGA;
config.jpeg_quality = 12;
config.fb_count = 1;
}

1 Answers
0 Vote Up Vote Down
Sara Santos Staff answered 3 years ago

Hi.
Thanks for pointing that out.
You are right. We must set a better resolution in case PSRAM is found.
Try setting it to FRAMESIZE_UXGA instead.
I think I need to update that code.
Regards,
Sara
 
 
 
 
 

Primary Sidebar

Login to Ask or Answer Questions

This Forum is private and it’s only available for members enrolled in our Courses.

Login »

Latest Course Updates

  • [eBook Updated] Learn Raspberry Pi Pico/Pico W with MicroPython eBook – Version 1.2 May 26, 2025
  • [New Edition] Build ESP32-CAM Projects eBook – 2nd Edition April 16, 2025

You must be logged in to view this content.

Contact Support - Refunds - Privacy - Terms - MakerAdvisor.com - Member Login

Copyright © 2013-2025 · RandomNerdTutorials.com · All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.