Difference between revisions of "Digital camera"

From OpenCircuits
Jump to navigation Jump to search
(rough draft)
 
(open source camera?)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
  
 
Should we talk about circuits that adapt off-the-shelf cameras to do things they were never intended to do?
 
Should we talk about circuits that adapt off-the-shelf cameras to do things they were never intended to do?
 +
* [http://www.linux.com/feature/118946 "How to give your low-end Canon digital camera RAW support"] by Nathan Willis 2007, discusses CHDK, an enhanced, free software replacement firmware. There [http://chdk.wikia.com/ is a CHDK wiki].
 +
* Other people have replaced the firmware of a "$11 Dakota Digital Camera" [http://cexx.org/dakota/] [http://cexx.org/dakota/pv2.htm]. "author is now working on allowing user code (e.g. compiled in C) to be downloaded and executed from the camera's RAM."
 
* [http://www.rc-cam.com/camman.htm the CamMan project] that uses a 8 pin [[Microchip]] PIC microcontroller to snap the shutter of an off-the-shelf camera attached to a RC airplane.
 
* [http://www.rc-cam.com/camman.htm the CamMan project] that uses a 8 pin [[Microchip]] PIC microcontroller to snap the shutter of an off-the-shelf camera attached to a RC airplane.
 
* [http://diydrones.com/ DIY Drones: Amateur UAVs] often talks about attaching cameras to RC airplanes
 
* [http://diydrones.com/ DIY Drones: Amateur UAVs] often talks about attaching cameras to RC airplanes
 
* ...
 
* ...
 
* etc.
 
* etc.
 +
 +
Or should we focus more on designing "cameras" more-or-less from scratch: an image sensor, a CPU, etc. and designing a custom PCB to hold all the parts:
 +
 +
* [http://electronics.stackexchange.com/questions/31304/parts-to-build-a-digital-camera "Is there an open source camera?"]
  
 
== further reading ==
 
== further reading ==
 
* For a general introduction [http://en.wikipedia.org/wiki/Digital_camera Wikipedia: digital camera]
 
* For a general introduction [http://en.wikipedia.org/wiki/Digital_camera Wikipedia: digital camera]
 
* For information about using a digital camera, you might want to see [http://visual.wiki.taoriver.net/moin.fcg/PhotoWiki the PhotoWiki], a section of http://visualwiki.org/ .
 
* For information about using a digital camera, you might want to see [http://visual.wiki.taoriver.net/moin.fcg/PhotoWiki the PhotoWiki], a section of http://visualwiki.org/ .

Latest revision as of 04:43, 19 September 2012

What should Open Circuits say about digital cameras?

discussion[edit]

Should I move my tips on building a digital camera from scratch to this page? --DavidCary 11:26, 24 October 2007 (PDT)

Should we talk about circuits that adapt off-the-shelf cameras to do things they were never intended to do?

Or should we focus more on designing "cameras" more-or-less from scratch: an image sensor, a CPU, etc. and designing a custom PCB to hold all the parts:

further reading[edit]