-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No timecode output #1
Comments
This project is not finished, it was more a "proof of concept", I wanted to use it to build a midi/LTC box. If you want to generate real information, the testFrame struct has to be updated when needed (that migght be easy to to do in the loop() function). Actually I didn't expected anyone to be interest in this project (that's why it's not finished), but I'm glad some one is :) |
I was looking for a way to generate LTC for a camera tally system that I've been playing with recently! I appreciate your reply I'm just starting with interrupts so it's not my best ... |
I just push a commit to add the time code generation. Tell me if it does what you need ;) |
Thank you! I appreciate it a lot! I'll play with it shortly! All the best! L.E: Also, if you have an email I can contact you, would be great as I have some questions and don't want to make this thread endless :)) :D |
The timecode generator is generating the informations for the frame rate and for frame count but it's not outputting any timecode out from the machine. I've tried it with both another arduino UNO and with a software and there's no timecode output. Only framerate and framecount. How can I generate the timecode as well? Thanks!
The text was updated successfully, but these errors were encountered: