שמות משתמשים לתיוג

מציג תוצאות 1 עד 5 מתוך 5

נושא: CHDK Canon SD780 is Script - Help

  1. #1
    תאריך הצטרפות
    Jul 2008
    הודעות
    777
    תודה!
    0
    הודה 112 פעמים ב 56 הודעות
    הוזכר
    0 הודעה/ות
    תויג
    0 שרשור/ים

    ברירת מחדל CHDK Canon SD780 is Script - Help

    HI
    I am back!
    My Quad is ok after geting a NEW motor from the company.
    I had added on it LED lights Green/Red/ Flash
    It looks Great at low light now.
    ----------------------------------
    I have loaded a CHDK program into my Canon camera
    I would like Your help with a simple script that-
    When powering the camera -
    Will take auto Pic every X time .
    Will power the camera OFF after Y time
    ( As i could change these time settings in the script)
    Thats all
    As i am NOT into programing things/ scripts write.
    Dose anyone can help with that Pleae..
    It should NOT be hard to a person that have done scripts writing
    TX allot
    Guy

  2. #2
    תאריך הצטרפות
    Jul 2008
    הודעות
    777
    תודה!
    0
    הודה 112 פעמים ב 56 הודעות
    הוזכר
    0 הודעה/ות
    תויג
    0 שרשור/ים

    ברירת מחדל תגובה להודעה: CHDK Canon SD780 is Script - Help

    This looks like a interesting Info web for this camera
    With Two sets of scripts
    [http://www.andrewhazelden.com/blog/2...100-is-camera/

    GUY
    נערך לאחרונה על ידי guyrud; 06-12-2010 בשעה 23:55:56.

  3. #3
    תאריך הצטרפות
    Jul 2008
    הודעות
    777
    תודה!
    0
    הודה 112 פעמים ב 56 הודעות
    הוזכר
    0 הודעה/ות
    תויג
    0 שרשור/ים

    ברירת מחדל תגובה להודעה: CHDK Canon SD780 is Script - Help

    ok

    from the rc forum out there:
    Here's a script I use all the time (I didn't write it). It doesn't shut the camera down at the end of the sequence but does allow you to change the number of shots, start delay, interval etc. just copy the code into notpad and save as a file with a .bas extension

    rem Author - Keoeeit
    rem Written for S-Series
    rem Should be okay on others
    rem Use Endless mode with caution
    rem See documentation for important info
    @title Ultra Intervalometer
    @param a Delay 1st Shot (Mins)
    @default a 1
    @param b Delay 1st Shot (Secs)
    @default b 0
    @param c Number of Shots
    @default c 600
    @param d Interval (Minutes)
    @default d 0
    @param e Interval (Seconds)
    @default e 3
    @param f Interval (10th Seconds)
    @default f 0
    @param g Endless? No=0 Yes=1
    @default g 0
    p=a*60000+b*1000
    t=d*60000+e*1000+f*100
    if c<1 then let c=5
    if t<100 then let t=100
    if g<0 then let g=0
    if g>1 then let g=1
    if p<0 then let p=0
    z=t*c
    y=p+z
    print "1 Cycle Time:", y/60000; "min", y%60000/1000; "sec"
    goto "interval"
    :interval
    if p>0 then gosub "pause"
    print "Shot 1 of", c
    shoot
    for n=2 to c
    sleep t
    print "Shot", n, "of", c
    shoot
    next n
    if g=1 then goto "interval" else end
    : pause
    n=(a*60)+b
    for m=1 to n
    q=n-m
    print "Intvl Begins:", q/60; "min", q%60; "sec"
    sleep 930
    next m
    return

  4. #4
    תאריך הצטרפות
    Jul 2008
    הודעות
    4,414
    תודה!
    2
    הודה 155 פעמים ב 138 הודעות
    כניסות לבלוג
    1
    הוזכר
    0 הודעה/ות
    תויג
    0 שרשור/ים

    ברירת מחדל תגובה להודעה: CHDK Canon SD780 is Script - Help

    השורה הזו :
    if g=1 then goto "interval" else end

    גורמת לסיום הסקריפט.
    אם תחליף ל :
    if g=1 then goto "interval" else shut_down

    זה אמור לכבות את המצלמה מה שיאפשר לנחות עם מצלמה כבויה ועדשה סגורה.

    תבדוק אם זה נתמך בדגם המצלמה שלך, אצלי ב A590 זה עובד.

    עוד רעיון קטן - אתה יכול להוסיף שניים שלושה פלאשים לפני כיבוי וכך תקבל אינדיקציה מהקרקע שהמצלמה כבתה אם כי זה לא קריטי כי תמיד אפשר לכוון טיימר בשלט מקביל לזמן פעולת המצלמה.

  5. #5
    תאריך הצטרפות
    Jul 2008
    הודעות
    777
    תודה!
    0
    הודה 112 פעמים ב 56 הודעות
    הוזכר
    0 הודעה/ות
    תויג
    0 שרשור/ים

    ברירת מחדל תגובה להודעה: CHDK Canon SD780 is Script - Help

    Tx allot igal
    I will let you know how things came out
    GUY

נושאים דומים

  1. תל אביב והסביבה למכירה מצלמה דיגיטלית Canon PowerShot A95
    על ידי sharonx בפורום רדיו, אלקטרוניקה וציוד נלווה
    תגובות: 11
    הודעה אחרונה: 11-01-2012, 15:32:56
  2. [שאלה] canon 1000D מישהו יכול להמליץ?
    על ידי tisanir בפורום לא להבים ולא כנפיים
    תגובות: 29
    הודעה אחרונה: 04-10-2010, 20:43:26
  3. תגובות: 2
    הודעה אחרונה: 26-02-2010, 17:11:11

הרשאות פרסום

  • אין באפשרותך לפרסם נושאים חדשים
  • אין באפשרותך לפרסם תגובות
  • אין באפשרותך לצרף קבצים
  • אין באפשרותך לערוך את הודעותיך
  •