<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: jscreator</title>
    <description>The latest articles on DEV Community by jscreator (@jscreator).</description>
    <link>https://dev.to/jscreator</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F970460%2F95cf0b80-870a-4098-a9e8-600be4f32898.png</url>
      <title>DEV Community: jscreator</title>
      <link>https://dev.to/jscreator</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jscreator"/>
    <language>en</language>
    <item>
      <title>How to reduce Large FIFO Length of camera module?</title>
      <dc:creator>jscreator</dc:creator>
      <pubDate>Tue, 15 Aug 2023 06:38:54 +0000</pubDate>
      <link>https://dev.to/jscreator/how-to-reduce-large-fifo-length-of-camera-module-2kh8</link>
      <guid>https://dev.to/jscreator/how-to-reduce-large-fifo-length-of-camera-module-2kh8</guid>
      <description>&lt;p&gt;My code ensures that an image is taken every six seconds and uploads it to an SD card. It is able to successfully take a picture and upload it to the SD card but the images don't fully load. All my images cap at 256 KB. Is there a way to increase this cap or lower the quality and resolution of the image. I have tried to change the buffer to a higher amount like 16777216 but that still does not work!&lt;/p&gt;

&lt;p&gt;Seriel Monitor&lt;br&gt;
SPI interface OK.&lt;br&gt;
SD Card detected.&lt;br&gt;
OV2640 detected.&lt;br&gt;
start Capture&lt;br&gt;
Capture Done.&lt;br&gt;
The fifo length is :8388607&lt;br&gt;
Image save OK.&lt;br&gt;
My code ensures that an image is taken every six seconds and uploads it to an SD card. It is able to successfully take a picture and upload it to the SD card but the images don't fully load. All my images cap at 256 KB. Is there a way to increase this cap or lower the quality and resolution of the image. I have tried to change the buffer to a higher amount like 16777216 but that still does not work!&lt;/p&gt;

&lt;p&gt;Seriel Monitor&lt;br&gt;
SPI interface OK.&lt;br&gt;
SD Card detected.&lt;br&gt;
OV2640 detected.&lt;br&gt;
start Capture&lt;br&gt;
Capture Done.&lt;br&gt;
The fifo length is :8388607 (Which is around 8 MB)&lt;br&gt;
Image save OK.&lt;/p&gt;

&lt;p&gt;Please view my code at:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/js-create/raw/upload/v1692081493/message_a32xjk.txt"&gt;this raw cloudinary link&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Location.href help</title>
      <dc:creator>jscreator</dc:creator>
      <pubDate>Fri, 11 Nov 2022 22:00:37 +0000</pubDate>
      <link>https://dev.to/jscreator/locationhref-help-4e1p</link>
      <guid>https://dev.to/jscreator/locationhref-help-4e1p</guid>
      <description>&lt;p&gt;hey guys i have a custom new tab page using chrome extensions and i want to know how to make a location.href work in it &lt;/p&gt;

&lt;p&gt;PLEASE HELP&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Html Help</title>
      <dc:creator>jscreator</dc:creator>
      <pubDate>Fri, 11 Nov 2022 02:41:34 +0000</pubDate>
      <link>https://dev.to/jscreator/html-help-ijb</link>
      <guid>https://dev.to/jscreator/html-help-ijb</guid>
      <description>&lt;p&gt;hey guys im kinda a noob at coding&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hXJIPPaA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dt5s3st9nl23al0dykms.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hXJIPPaA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dt5s3st9nl23al0dykms.png" alt="newtab page" width="800" height="370"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;so i have this custom new tab page setup (using chrome extensions) and i was wondering if you guys you help me with a question i have. So i was planning to add a button under the input bar (search google)called brave or smth,and want it to be able to take the value of the input bar and open it in brave instead of chrome (just like search.brave.com).&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_HFZBnyw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1ivpe0jf6x0z5qq47pbg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_HFZBnyw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1ivpe0jf6x0z5qq47pbg.png" alt="some of the code of the form input" width="800" height="107"&gt;&lt;/a&gt;&lt;br&gt;
I only want to do this bc i want to use too different search engines some time lol idk why.&lt;/p&gt;

&lt;p&gt;Please help, i was thinking maybe something in js like document.getelementbyid.....(.value) idk not the best, pretty new so if you guys know it would be helpful&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
jscreator/jeremiah lol&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
