1
Camera-specific Development / Re: Canon 70D (Alpha5b 23rd April)
« on: May 17, 2015, 08:12:29 PM »
Mallowsm you have to enable it yourself "70d B" 0xFF19B6C8 PROP_DUAL_OUTPUT
Etiquette, expectations, entitlement...
@autoexec_bin | #magiclantern | Discord | Reddit | Server issues
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
You know, there have been several similar questions regarding the C-series and the 1D series, and ML will not touch then, and explicitly declares so soon after canon officials mentioned they would sic the lawyers on those who tinker with the 1D cameras.
That being said, ML is open source.
I wonder if people who could afford these bodies can, you know, put their money in a pot and hire someone who knows ARM programming to hack away on these cameras.
Just a thought.
On a Trancend 300x class 10 sdhc 1 32 gig card I can shoot at least 10 shots on continuous burst, probably moreIm going to get a 95mbs 16 gig class 10 card and try
To fix the meta data would require finding where fps is written. It only has the settings it has in the canon menu and if you try different ones you get crashes.
600D detail photos: http://g3gg0.de/gallery/600D_closeup/
btw - i want a datasheet of this device.
anyone who can find out more about this device?
its not listed anywhere, just some internal lifetime lists from Analog Devices accessible from the web.
it seems its a custom chip, not disclosed anywhere.(
i expect this to be the ADTG with a lot of CMOS readout timings and AD converter integrated.
there is no programming needed. first it needs reverse engineering.
understand how to use ADKIZ, TWOADD, HIV, DEFM, SHAD and the other modules, then understand JP62
and finally set up the communication between those modules using EDMAC.
> http://magiclantern.wikia.com/wiki/Register_Map
Yeah, everybody here uses water cooling systems when recording more than 10 seconds, something like this:
http://stargazerslounge.com/topic/146756-1100d-cold-finger-sensor-cooling-with-tec-and-water-cooling/
http://www.magiclantern.fm/forum/index.php?topic=5247.0
http://nofilmschool.com/2013/05/magic-lantern-canon-dslr-raw-video-sensor/
Good luck chasing the unicorn
Supposedly 7D can write video to it?
USB 2.0 is theoretically 30+ MB/s... would have to
######################################################
# Firmware ROM Dumper For GoPro Hero 3 Black edition #
######################################################
savebin D:\ROMFS.bin 0xc0100000 l 0x900000
sleep 2
t app button power P
sleep 5
t app button power R
0xC014CE18 fopen
0xC014CDB8 fclose
0xC014CE48 fread
0xC014CF00 _fstat
0xC014CF60 fwrite
0xC02AD93C fseek
I also found what looks to be the gui main task for the lcd touch bacpac at 0xC044BD7C and the switch statement at 0xC044BD9C. If someone could figure out a script command to load a binary file to the memory that would be great some hints may be found here http://spritesmods.com/?art=zx3hack&page=4######################################################
# Enable/Disable exposure module lock #
# For GoPro Hero 3 Black edition #
# Usage: t ia2 -exp lock [en] #
# en = [0|1], 0:disable, 1:enable #
######################################################
t ia2 -exp lock 1/n
The exposure script seems buggy in photo mode. Hopefully I'll have more time next weekend to look at the firmware and figure out some more scripts.Or maybe they just reused some code from video camera division or point and shoots?