Skip to main content

AOC Razor 3D LED TV : A great value for money


The AOC Razor 3D LED TV Monitor comes with a great prize just  Rs 19,990.  

The Razor uses passive 3D technology which eliminates the need for those battery-powered active shutter 3D glasses which can be a pain to wear. Interestingly, the box comes with four (yes, FOUR) pairs of passive 3D glasses that let you enjoy multiple hours of viewing 3D content.

Setting up the TV took less than three minutes. The Full HD screen produces sharp colours and high contrasts and the images appear natural. 

The 3D images had enjoyable depth but only while viewing from fairly close to the screen. The AOC Razor has a direct 3D key on the remote to convert and watch 2D content with 3D effects. But the experience is truly enjoyable only with the real 3D content. 

However, we felt that this TV doesn't offer wide viewing angle. There was a slight lag of 3D depth when we moved from the front of the TV to the side. Also, the 3D content on this display didn't hurt our eyes much.

The TV is equipped with Dream Surround Sound that claims to create an immersive sound with rich bass. However, it appeared only average. The TV has a USB port on the side that can be used to play multimedia content. The AOC razor has an acceptable refresh rate and can play heavy 3D games with ease. While it's a nice idea to use it as a TV, just like other displays, it can work as a monitor too.

Specification:

23-inch 3D LED, 1920 x 1080 pixels
Dual 5W speakers
Dual HDMI, VGA, component, USB port
Passive 3D
Multimedia playback
3.6kg.

Comments

Popular posts from this blog

PowerShell Gallery is currently unavailable

Recently working on an automation in windows server I got this issue and my automation got stopped. Generally by this error you will know the server is unable to reach out to the PSGallery. ERROR [DBG]: PS C:\Users\nagarro>> Get-PSGalleryApiAvailability -Repository PSGallery VERBOSE: Error in executing PowerShell Gallery is currently unavailable.  Please try again later. Resolution So 2 things which can be done here is: 1. [Net.ServicePointManager]::SecurityProtocol Run this command to check whether the tls1.2 is enabled or not. I f it is not listed just run this command- [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12      2. Sometimes the internet explorer first configuration due to security reason my cause this issue. So you need to open the PS gallery in the IE and add these sites as a exception. You can also disable the config in the registry setting of IE. I was able to so...

How to increase internal memory of your Android !!

Want you to increase Internal Memory of your Android !! 1- First you have to download Mini tool Partition and install on your PC. 2- Connect your SD card to your PC using card reader and backup your SD card data onto your PC as we are going to format it. 3-  Open Mini Tool Partition in your PC and when the wizards open click on your SD Card and select Delete option. Now your SD Card memory is unallocated. 4- Then Right click SD Card and select create option. A popup window will open giving you the choice for making partition ; create partition as primary and file system as FAT if SD Card is less than 4GB and FAT32 if it is more than 4GB. Leave about 256 MB or more space (your choice) for creating the next partition which will be your phone's internal memory. 5- Then select done and do right click on unallocated space of your SD Card and again click create option. Select Primary partition but change the file system to Ext2, Ext3 or Ext4. ( Note: Ext2 is recommended as most ROMs...

Free container labs

Hello all, I am going to share free labs for quick hands on Docker and kubernetes. Hope they will be useful. 1.    Docker Lab setup