Many people have the Xiaomi Yi and because it provides a nice image quality and is fairly cheap I have thought of getting 1 or 2 for alternative angles. But I would like to learn.
I’m interested in trying to use the built-in bluetooth to connect to a bluetooth GPS receiver and have it geolocate photos as they’re taken. I haven’t had time to try this, though .
Have mad my 2 cameras for about a week. Today I tried to fix the “focus problem” some people talk about - the camera is optimally focused for selfies. Fixing it only made it worse for me.
This image is when I set the lens back to default. The image is taken through a double layer window - the LEDs are from the disasembled camera.
What I am trying to say is: Take a test shot and, try to see where the camera is focused and see if you want to move that optimally focused point at all. I will not touch my 2nd camera.
With the gopro you can control multiple cameras with the same remote control. Can you do the same with the xiaomi? Further you can program the xiaomi with an autoexec.ash script, maybe there are some possibilities there. But since someone makes the mount it probably is possible to make 360 video with it.
Can you charge the xiaomi with usb will using it?
@enteq there might be. Your point 1 and 2 are more or less the same. An untested suggestion:
Many people uses a shell script hack to take pictures with the Xiaomi Yi (see other threads). It basically reads:
while true
do
sleep 1 second
take picture
done
What you should do is:
Synchronize the cameras time with the app and do it often. Then all cameras are synchronized with the same time souce. Their clocks should be fairly accurate over a short time.
Instead of sleeping for 1 second, calculate the number of milliseconds to the next second and sleep for that period of time. The sleep command can be used with decimals, e.g. “sleep 0.23”
To get the timing most accurate, the best would probably be to write a program in c that both the loop, calculations and taking the picture. It should be possible for the people who have reverse engineered a lot of the firmware.
It’s not possible to sync two Yi with a simple loop script. It doesn’t work.
I want to try to activate the shutter buton simultaneously on both yi with an external thing (Arduino, something else…)
The 6 cam mount could be used for 360° video as it’ easier to sync (with a clap, a beep…)