<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to use ov7670 camera module with nRF devices?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/97361/how-to-use-ov7670-camera-module-with-nrf-devices</link><description>I have a general query regarding using ov7670 camera module with Zephyr SDK. 
 I have some of these camera modules available and I would like to try out how it works using nRF5 based dev kits from Nordic. The reason is that letter I want to transmit capture</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Sep 2024 11:01:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/97361/how-to-use-ov7670-camera-module-with-nrf-devices" /><item><title>RE: How to use ov7670 camera module with nRF devices?</title><link>https://devzone.nordicsemi.com/thread/503556?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 11:01:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ae87c6e-4a1b-40ca-889a-b872cd15a9fd</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please create a new ticket, as this ticket is more than two years old.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use ov7670 camera module with nRF devices?</title><link>https://devzone.nordicsemi.com/thread/503513?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 08:10:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e44a6a3c-fc69-466d-b2c9-da2e06467a5c</guid><dc:creator>Eagleshot</dc:creator><description>&lt;p&gt;Did you have any success in implementing a driver for the ov7670 camera? We also plan on using an ov7670 camera for a project. I&amp;#39;ve also seen that it seems an ov7670 driver for zephyr has recently been released by nxp (&lt;a id="" href="https://github.com/zephyrproject-rtos/zephyr-testing/blob/main/drivers/video/ov7670.c"&gt;https://github.com/zephyrproject-rtos/zephyr-testing/blob/main/drivers/video/ov7670.c&lt;/a&gt;) however I haven&amp;#39;t gotten around to try it out yet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use ov7670 camera module with nRF devices?</title><link>https://devzone.nordicsemi.com/thread/414009?ContentTypeID=1</link><pubDate>Wed, 08 Mar 2023 07:31:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96477a9c-7106-42f1-aefc-728f61396087</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Good find!&lt;/p&gt;
&lt;p&gt;Yes, you can give that driver a try as well. If you ask in the case possibly they would be willing to share the final version of their driver.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use ov7670 camera module with nRF devices?</title><link>https://devzone.nordicsemi.com/thread/413873?ContentTypeID=1</link><pubDate>Tue, 07 Mar 2023 14:07:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9ee2bd2-fb3b-4be2-bb32-a407a3818f37</guid><dc:creator>ujur007</dc:creator><description>&lt;p&gt;The same person has one more question where there is a driver, I guess, I should try it first.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/81308/errror-linking-omnivision-video-driver"&gt;devzone.nordicsemi.com/.../errror-linking-omnivision-video-driver&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use ov7670 camera module with nRF devices?</title><link>https://devzone.nordicsemi.com/thread/413817?ContentTypeID=1</link><pubDate>Tue, 07 Mar 2023 12:52:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b21910f-3cfd-4cd9-ac1e-7f7c85d6eb68</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is no driver for this camera available in Zephyr unfortunately.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We assisted a PHD student about a year ago who was trying to make his own driver, but I don&amp;#39;t know if he ever publicized it anywhere. You can see one of his cases &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/83779/accessing-device-pins-from-board-overlay"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Personally I made an example for the OV2640 in the nRF5 SDK (&lt;a href="https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo"&gt;here&lt;/a&gt;), and I am currently working on adding support for the Arducam Mega module in NCS/Zephyr:&lt;br /&gt;&lt;a href="https://github.com/too1/ncs-arducam-mega-driver"&gt;https://github.com/too1/ncs-arducam-mega-driver&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Arducam Mega is a more up to date camera module supporting better image quality and various other features, and uses a more streamlined interface only reliant on SPI.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The OV7670 is more tricky to support since it uses both I2C and some custom GPIO interface that is more work to adapt.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So I guess my recommended options would be one of the following:&lt;/p&gt;
&lt;p&gt;1) Contact the PHD student and see if he is willing to share his work.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2) Implement the driver yourself.&lt;/p&gt;
&lt;p&gt;3) Get the Arducam Mega instead, and use the driver I shared above (please note that this module is not yet in full production, they expect this to start next month).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>