Loading...

2017.

Welcome to VOID AR

VOID AR is devoted to the continuous development of new AR technology in order to fulfill the AR developers with ultimate imaginaries, creativities and more high quality AR contents.
You can learn to use our products from here if you are trying VOID AR for the first time.

Common problem

Image Marker Recognition

1. Lower resolution has better performance. The recommended pixel ratio is 3:2 or 4:3 or ration closed 3:2 and 4:3 or squared image. The recommended resolution is 320x240 or 640x480.
2. Averaged Brighten environment is strongly recommended. Please avoid the over-darkness, over-brightness, many shadows environment.
3. It makes the recognition easier if the marker has a clear border.
4. If there are shadows on the image surface, please scan the clearer part of the image target for better performance. 
  

Program errors and crashes

Program errors and crashes in run-time.

1. Make sure your camera works correctly.
2. Make sure you are using the correct and newest VOID AR SDK.
  

System errors in windows environment during compiling.

If you build package in windows platform, you need to make changes as below:

1. Comment the 55th and 56th lines in VoidARAPI.cs
   //AndroidJavaClass javaClass;
   //AndroidJavaObject javaObject;
2. Copy the dll files in folder plugin to the same directory of your exe file.
3. Close the Unity program.(Kill the process)
4. Then you can run programs on PC.