Earlier quoted context omitted.
The amazing CHDK: http://chdk.wikia.com/wiki/CHDK_in_Brief for those who aren't aware of it. If I could ensure a new camera was supported, that alone would be enough to make me buy it over any competing models.
The story of how the CHDK was born is really amazing. Remember that "print" button on your camera, the one you never use? It has a light on it. Apparently someone coaxed their camera into outputting the source code of the firmware getting the "print" button to flash on and off.....
Camera Pi – DSLR Camera with Embedded Computer
21–30 of 31 posts
Re: Camera Pi – DSLR Camera with Embedded Computer
#22nikon are releasing an android camera http://www.extremetech.com/electronics/134190-nikons-android...
Re: Camera Pi – DSLR Camera with Embedded Computer
#23FYI you need a powered USB hub to attach that wifi dongle. I also got one of those small Realtek RTL8188SU wifi dongles and found that it worked very poorly. I don't know if it was the particular vendor I got mine from or the drivers or that particular chipset, but the interface would just stop working if you tried to do anything data intensive or prolonged on it. SSH and VNC were unusable.
Re: Camera Pi – DSLR Camera with Embedded Computer
#24Earlier quoted context omitted.
The amazing CHDK: http://chdk.wikia.com/wiki/CHDK_in_Brief for those who aren't aware of it. If I could ensure a new camera was supported, that alone would be enough to make me buy it over any competing models.
Also worth pointing out the Magic Lantern Firmware[1] that supercharges low end Canon DSLRs. [1] - http://magiclantern.wikia.com/wiki/Magic_Lantern_Firmware_Wi...
Unrelated: Trammell Hudson, the guy who started Magic Lantern has done a lot of other interesting stuff - such as open source helicopter control software.
Re: Camera Pi – DSLR Camera with Embedded Computer
#25Here is my rant, as an experimental (panorama, gigapixel) photographer: Canon, Nikon, and the rest of them will go to their graves keeping their firmware closed and un-scriptable. It is a tragedy. Mobile phones and the Gopro are eating their lunch. The fact that there is even a (niche) market for things like the Eye-fi (wifi sd card) goes to show how utterly clueless and behind the times these dinosaur camera compani…
Yeah. A great example of how people go wrong when makers focus on the product they're building rather than the people they're building it for. As a programmer, my natural inclination is to sit in my fortress of arrogance and build the thing that I "know" they need. But learning how to do user testing, user interviews, and customer development has persuaded me that the important moment isn't when the product ships, it…
Re: Camera Pi – DSLR Camera with Embedded Computer
#26Here is my rant, as an experimental (panorama, gigapixel) photographer: Canon, Nikon, and the rest of them will go to their graves keeping their firmware closed and un-scriptable. It is a tragedy. Mobile phones and the Gopro are eating their lunch. The fact that there is even a (niche) market for things like the Eye-fi (wifi sd card) goes to show how utterly clueless and behind the times these dinosaur camera compani…
Nikon and Canon's target market, photographers, want to spend their time taking photos, not writing code for their camera.
Besides, most of the "possibilities" listed in the article are already available on a lot of cameras (like the intervalometer), better done in post processing (like previewing on ipad), or easily done using a $20 wireless remote control.
Don't get me wrong, it's cool that he's hacking on his camera, but I don't see Nikon and Canon ever promoting it or going out of their way to make it easier.
Re: Camera Pi – DSLR Camera with Embedded Computer
#27Earlier quoted context omitted.
Yeah. A great example of how people go wrong when makers focus on the product they're building rather than the people they're building it for. As a programmer, my natural inclination is to sit in my fortress of arrogance and build the thing that I "know" they need. But learning how to do user testing, user interviews, and customer development has persuaded me that the important moment isn't when the product ships, it…
That's a nice thought. But the real reason they do it is market segmentation; e.g. when I looked at it two years ago, the Canon T3i was infinitely better and cost less than any IP camera out there. If they let you stream out of it live, it would kill the ip camera market. So they don't.
They haven't. That doesn't mean they have forced me into buying a fancier camera, and therefore getting more money. Instead they've pushed me into doing almost all my casual shooting with an (inferior) smartphone.
Besides, market segmentation is a good idea only as long as nobody else is going to disrupt your precious segments. If they will, then you might as well disrupt them yourself.
Established organizations have trouble thinking like that, though, because their ignorance of actual use combines with political desire to avoid change. Thus, Kodak.
Re: Camera Pi – DSLR Camera with Embedded Computer
#28Earlier quoted context omitted.
The Pi does about 10MB/s over the network, I believe. As for image manipulation, sadly, the Pi is fairly fast by embedded standards, but running general-purpose software on a full-blown OS takes a lot away. For comparison, the original Xbox used an x86 of the same clock speed.
> running general-purpose software on a full-blown OS takes a lot away Which is why we any predefined image manipulation should avoid the ARM core and jump straight to the rather powerful GPU. I think it even supports OpenCL, so there should be software out there that could work with it.
Re: Camera Pi – DSLR Camera with Embedded Computer
#29Earlier quoted context omitted.
The Pi does about 10MB/s over the network, I believe. As for image manipulation, sadly, the Pi is fairly fast by embedded standards, but running general-purpose software on a full-blown OS takes a lot away. For comparison, the original Xbox used an x86 of the same clock speed.
>For comparison, the original Xbox used an x86 of the same clock speed which is fairly useless as a point of comparison, as not only is it the completely different arm architecture, but it is also Arm V6 (arm11), whereas even our smartphones have been arm v7 (cortex A8, A9, A15) for the last couple of years. If i had to equate it to an x86 clock speed, i'd say 400mhz was possibly a fraction generous.
Re: Camera Pi – DSLR Camera with Embedded Computer
#30Very cool! What saddens me is that there is already an embedded computer on the camera! There is just not a good way to program it. While there are some great efforts, like Magic Lantern, to reverse engineer and improve the firmware, I wish the producers just made the source part of their product. (I don't believe their trade secrets are that valuable to be honest. Not more valuable than letting people builds apps fo…