Skip to content
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

Timecode over USB-HID #18

Open
mungewell opened this issue Dec 4, 2024 · 2 comments
Open

Timecode over USB-HID #18

mungewell opened this issue Dec 4, 2024 · 2 comments

Comments

@mungewell
Copy link
Owner

FujiFilm announced a FW upgrade to introduce compatibility with Ambient Lockit devices, talked about/demonstrated here:
https://youtu.be/C4O3qpItzw0?si=_slQyaDvqQGjLbxZ

Big question is whether this is an Open Standard, and whether 'we' could implement with PicoTimecode.

Micropython on the RP2040 now supports implementing USB devices (apparently):
https://github.com/micropython/micropython/blob/master/examples/usb/usb_simple_device.py

@flummer
Copy link

flummer commented Dec 4, 2024

I think it is MIDI time code that is used

https://ambient.de/en/products/acn-cl-lockit-timecode-und-syncgenerator (technical details tab)

@mungewell
Copy link
Owner Author

@flummer Thanks for the link, I first saw mention of this in Instagram post - where they seem to say that you can use either USB-HID or MTC. Obviously USB-Midi Class and USB-HID are different things... I know you can convert MTC to TC (afterall my Sync-IO can do that), but I'm not sure how simple it would be for a Pico.
https://www.instagram.com/p/DCpGFQ6sQTD/?igsh=YXhvam1iaGRnYml1

I did find that there is a 'HID Usage' for a 'Time Sensor', and perhaps this is what they use. I'm not clear how one would relate fractional framerates and/or dropframe into that....
Screenshot 2024-12-04 092035

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants