It is currently Sun May 19, 2013 10:20 pm



Reply to topic  [ 51 posts ]  Go to page Previous  1, 2
 MPO2Stereo: Convert Fujifilm MPO files to JPEG stereo pairs 
Author Message
One Eyed Hopeful

Joined: Sat Mar 26, 2011 12:40 pm
Posts: 1
Surry guys for stupid question, but I'am beginer on your forum and in 3D technologies also and not in good english speaking performance (Iam ukrainian). In this topic I found lot of useful link and participant of this forum seems very professional. In this case let me ask you, is the any analog of StereoTracer software for mac for making this lovely GIF. I mean not a simple gif animation from MPO file, I mean good mathematic algorithm as in link above.

Thank for reply before :)


Sat Mar 26, 2011 12:56 pm
Profile
One Eyed Hopeful

Joined: Thu Jun 16, 2011 1:53 am
Posts: 1
I used cybereality's idea to get the left and right images in Python using the Python Imaging Library. This example doesn't save the images, as I am using them in a Python app:-

from PIL import Image
from StringIO import StringIO
file = open(r'F:\My Pictures\FinePix W3 3D\DCIM\100_FUJI\DSCF0007.MPO', 'rb')
left = Image.open(file)
left.show()
file.seek(4) # skip SOI and APP1 markers of 1st image
data = file.read() # read both images
file.close()
offset = data.find('\xFF\xD8\xFF\xE1') # find SOI and APP1 markers of 2nd image
file = StringIO(data[offset:]) # make a file containing the 2nd image
right = Image.open(file)
right.show()
file.close()


Fri Jun 17, 2011 9:21 pm
Profile
3D Angel Eyes (Moderator)
User avatar

Joined: Sat Apr 12, 2008 8:18 pm
Posts: 10025
Ok cool.

_________________
Image


Sat Jun 18, 2011 8:42 am
Profile
One Eyed Hopeful

Joined: Wed Apr 18, 2012 8:48 pm
Posts: 2
Hey guys, thanks for all the great work. I recently bought a viewsonic 3DPF8 3d Digital frame. I converted my .mpo files to side-by-side .jpg using Mpo2Stereo, but when I view the image on the digital frame, it displays it as 2 2D side-by-side images instead of 1 3D image. Its not the frame, because I tried loading some side-by-side images that I found online and they seem to work great. I also tried the stereo photo maker, but get the same results. Any help is greatly appreciated. Thanks in advance!.


Wed Apr 18, 2012 9:11 pm
Profile
3D Angel Eyes (Moderator)
User avatar

Joined: Sat Apr 12, 2008 8:18 pm
Posts: 10025
Can you post one of the images that works so I can see the format? Also, you may want to try MPO2JPS and then renaming the files to JPG.

viewtopic.php?f=3&t=4419&p=31457

_________________
Image


Wed Apr 18, 2012 9:29 pm
Profile
One Eyed Hopeful

Joined: Wed Apr 18, 2012 8:48 pm
Posts: 2
Thank you very much cybereality. I tried the MPO2JPS and it seems to work now. Thanks!!!


Fri Apr 20, 2012 10:04 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 51 posts ]  Go to page Previous  1, 2

Who is online

Users browsing this forum: Bing [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by STSoftware.