TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Modular Pi Cam

72 点作者 jcun412811 个月前
This is the third camera I&#x27;ve designed&#x2F;made around the raspberry pi parts&#x2F;ecosystem.<p>The repo has all the STL files, parts list, most wiring diagrams. The first one was the custom Pi Zero HQ cam which was featured on a Hackaday article&#x2F;podcast.<p>The modular version (aside from being able to swap cameras) mostly has the latest software. Recently I added the ability to process videos in the background (ffmpeg merges wav&#x2F;mp4 files together).<p>The camera uses crop-zoom-panning for dialing in shots with manual lenses. The menu is created by layering images&#x2F;text with PIL. Live preview is a little slow as it&#x27;s SPI based.<p>If anybody is a pro at python I&#x27;d appreciate insight on better code. I&#x27;ve mostly just followed a context-based folder layout regarding where everything is.<p>I have not added custom&#x2F;manual settings yet, it uses auto settings for the most part except for when you use a V3 camera module (which has electronic aperture) then it uses the d-pad to set the focus&#x2F;diopter value.<p>I have another camera in mind&#x2F;future build although it&#x27;s more tailored for videos.<p>Some sample video I&#x27;ve shot.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=JkjXkQD0j9w" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=JkjXkQD0j9w</a><p>Assembly video<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=dXG-MoIw93Q" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=dXG-MoIw93Q</a><p>At some point I will rewrite the code for a new general purpose DIY camera software from what I&#x27;ve learned, that&#x27;ll be an undertaking.

5 条评论

dheera11 个月前
I just really wish Raspberry Pi would come out with a truly HQ camera with a full frame 35mm sensor, or at least an APS-C sensor. I&#x27;d pay $1000-1500 for it, just to have something as good as a full frame camera but programmable and hackable.<p>I would <i>love</i> to build a full frame mirrorless camera that runs my own UI. I&#x27;m pretty sure I could code a much more advanced UI than Sony or Canon.<p>Their current HQ camera is more like an LQ camera and there is not a huge variety of high quality photographic lenses available for it.
评论 #40731903 未加载
评论 #40732237 未加载
评论 #40731163 未加载
评论 #40737531 未加载
jcun412811 个月前
Here is a write up on topics covered by these camera iterations<p><a href="https:&#x2F;&#x2F;medium.com&#x2F;@jdc-cunningham&#x2F;making-a-user-interface-for-a-diy-camera-9c1bde515836" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@jdc-cunningham&#x2F;making-a-user-interface-f...</a><p>A lot of pictures and full menu map<p>And MS paint wiring diagrams<p>(1st camera) <a href="https:&#x2F;&#x2F;github.com&#x2F;jdc-cunningham&#x2F;pi-zero-hq-cam&#x2F;tree&#x2F;master&#x2F;camera&#x2F;hardware">https:&#x2F;&#x2F;github.com&#x2F;jdc-cunningham&#x2F;pi-zero-hq-cam&#x2F;tree&#x2F;master...</a><p>(2nd camera orange) <a href="https:&#x2F;&#x2F;github.com&#x2F;jdc-cunningham&#x2F;modular-pi-cam&#x2F;blob&#x2F;master&#x2F;cameras&#x2F;pi-zero&#x2F;pi-ro-cam&#x2F;hardware">https:&#x2F;&#x2F;github.com&#x2F;jdc-cunningham&#x2F;modular-pi-cam&#x2F;blob&#x2F;master...</a>
评论 #40732067 未加载
p0w3n3d11 个月前
My observation regarding prices:<p>resistor - $.10.<p>resistor for Arduino: $10.00
gruturo11 个月前
Did anyone have any luck capturing stereoscopic videos at any meaningful quality? This used to be only possible with the Pi Compute module (unobtainium for a very long time) but the Pi5 finally exposes both camera ports.... while also dropping hardware encoding, which is likely to be a huge roadblock since I doubt there&#x27;s enough CPU power + bandwidth to compress 2 4K streams at 60fps in realtime and store it. And I&#x27;d love to go even higher actually.<p>The official forums are surprisingly devoid of anyone trying this, which is not super encouraging.<p>I&#x27;d really like to experiment in doing some underwater VR180 photo&#x2F;videography, I promise to share the results if anyone has any useful pointers (not strictly rPi related, but other platforms are even less promising. Happy for any unexpected hints tho!)<p>(Sorry for the barely-on-topic (if not outright offtopic)) but this is a rare chance to tap into HN&#x27;s hive mind on this particular issue due to a Pi-camera related thread on the front page.
评论 #40733788 未加载
评论 #40732896 未加载
ugh12311 个月前
Great work!