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

Feature Request: Add Support for IR Timecode Reset #13

Closed
sturmen opened this issue Oct 18, 2022 · 6 comments
Closed

Feature Request: Add Support for IR Timecode Reset #13

sturmen opened this issue Oct 18, 2022 · 6 comments

Comments

@sturmen
Copy link

sturmen commented Oct 18, 2022

There's one specific Sony IR remote control that includes a "timecode reset" button, which you can use in a multi-cam setup to simultaneously reset all of the Sony cameras to the same timecode, synchronizing them. Here's a video. I believe this would be a great addition to Alpha Fairy, and would also help people get this functionality long after Sony stops manufacturing RMT-845 remotes!

@frank26080115
Copy link
Owner

I can try

If you can tell me the 7 bit command that's being sent, it would help a lot

The infrared LED on the M5StickC isn't as powerful as a remote with a large LED. Please keep that in mind.

@frank26080115
Copy link
Owner

I tried all 127 possible commands, none of them reset the time code, tested on my A1 and A6600

@sturmen
Copy link
Author

sturmen commented Oct 21, 2022

I have the remote around here somewhere; how would I be able to capture the IR command?

frank26080115 added a commit that referenced this issue Oct 21, 2022
frank26080115 added a commit that referenced this issue Oct 21, 2022
added : red mode for astro, timecode reset, IR zooming

fixed: IR repeat, IMU spin,

#13

* wifi scan seems to be failing, or only getting one entry, attempting to fix

* imu spin more reliable, with indicator

* infrared to repeat command 3 times for reliability

* add infrared command for zooming

* adds function to send arb IR commands

* fixed buggy focus calib data display

* add night mode to intervalometer

* added infrared timecode reset

* up the file system version
@frank26080115
Copy link
Owner

I actually did some looking around multiple IR code databases and didn't find anything for this remote, I didn't want this information to be lost forever so I actually obtained one myself and already finished reverse engineering it.

The IR codes I have put inside https://github.com/frank26080115/alpha-fairy/blob/main/arduino_workspace/libraries/SonyCameraInfraredRemote/SonyCameraInfraredRemote.h

For anybody visiting this page via search engine, the code is #define IR_CMD_RMT845_TCRESET 0x3D7D // 20 bits, repeat 5 times

Version 1.0.10 of Alpha-Fairy has a new menu item added to send the timecode reset command. Please update both the firmware and the image file data.

frank26080115 added a commit that referenced this issue Oct 21, 2022
@frank26080115
Copy link
Owner

documentation and instructions have been updated to include this feature

please test and report back if it works with your camera, then I'll close it

I tested on my A1 and it worked

@sturmen
Copy link
Author

sturmen commented Oct 21, 2022

This is fantastic, thank you so much! My M5StickC PLUS is still in the mail; can't wait to try it out!

@sturmen sturmen closed this as completed Oct 22, 2022
frank26080115 added a commit that referenced this issue Oct 27, 2022
somewhat about issue #13 but mostly adding a delay for file saving

* added img save delay, fixed bugs about shutter step
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