500d development - page 113 - DSLR Hack development - CHDK Forum

500d development

  • 2487 Replies
  • 901239 Views
Re: 500d development
« Reply #1120 on: 17 / May / 2011, 22:03:13 »
Advertisements
Should be 720x424   Not 480.  That will do it for you!

Re: 500d development
« Reply #1121 on: 17 / May / 2011, 22:08:08 »
Sbright i PM u the link for it.

Re: 500d development
« Reply #1122 on: 17 / May / 2011, 22:10:02 »
And thanks sbright, thats what it was 424, thanks. 8]
And yes Magic zoom seems to work, sometimes it gets scrambled but dont rememer what i was doing at time and all pictures converted fine 8] they look good
« Last Edit: 17 / May / 2011, 22:12:14 by mk11174 »

*

Offline Coutts

  • *****
  • 538
  • www.flickr.com/couttsphotog
    • Flickr
Re: 500d development
« Reply #1123 on: 17 / May / 2011, 22:28:42 »
sbright33, no luck for me, sorry, i changed the script, silent pic says it took the pictures just fine, i tried in live view full hd and record mode, no matter what way i do it i get this error during conversion using the script with python:
Traceback (most recent call last):
  File "422-jpg.py", line 138, in <module>
    convert_422_bmp(input, change_ext(input, ".jpg"))
  File "422-jpg.py", line 114, in convert_422_bmp
    raise Exception, "unknown image size: %d" % len(data)
Exception: unknown image size: 610560

This is what I changed in script:
 elif len(data) == 720*480*2:
        w, h = 720, 480
    elif len(data) == 928*616*2:
        w, h = 928, 616

I am using the latest repository update I compiled on my machine. Its been same results since slient pic started coming alive from Coutts magic coding.
interesting.. that 610560 is the x*y*2, ex: 720*480*2=691,200.
that means that for some reason your pictures are smaller? hm. you are using the latest code from the repository? odd.. does magic zoom appear to work?

nothings even checked for video mode, i'm just concentrating on live view for now so don't bother testing video mode yet as i know nothing probably works yet for that (focus peaking, silent pics and magic zoom at least).
Canon 5d
Canon 50mm f/1.8
Sigma 24mm f/1.8

Flickr


Re: 500d development
« Reply #1124 on: 17 / May / 2011, 23:42:16 »
sbright33, no luck for me, sorry, i changed the script, silent pic says it took the pictures just fine, i tried in live view full hd and record mode, no matter what way i do it i get this error during conversion using the script with python:
Traceback (most recent call last):
  File "422-jpg.py", line 138, in <module>
    convert_422_bmp(input, change_ext(input, ".jpg"))
  File "422-jpg.py", line 114, in convert_422_bmp
    raise Exception, "unknown image size: %d" % len(data)
Exception: unknown image size: 610560

This is what I changed in script:
 elif len(data) == 720*480*2:
        w, h = 720, 480
    elif len(data) == 928*616*2:
        w, h = 928, 616

I am using the latest repository update I compiled on my machine. Its been same results since slient pic started coming alive from Coutts magic coding.
interesting.. that 610560 is the x*y*2, ex: 720*480*2=691,200.
that means that for some reason your pictures are smaller? hm. you are using the latest code from the repository? odd.. does magic zoom appear to work?

nothings even checked for video mode, i'm just concentrating on live view for now so don't bother testing video mode yet as i know nothing probably works yet for that (focus peaking, silent pics and magic zoom at least).
Yes, am using latest repository, and magic zoom works fine, and I was only checking SP in movie mode cause you were talking about being in HD mode, but either mode seems to take the SP the same except when recording, I see the slice in the pic, I dont know how to switch to the bigger SP though the 928x616 you mentioned, but yeah, MZ works great actually!! 8] and SP works both in single and burst mode.

Re: 500d development
« Reply #1125 on: 18 / May / 2011, 08:48:38 »
i just noticed that Coutts had a newer repos update right after i got the latest one, so now it does 928x616 as it should since I see Coutts updated the zebra.c with those values, great job!!! I am guessing the slice in the screen is just the rolling shutter cutting the image when not on tripod, cause it gives the same effect as rolling shutter gives when you video tape around flashers, so it seems to work just fine, no way to fix rolling shutter since that is just how cmos cams are made, just in case anyone tests it while hand held, so they know not to blame it on the firmware. 8]

Re: 500d development
« Reply #1126 on: 18 / May / 2011, 09:16:45 »
Finally it works for me! Stayed up late testing it. Don't know what I was doing wrong before. Thanks everyone! Will wait for official release of SP HD.

Re: 500d development
« Reply #1127 on: 18 / May / 2011, 09:19:35 »
sbright do u need the compile of the 928x616 version, the one i sent you is the version right before the latest which only did 720x424?


Re: 500d development
« Reply #1128 on: 18 / May / 2011, 09:42:48 »
If it works reliably, yes please!

Re: 500d development
« Reply #1129 on: 18 / May / 2011, 10:11:00 »
Noticed a few things with Motion Detect and SP.  Display never goes off.  It does fine with Intervelometer!  But it comes on every interval.  The ML menu gets stuck on.  Will not go away.  ML/trash button fails to work from then on.  I guess these will be hard to track down, even though they are repeatable.

 

Related Topics