Augmented Reality for UE4

hi , i tried to get the mobile phone screen resolution a bit better, i tried 720,480. But the screen turns purple. Is that something familiar to you? i changed it the way you showed here (android)
http://www.unreal4ar.com/mobile-video-resolutions/

And another question, i have great porblems to get this on my phone. Sometimes the export goes well 10 times, but then suddenly it goes wrong. The export is a succes, but the app wont start. And once this happends, there is no way to get this starting again on my phone. (uninstall-install. phone on, phone off,… etc) Sometimes resetten the whole phone can help it.

best regards robert

Hello,

in the video you sow 2 objects in diferents markers in the same camera but on the proyect artoolkitadvance we can read one marker. how to read 2 diferent markers spawning 2 objects(meshes)

Are you sure the resolution you set is supported by your device ? Can you please try something like 640x480 or 800x600 ?

Hello,

Try the simple demo, it has an example for tracking multiple markers.

thanks it works great right now. Seems again and again a problem with nexus phones. Tried it on a and it looks very good.

Hey it works really good, also my own made nft markers. Now the final step,… Making new scenes on different markers. But man, your levelbp looks complicated. Whats the best practice to do this? Should i copy the bp and make new event ticks? I rather not do that, because too many of these ticks wont work on most phones. When i duplicate the one touch bp and make some other meshes inside, seems a good start. But the way the bp will show and hide i dont understand.

Is this a full implementation of ARToolKit, but in Unreal?
What I mean is, can I use all the features of ARToolKit with this plug-in? And are they all available in blueprints?

Black and White fiducial marker tracking, matrix markers, and NFT tracking are implemented for Windows / Mac / iOS / Android.

Check out the documentation for blueprint nodes:
http://www.unreal4ar.com/blueprint-nodes/

I am glad it’s working now!

For multiple NFT markers, just edit the level blueprint and check all of your markers visibility with the get marker node in the tick function. Once a markers is visible use it’s vectors/rotations for tracking your camera or subject.

Hello, I bought a personal version of the plug-in, did not pack it out, there is no way to put other people’s cell phones? Do I have to buy a commercial version?

Hello,

Personal version is working on cell phones (Android / iOS).

Please follow the steps described on the link below:
http://www.unreal4ar.com/getting-started-full-version/

If you still have issues please get back to me with log files.

Hi , thanks for the reply. I think i am almost there. Made my own markers. Copied the bp AR-actor_touch. Changed this BP a bit and referenced this to my new marker. Everything seems to work the way i did below. But somehow the original is not updating the location. So once the marker is detected, the scene stays in one location. Have you an idea whats going wrong?

Hi,

I cannot see too much … Can you please send me a higher resolution version to info@unreal4ar.com ?

i am sorry, there i am again. Most other thinks are working right now. Very happy to get this almost done :slight_smile: But the final step is the package to an .APK. That’s not working. Do you know this is a commen problem?, and i miss a very easy step (i hope). I tried to package a fresh template of UE4 (mobile, thirst person), and that packages allright. (both ue4.18)
here is the log:

Can you please re-upload the file ? When I click on the link I get [FONT=courier new]{“success”:false,“error”:404,“message”:“Not Found”}

Hi! and I am wondering if the 2D barcode markers are working for anyone? it is not working on UE 4.18.2. Thanks!

i am sorry, here is the file again. Really hope you see whats going on, why i cannot this to a.apk file!
https://ufile.io/eentx

Hello,

[FONT=courier new]LogInit: Display: LogBlueprint: Error: [Compiler PersistentLevel.ARToolkitSimple] The current value (NewEnumerator35) of the ’ Enum ’ pin is invalid: ‘NewEnumerator35’ is not a valid enumerant of ‘<MarkersNFT>’ from Source: /Game/Maps/ARToolkitSimple.ARToolkitSimple:PersistentLevel.ARTool
kitSimple

Can you check this ? It’s located in the level blueprint of [FONT=courier new]/Game/Maps/ARToolkitSimple
Maybe you are not using this map at all, but you cannot pack the full project because of a missing value.

Hi!

Please check the init node, it has a parameter

  • Detection mode [EDetectionMode]: Template Matching Color – Fiducial markers (like Hiro or Knaji), or Matrix Code Detection for 2D Barcode Matrix markers

http://www.unreal4ar.com/init/

Change it to** 2D Barcode Matrix markers**.