Guide: How to Record 3D Vision (stereo) videos over Twitch.tv and how to watch them.
1 / 2
I searched over and over to see if somebody attempted this before. And guess what...People are asking but no one actually did it.
So, I decided to spend some time and figure this "mystery" :)
I am not a bit Twitch streamer but I hope that other people will use this guide and make 3D Vision Ready streams;))
So let,s get started
=========================================
How-To: Stream 3D Videos over Twitch.tv
=========================================
--------------
1. Setting up
--------------
- First of all it requires patience especially until you get the HANG of it;)) You have been warned !!!!
- First make a twitch.tv (free) account. If you are already a partner then is even better !!!!
- Download and install the latest nVidia GTX drivers + Geforce Experience. At the time of writting: driver set 347.50 and GFE 2.2.0
- Obviously enable 3D Vision and test it in the game you want to stream that is working.
---------------------------------
2. Enable 3D Vision BroadCasting
--------------------------------
- Open GFE and Enable ShadowPlay. Set it to Twitch.Tv Mode and log in. For settings I HIGHLY recommend:
- 720p HD
- Framerate 60 fps
- 3.0Mbit - 3.5Mbit (Anything lower will create pixelated images... Ex: 1.5Mbit)
(Yes, you need to have a very good stable and BIG upload rate. You will notice that even at this rate the image quality will not be that perfect.)
- Start your game and hit ALT+F8 to start the stream.
- If you look on your Twitch.tv channel you will see your broadcasted game in Side-by-side HALF width.
Awesome!!! See? This wasn't hard.... The hardest part if to VIEW the Stream. So, let's get started with it...
-------------------------------------------------------------
3. Required Software for 3D Vision Twitch.tv Stream Playback
-------------------------------------------------------------
- First go and install LiveSteamer (https://github.com/chrippa/livestreamer/releases)
(Current version is 1.11.1)
- Download and Install K-Lite Codec Pack Full/Mega Edition (http://www.codecguide.com/download_kl.htm)
(Current version is 11.0.0)
- Download and install nVidia 3D Vision Player (http://www.nvidia.com/object/3d-vision-video-player-1.7.5-driver.html)
(Current version is 1.7.5)
---------------------------------
4. Required Configuration
---------------------------------
- Navigate to "%AppData%/livestreamer"
- Add this section :
[code]
# Nvidia 3D Vision Player & Twitch Streaming
player="C:\Program Files (x86)\NVIDIA Corporation\NVIDIA 3D Vision Video Player\StereoPlayer.exe" --file-caching=4096 -cache 4096
player-args="-url:{filename}"
[/code]
- Find this:
[code]
# Use this if you want to transport the stream to the player via HTTP.
#player-http
[/code]
And change it to this:
[code]
# Use this if you want to transport the stream to the player via HTTP.
player-http
[/code]
- Find these sections:
[code]
# By default Livestreamer will close the player when stream is over.
# Use this option to let the player stay or close itself instead.
#player-no-close
# Use this option if you want Livestreamer to keep trying to access
# the stream even if it goes offline or disconnects. Your player must
# support HTTP and its playlist should be set to repeat mode.
#player-continuous-http
[/code]
And Change them to :
[code]
# By default Livestreamer will close the player when stream is over.
# Use this option to let the player stay or close itself instead.
player-no-close
# Use this option if you want Livestreamer to keep trying to access
# the stream even if it goes offline or disconnects. Your player must
# support HTTP and its playlist should be set to repeat mode.
player-continuous-http
[/code]
---------------------------------
5. Viewing the Stream
---------------------------------
- In order to view a stream open a Console
- Issue this command "[color="orange"]livestreamer twitch.tv/helifaxwsgf source[/color]"
- livestreamer -> is the app
- twitch.tv/helifaxwsgf -> is the Twitch.tv address that has the stream
- source -> quality of the stream which is the same as the source.
- You will see 3DVision Player start and in the console some "things" happening.
- It will take a while (around 30 seconds) to get hold of the stream.
- Once is loaded you will be presented with the content format selection window :
-> Set Side-by-Side Left First
-> Aspect Ratio is 16:9
-> Hit OK
- Voila!! You can see the stream in stereo 3D.
----------------------------------------------------------
6. Using custom UI while Twitch Broadcasting Ex: Chat box
----------------------------------------------------------
- I've tried "Overwolf" UI and I can say is working perfectly fine with Twitch Streaming.
- Only issue is in SLI the UI flickers. Apparently is a known issue.
- Other custom UIs are possible to work. If it works with standard ShadowPlay then it should work in 3D as well.
---------------------------------
7. Known issues
---------------------------------
- Sometimes 3DVision Player reports that the stream cannot be opened. Simply close 3DVision Player and the console window and start it again.
- After you opened a stream with 3D Vision player if you change ANY OF THE SETTINGS like Aspect Ratio, format etc the Stream will restart from zero (meaning from the point you initially viewed it) without the possibility to fast forward.
- It requires a lot of bandwidth to stream in 3D and the quality is not top notch. You can see is even lower of that what you would normally see in 2D since the stream is Half-Width and since you see 2 eyes in one frame.
Hope this helps and I am looking forward to you guys streaming stuff;))
I searched over and over to see if somebody attempted this before. And guess what...People are asking but no one actually did it.
So, I decided to spend some time and figure this "mystery" :)
I am not a bit Twitch streamer but I hope that other people will use this guide and make 3D Vision Ready streams;))
So let,s get started
=========================================
How-To: Stream 3D Videos over Twitch.tv
=========================================
--------------
1. Setting up
--------------
- First of all it requires patience especially until you get the HANG of it;)) You have been warned !!!!
- First make a twitch.tv (free) account. If you are already a partner then is even better !!!!
- Download and install the latest nVidia GTX drivers + Geforce Experience. At the time of writting: driver set 347.50 and GFE 2.2.0
- Obviously enable 3D Vision and test it in the game you want to stream that is working.
---------------------------------
2. Enable 3D Vision BroadCasting
--------------------------------
- Open GFE and Enable ShadowPlay. Set it to Twitch.Tv Mode and log in. For settings I HIGHLY recommend:
- 720p HD
- Framerate 60 fps
- 3.0Mbit - 3.5Mbit (Anything lower will create pixelated images... Ex: 1.5Mbit)
(Yes, you need to have a very good stable and BIG upload rate. You will notice that even at this rate the image quality will not be that perfect.)
- Start your game and hit ALT+F8 to start the stream.
- If you look on your Twitch.tv channel you will see your broadcasted game in Side-by-side HALF width.
Awesome!!! See? This wasn't hard.... The hardest part if to VIEW the Stream. So, let's get started with it...
-------------------------------------------------------------
3. Required Software for 3D Vision Twitch.tv Stream Playback
-------------------------------------------------------------
---------------------------------
4. Required Configuration
---------------------------------
- Navigate to "%AppData%/livestreamer"
- Add this section :
# Nvidia 3D Vision Player & Twitch Streaming
player="C:\Program Files (x86)\NVIDIA Corporation\NVIDIA 3D Vision Video Player\StereoPlayer.exe" --file-caching=4096 -cache 4096
player-args="-url:{filename}"
- Find this:
# Use this if you want to transport the stream to the player via HTTP.
#player-http
And change it to this:
# Use this if you want to transport the stream to the player via HTTP.
player-http
- Find these sections:
# By default Livestreamer will close the player when stream is over.
# Use this option to let the player stay or close itself instead.
#player-no-close
# Use this option if you want Livestreamer to keep trying to access
# the stream even if it goes offline or disconnects. Your player must
# support HTTP and its playlist should be set to repeat mode.
#player-continuous-http
And Change them to :
# By default Livestreamer will close the player when stream is over.
# Use this option to let the player stay or close itself instead.
player-no-close
# Use this option if you want Livestreamer to keep trying to access
# the stream even if it goes offline or disconnects. Your player must
# support HTTP and its playlist should be set to repeat mode.
player-continuous-http
---------------------------------
5. Viewing the Stream
---------------------------------
- In order to view a stream open a Console
- Issue this command "livestreamer twitch.tv/helifaxwsgf source"
- livestreamer -> is the app
- twitch.tv/helifaxwsgf -> is the Twitch.tv address that has the stream
- source -> quality of the stream which is the same as the source.
- You will see 3DVision Player start and in the console some "things" happening.
- It will take a while (around 30 seconds) to get hold of the stream.
- Once is loaded you will be presented with the content format selection window :
-> Set Side-by-Side Left First
-> Aspect Ratio is 16:9
-> Hit OK
- Voila!! You can see the stream in stereo 3D.
----------------------------------------------------------
6. Using custom UI while Twitch Broadcasting Ex: Chat box
----------------------------------------------------------
- I've tried "Overwolf" UI and I can say is working perfectly fine with Twitch Streaming.
- Only issue is in SLI the UI flickers. Apparently is a known issue.
- Other custom UIs are possible to work. If it works with standard ShadowPlay then it should work in 3D as well.
---------------------------------
7. Known issues
---------------------------------
- Sometimes 3DVision Player reports that the stream cannot be opened. Simply close 3DVision Player and the console window and start it again.
- After you opened a stream with 3D Vision player if you change ANY OF THE SETTINGS like Aspect Ratio, format etc the Stream will restart from zero (meaning from the point you initially viewed it) without the possibility to fast forward.
- It requires a lot of bandwidth to stream in 3D and the quality is not top notch. You can see is even lower of that what you would normally see in 2D since the stream is Half-Width and since you see 2 eyes in one frame.
Hope this helps and I am looking forward to you guys streaming stuff;))
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
Besides the usual complication of sharing 3D content with varying display sizes/depth settings, I am kind of curious if a 2D User(or 3D User on a 2D device) could watch it in 3D by cross-eyeing a SBS stream ... might actually be useful as a 'recruitment' tool. ;)
Besides the usual complication of sharing 3D content with varying display sizes/depth settings, I am kind of curious if a 2D User(or 3D User on a 2D device) could watch it in 3D by cross-eyeing a SBS stream ... might actually be useful as a 'recruitment' tool. ;)
Easier than forking over all the money for a halfway decent 3D Vision Ready rig with all the trimmings ... x)
It looks like you can just go to http://www.twitch.tv/helifaxwsgf to view it in 2D at least and it will go fullscreen but Helifax is offline so I can't see if it'll show up as cross-eyeable SBS ... that would be pretty cool if it did though.
Easier than forking over all the money for a halfway decent 3D Vision Ready rig with all the trimmings ... x)
It looks like you can just go to http://www.twitch.tv/helifaxwsgf to view it in 2D at least and it will go fullscreen but Helifax is offline so I can't see if it'll show up as cross-eyeable SBS ... that would be pretty cool if it did though.
I have never been able to get that "cross eyed" technique to work. I don't see it in 3d and just get a headache from the strain of trying
i7-4790K CPU 4.8Ghz stable overclock.
16 GB RAM Corsair
EVGA 1080TI SLI
Samsung SSD 840Pro
ASUS Z97-WS
3D Surround ASUS Rog Swift PG278Q(R), 2x PG278Q (yes it works)
Obutto R3volution.
Windows 10 pro 64x (Windows 7 Dual boot)
[quote="necropants"]I have never been able to get that "cross eyed" technique to work. I don't see it in 3d and just get a headache from the strain of trying[/quote]
It does take a little practice. I haven't read about this being something unique to different people, it seems that if you can see 3D at all, you can do this.
Try this as the easiest way to see, minimal strain:
[olist]
[.]Sit from your monitor at 24 inches away. Pretty normal viewing distance. (assuming monitor dpi is around 100)[/.]
[.]Hold your index finger up in front of you, between the two images at 9 inches away from your eyes.[/.]
[.]Concentrate only on the tip of your finger. You'll be crossing eyes, but it shouldn't be much strain.[/.]
[.]Keep focusing on your finger tip and let it happen. [/.]
[.]After awhile, you'll be able to see the triple image by sort-of peripheral vision.[/.]
[/olist]
The key is to not [i]try [/i]to make it happen, just let your eyes get used to that, and it should pretty easily snap in where you will be able to see the monitor image too. There will be three images, left, right, and the combined center in 3D.
Try it with these known good images, that have modest convergence. Some images you see here on the boards are fairly extreme. Don't enlarge these, these are the right size for these parameters.
If you can see 4 images out your sort-of peripheral vision, then the adjustments are not quite right. With 4 images, that means your finger is too close. Less than 3, like some weird overlap of left/right means your finger is too far away. Experiment with moving your finger forward and backward to get a clean third image.
[img]http://sg.bo3b.net/ds3/deadspace307_50.jps[/img]
[img]http://www.bo3b.net/alien/AI65_85.jps[/img]
[img]http://www.bo3b.net/alien/AI66_85.jps[/img]
necropants said:I have never been able to get that "cross eyed" technique to work. I don't see it in 3d and just get a headache from the strain of trying
It does take a little practice. I haven't read about this being something unique to different people, it seems that if you can see 3D at all, you can do this.
Try this as the easiest way to see, minimal strain:
Sit from your monitor at 24 inches away. Pretty normal viewing distance. (assuming monitor dpi is around 100)
Hold your index finger up in front of you, between the two images at 9 inches away from your eyes.
Concentrate only on the tip of your finger. You'll be crossing eyes, but it shouldn't be much strain.
Keep focusing on your finger tip and let it happen.
After awhile, you'll be able to see the triple image by sort-of peripheral vision.
The key is to not try to make it happen, just let your eyes get used to that, and it should pretty easily snap in where you will be able to see the monitor image too. There will be three images, left, right, and the combined center in 3D.
Try it with these known good images, that have modest convergence. Some images you see here on the boards are fairly extreme. Don't enlarge these, these are the right size for these parameters.
If you can see 4 images out your sort-of peripheral vision, then the adjustments are not quite right. With 4 images, that means your finger is too close. Less than 3, like some weird overlap of left/right means your finger is too far away. Experiment with moving your finger forward and backward to get a clean third image.
Acer H5360 (1280x720@120Hz) - ASUS VG248QE with GSync mod - 3D Vision 1&2 - Driver 372.54
GTX 970 - i5-4670K@4.2GHz - 12GB RAM - Win7x64+evilKB2670838 - 4 Disk X25 RAID
SAGER NP9870-S - GTX 980 - i7-6700K - Win10 Pro 1607 Latest 3Dmigoto Release Bo3b's School for ShaderHackers
If you can handle any amount of popout or toyification you should be able to do cross-eye 3D ... I've been doing it since way before I ever got 3D Vision. The smaller the SBS image the easier it is to do, like the images Bo3b posted work great on my phone. Also distance factors into it a bit, I've had images that I could cross on my 24" monitor but I couldn't actually focus on them, adding a bit more distance between myself and the screen made it possible to cross and focus on them ... and obviously you can't tilt your head.
If you can handle any amount of popout or toyification you should be able to do cross-eye 3D ... I've been doing it since way before I ever got 3D Vision. The smaller the SBS image the easier it is to do, like the images Bo3b posted work great on my phone. Also distance factors into it a bit, I've had images that I could cross on my 24" monitor but I couldn't actually focus on them, adding a bit more distance between myself and the screen made it possible to cross and focus on them ... and obviously you can't tilt your head.
I am not sure about cross eyed.... since the image is horizontally "compressed"....
In any case if anyone wants to try it out... I started the stream...
You can either use the method that I said in the initial post of cross eyed:)
I am not sure about cross eyed.... since the image is horizontally "compressed"....
In any case if anyone wants to try it out... I started the stream...
You can either use the method that I said in the initial post of cross eyed:)
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
Yeah, I just checked it out. It was 'compressed' a bit, well squared, which would have been fine I guess but unfortunately the channels weren't inverted/crossed(R/L) so you can't view it cross-eyed, it was just a normal SBS(L/R) stream. Oh well, only the elite can watch it. Lol. ;)
Yeah, I just checked it out. It was 'compressed' a bit, well squared, which would have been fine I guess but unfortunately the channels weren't inverted/crossed(R/L) so you can't view it cross-eyed, it was just a normal SBS(L/R) stream. Oh well, only the elite can watch it. Lol. ;)
I am actually interested if the method for viewing the 3D stream worked and if anyone tried it actually;))
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
I've made a broadcast last night. Apparently Twitch also has the ability to store the past broadcasts.
In any case you can find the broadcast on my Twitch account if you want to play and see how it looks like :)
I've made a broadcast last night. Apparently Twitch also has the ability to store the past broadcasts.
In any case you can find the broadcast on my Twitch account if you want to play and see how it looks like :)
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
So, I decided to spend some time and figure this "mystery" :)
I am not a bit Twitch streamer but I hope that other people will use this guide and make 3D Vision Ready streams;))
So let,s get started
=========================================
How-To: Stream 3D Videos over Twitch.tv
=========================================
--------------
1. Setting up
--------------
- First of all it requires patience especially until you get the HANG of it;)) You have been warned !!!!
- First make a twitch.tv (free) account. If you are already a partner then is even better !!!!
- Download and install the latest nVidia GTX drivers + Geforce Experience. At the time of writting: driver set 347.50 and GFE 2.2.0
- Obviously enable 3D Vision and test it in the game you want to stream that is working.
---------------------------------
2. Enable 3D Vision BroadCasting
--------------------------------
- Open GFE and Enable ShadowPlay. Set it to Twitch.Tv Mode and log in. For settings I HIGHLY recommend:
- 720p HD
- Framerate 60 fps
- 3.0Mbit - 3.5Mbit (Anything lower will create pixelated images... Ex: 1.5Mbit)
(Yes, you need to have a very good stable and BIG upload rate. You will notice that even at this rate the image quality will not be that perfect.)
- Start your game and hit ALT+F8 to start the stream.
- If you look on your Twitch.tv channel you will see your broadcasted game in Side-by-side HALF width.
Awesome!!! See? This wasn't hard.... The hardest part if to VIEW the Stream. So, let's get started with it...
-------------------------------------------------------------
3. Required Software for 3D Vision Twitch.tv Stream Playback
-------------------------------------------------------------
- First go and install LiveSteamer (https://github.com/chrippa/livestreamer/releases)
(Current version is 1.11.1)
- Download and Install K-Lite Codec Pack Full/Mega Edition (http://www.codecguide.com/download_kl.htm)
(Current version is 11.0.0)
- Download and install nVidia 3D Vision Player (http://www.nvidia.com/object/3d-vision-video-player-1.7.5-driver.html)
(Current version is 1.7.5)
---------------------------------
4. Required Configuration
---------------------------------
- Navigate to "%AppData%/livestreamer"
- Add this section :
- Find this:
And change it to this:
- Find these sections:
And Change them to :
---------------------------------
5. Viewing the Stream
---------------------------------
- In order to view a stream open a Console
- Issue this command "livestreamer twitch.tv/helifaxwsgf source"
- livestreamer -> is the app
- twitch.tv/helifaxwsgf -> is the Twitch.tv address that has the stream
- source -> quality of the stream which is the same as the source.
- You will see 3DVision Player start and in the console some "things" happening.
- It will take a while (around 30 seconds) to get hold of the stream.
- Once is loaded you will be presented with the content format selection window :
-> Set Side-by-Side Left First
-> Aspect Ratio is 16:9
-> Hit OK
- Voila!! You can see the stream in stereo 3D.
----------------------------------------------------------
6. Using custom UI while Twitch Broadcasting Ex: Chat box
----------------------------------------------------------
- I've tried "Overwolf" UI and I can say is working perfectly fine with Twitch Streaming.
- Only issue is in SLI the UI flickers. Apparently is a known issue.
- Other custom UIs are possible to work. If it works with standard ShadowPlay then it should work in 3D as well.
---------------------------------
7. Known issues
---------------------------------
- Sometimes 3DVision Player reports that the stream cannot be opened. Simply close 3DVision Player and the console window and start it again.
- After you opened a stream with 3D Vision player if you change ANY OF THE SETTINGS like Aspect Ratio, format etc the Stream will restart from zero (meaning from the point you initially viewed it) without the possibility to fast forward.
- It requires a lot of bandwidth to stream in 3D and the quality is not top notch. You can see is even lower of that what you would normally see in 2D since the stream is Half-Width and since you see 2 eyes in one frame.
Hope this helps and I am looking forward to you guys streaming stuff;))
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
My website with my fixes and OpenGL to 3D Vision wrapper:
http://3dsurroundgaming.com
(If you like some of the stuff that I've done and want to donate something, you can do it with PayPal at tavyhome@gmail.com)
http://photos.3dvisionlive.com/chtiblue/album/530b52d4cb85770d6e000049/3Dvision with 49" Philips 49PUS7100 interlieved 3D (3840x2160) overide mode, GTX 1080 GFA2 EXOC, core i5 @4.3GHz, 16Gb@2130, windows 7&10 64bit, Dolby Atmos 5.1.4 Marantz 6010 AVR
Thanks to everybody using my assembler it warms my heart.
To have a critical piece of code that everyone can enjoy!
What more can you ask for?
donations: ulfjalmbrant@hotmail.com
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]
Thanks to everybody using my assembler it warms my heart.
To have a critical piece of code that everyone can enjoy!
What more can you ask for?
donations: ulfjalmbrant@hotmail.com
It looks like you can just go to http://www.twitch.tv/helifaxwsgf to view it in 2D at least and it will go fullscreen but Helifax is offline so I can't see if it'll show up as cross-eyeable SBS ... that would be pretty cool if it did though.
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]
i7-4790K CPU 4.8Ghz stable overclock.
16 GB RAM Corsair
EVGA 1080TI SLI
Samsung SSD 840Pro
ASUS Z97-WS
3D Surround ASUS Rog Swift PG278Q(R), 2x PG278Q (yes it works)
Obutto R3volution.
Windows 10 pro 64x (Windows 7 Dual boot)
It does take a little practice. I haven't read about this being something unique to different people, it seems that if you can see 3D at all, you can do this.
Try this as the easiest way to see, minimal strain:
The key is to not try to make it happen, just let your eyes get used to that, and it should pretty easily snap in where you will be able to see the monitor image too. There will be three images, left, right, and the combined center in 3D.
Try it with these known good images, that have modest convergence. Some images you see here on the boards are fairly extreme. Don't enlarge these, these are the right size for these parameters.
If you can see 4 images out your sort-of peripheral vision, then the adjustments are not quite right. With 4 images, that means your finger is too close. Less than 3, like some weird overlap of left/right means your finger is too far away. Experiment with moving your finger forward and backward to get a clean third image.
Acer H5360 (1280x720@120Hz) - ASUS VG248QE with GSync mod - 3D Vision 1&2 - Driver 372.54
GTX 970 - i5-4670K@4.2GHz - 12GB RAM - Win7x64+evilKB2670838 - 4 Disk X25 RAID
SAGER NP9870-S - GTX 980 - i7-6700K - Win10 Pro 1607
Latest 3Dmigoto Release
Bo3b's School for ShaderHackers
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]
In any case if anyone wants to try it out... I started the stream...
You can either use the method that I said in the initial post of cross eyed:)
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
My website with my fixes and OpenGL to 3D Vision wrapper:
http://3dsurroundgaming.com
(If you like some of the stuff that I've done and want to donate something, you can do it with PayPal at tavyhome@gmail.com)
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]
Thanks to everybody using my assembler it warms my heart.
To have a critical piece of code that everyone can enjoy!
What more can you ask for?
donations: ulfjalmbrant@hotmail.com
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
My website with my fixes and OpenGL to 3D Vision wrapper:
http://3dsurroundgaming.com
(If you like some of the stuff that I've done and want to donate something, you can do it with PayPal at tavyhome@gmail.com)
In any case you can find the broadcast on my Twitch account if you want to play and see how it looks like :)
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
My website with my fixes and OpenGL to 3D Vision wrapper:
http://3dsurroundgaming.com
(If you like some of the stuff that I've done and want to donate something, you can do it with PayPal at tavyhome@gmail.com)
using livestreamer and stereoscopic player.
Thanks to everybody using my assembler it warms my heart.
To have a critical piece of code that everyone can enjoy!
What more can you ask for?
donations: ulfjalmbrant@hotmail.com