Augmented reality with ionic possible?

Hi Darksidious,

I’ve checked and I’m not a 100% certain AweJS supports render targets. But I’m certain WebGL does.
So, yes you could theoretically draw anything as a texture.

I’m not entirely certain what you’re referring to with the ‘greenscreen’ effect, but you can do some post-processing on the canvas to filter out certain colors and clip those with some other layer.

The sky is the limit when it comes to pixel manipulation if AweJS doesn’t support it out of the box.

1 Like

Thanks BetaBugish. Have you had any success using camerapreview cordova plugin. Crosswalk isnt doing the trick for me as far as efficiency

Hi BetaBugish,
you said you’re writing a blogpost on the subject, where can we see more details? Is it possible to get more details on the implementation?
thank you

1 Like

I can’t get this to work either. I’m not getting any error… I’m just not getting any camera preview.

I’m using Ionic 2 if that makes a difference.

I faced this issue, it seems that the camera appear behind the ionic view, use only cordova without ionic framework.

I already have the ionic project, so that’s not an option.

But thanks for the input, it helps me know where to focus.

In this case try to add background-color transparent to body tag and .pane class, i’m using it with ezAR Video Overly and it works.

body {
background-color: transparent !important;
}

.pane {
background-color: transparent !important ;
}

have you implemented awe.js in IONIC 1? i need your help

Hi Mladen,
I am actually working on a hybrid mobile app with ionic 3, I confirm that there is a Wikitude SDK for ionic. it works well for me.
Here you have a starter app to use for ionic :

Let me know if you have an issue.

have you write blog post or give me link please :slight_smile: