Posted on Leave a comment

Genlocking HSYNC/VSYNC details

Here are screenshots of logic analyzer showing HSYNC and VSYNC signals while recording in 1080-30.

These signals are generated by the micro processor in the right bacpac of Dual Hero System. You can easily see that the periods are equal to those of lines and frames, respectively.

HSYNC @1080-30
HSYNC @1080-30

VSYNC @1080-30
VSYNC @1080-30


Note: The PCB for MewPro Genlock Dongle is on the way to our lab in Tokyo. We expect they will arrive in a few days.

Posted on Leave a comment

Genlocking With MewPro

Building the first prototype of MewPro Genlock Dongle for GoPro Hero 3+ Black is finished. Our shop will sell it after PCB is ready.

As stated in our previous post, 3D video/photo captures by GoPro are very strict and accurate: They require genlock signals of not only VSYNC for every frame but also HSYNC for every scanning line. However, for slow microprocessors like Arduino it is impossible to generate high-frequency HSYNC, so we decided to use the original Dual Hero System as a function generator.

The following is a photo of the prototype we made:
genlock
genlock-fig

Two green boards are “MewPro Genlock Dongle” prototypes. They are attached to master/slave bacpacs of a GoPro Dual Hero System (two orange boxes connected by a white cable). The master MewPro Genlock Dongle has a wired shutter release connected. The slave Dongle has a GoPro Hero 3+ Black with MewPro connected. The latter connection consists of four signals (and GND), namely, RS-232(Dongle Tx -> MewPro Rx), HSYNC, VSYNC, TRIG.

MewPro Genlock Dongle emulates GoPro camera, and as a result we succeeded in getting these signals. The signals can be fed to as many numbers of GoPros with MewPro as you like. The settings of master camera will be automatically copied to of these slave cameras by using RS-232, as original Dual Hero is doing it using I2C.

Schematics and source code for MewPro Genlock Dongle will be published in this blog when the PCB is ready.

Posted on Leave a comment

Genlock MewPro Is Pending

GoPro Hero 3+ Black needs not only VSYNC but also HSYNC for genlock, today we found by investigating signals from Dual Hero Bacpac. Thus it never be possible that slow microprocessors like Arduino Pro Mini act as a generator for HSYNC pulses of microsecond-order period.

Capturing in 3D two Hero 3+ Black cameras are now known to work in a strictly synchronized manner: they sync both at the beginnings of every horizontal line (HSYNC) and at the starts of every frame (VSYNC). We thought that VSYNC was suffice, thus we wrote “Genlock MewPro Is Coming Soon” as the previous post in the blog. But that is proved to be not so easy to coming soon. We are now planning to make something new to sync two or more GoPros by using MewPros and an external HSYNC/VSYNC generator. So please stay following this blog if you are interested in genlock.

We wrote in the previous post that VSYNC is the simple pulse wave of period equal to the frame time and of duration 5μs at pin 10 in Herobus. HSYNC is also a simple pulse wave, which is at pin 20 in Herobus (the pin is formerly known as “Left Audio Out” or “pin 11”). For your information we publish the pinout of the white cable between the left and the right bacpacs of Dual Hero System:

top: master bacpac, bottom right: slave bacpac, center: white cable connecting two bacpacs
Tear down of Dual Hero System (top: master bacpac, bottom right: slave bacpac, center: white cable connecting two bacpacs)

Update: We succeeded in making MewPro Genlock Dongle (6 Feb 2015)

Posted on Leave a comment

Genlock MewPro Is Coming Soon

Today, we succeeded in feeding the external frame sync signal to GoPro Hero 3+ Black. So we proudly announce that the next version of MewPro application will be with (or without) genlock.

Radosław Gezella, who is working with about 30 GoPros (!) in a rig, wrote us an e-mail about 10 days ago. It described that video frame sync signal is located at pin 21, which is in our pin-ordering “pin 10”, in Herobus of Dual Hero bacpac. And also he told us that this genlock signal is the simple pulse wave of period equal to the frame time and of duration 5μs.

Based on his findings we finally got MewPro worked with genlock (In order to do some reverse-engineering experiments we needed to purchase an original Dual Hero and to make a hardware emulator of GoPro Hero 3+ Black). Related source codes and schematics will be published in this site soon. Fortunately, no modification to existing MewPro hardware is required to sync many GoPros with genlock.

top right: GoPro hardware emulator w/ Arduino Pro Mini, orange color: GoPro Dual Hero System
top right: GoPro hardware emulator w/ Arduino Pro Mini, orange color: GoPro Dual Hero System

Update: Hero 3+ Black needs another signal for genlock-ing. See the next post.