Skip to content

Commit

Permalink
Fix typo in diagnostic + add EOS 1500D
Browse files Browse the repository at this point in the history
  • Loading branch information
werdeil committed Jan 31, 2024
1 parent b1f8bb9 commit 95e46e0
Show file tree
Hide file tree
Showing 7 changed files with 581 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pibooth/scripts/diagnostic.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def main():
for index, (name, addr) in enumerate(cameras_list):
write_log("{:02d} : addr-> {} name-> {}".format(index, addr, name))

write_log("Stating diagnostic of connected DSLR camera", True)
write_log("Starting diagnostic of connected DSLR camera", True)
camera = gp.Camera()
camera.init()

Expand Down
2 changes: 1 addition & 1 deletion tests/dslr_diag/Canon EOS 1300D.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Listing all connected DSLR camera
00 : addr-> usb:001,005 name-> Canon EOS 1300D

================================================================================
Stating diagnostic of connected DSLR camera
Starting diagnostic of connected DSLR camera
/actions/syncdatetimeutc
Label : Synchronize camera date and time with PC
Readonly : no
Expand Down

0 comments on commit 95e46e0

Please sign in to comment.