Questions tagged [flartoolkit]
29 questions
7
votes
1 answer
Problem with getting the Camera to work on Away3DLite
I have implemented Augmented Reality application for android using Adobe Air for Android, FLARManager, Away3DLite.
The program works fine on flash, However when i publish it on my mobile phone (HTC Nexus One) or run it on the emulator my camera…

Apollon1954
- 1,388
- 4
- 16
- 33
4
votes
1 answer
Flash Error #1063 Argument count mismatch
I'm getting the following strange error:
ArgumentError: Error #1063: Argument count mismatch on Away3DLiteSprite(). Expected 4, got 0.

Apollon1954
- 1,388
- 4
- 16
- 33
3
votes
1 answer
3D model manipulation in Augmented Reality
I'm using FLARManager and papervision3d to implement a small augmented reality hack.
my requirement is to yaw the model upon a button click.
This is what i have done so far:
public class AugmentedReality extends Sprite
{
private var…

codemaniac
- 879
- 1
- 11
- 31
3
votes
2 answers
Augmented Reality with large and complex markers
does anyone have any experience with using large and complex images as markers (e.g. magazine layout, photo, text-layout) for a.r.?
i am not sure which way to go:
flash, papervision and flar would be nice for distribution but i suspect them to be…

DasAntonym
- 452
- 3
- 19
2
votes
2 answers
Camera freezing when using FlareNFT with FLARManager
I'm trying to run the example application from the FlarManager download. It worked first time using the FlarToolkit engine, but the webcam freezes if I change to the FlareNFT tracker. The only change I've made is to the onAdded function:
From…

rlayte
- 538
- 4
- 12
2
votes
1 answer
Where can I find help with flash based augmented reality detecting hand position / gestures?
I'm researching a potential project involving flash based augmented reality, and I've already looked at FlarToolkit and FlarManager which seem pretty straight forward to execute marker detection.
What I cannot find are any sites or assistance with…

WillyCornbread
- 837
- 1
- 12
- 21
2
votes
2 answers
How to use animation with augmented Reality?
I can display images on marker using flarToolkit in flash as3 but can anyone suggest a good link/tutorial which explains how to use animation with augmented reality in flash?

funkydokta
- 96
- 2
- 6
1
vote
1 answer
3D object in FLARToolKit keep appearing even though there is no marker detected
I have another (newbie) question about FLARToolKit.
This is Lee Brimelow's code to make 3 boxes on top of the marker.
package {
import flash.display.BitmapData;
import flash.display.Sprite;
import flash.events.Event;
import…

shaumadhana
- 13
- 5
1
vote
1 answer
AR With Printed Buttons
I made an AR Application that detects the printed marker & plays the video on it.
I'd like to have a button printed on paper, which triggers an event when its blocked by a finger.
IMAGE LINK: http://tinypic.com/view.php?pic=23le2h2&s=7
The…

Chen
- 11
- 1
1
vote
1 answer
Integrating C++ libraries in C for ARToolKit - ARToolkit+
I am working on a Augmented reality Project where I plan to use ARToolkit for Image Capturing and rendering where as ARToolKitPlus for marker detection.
The problem is ARToolKit is a C library where as ARToolKit+ is written in C++. Can some one…

Mayank
- 308
- 1
- 2
- 15
1
vote
0 answers
Error #1009: Cannot access a property or method of a null object reference.on camera
im working on augmented reality application where my augmented object can be touched by hands. So it has motion detection in it. i build it using flartoolkit and away3d.
I already made the augmented reality and motion detection part. The problem is…

Kevin phytagoras
- 123
- 1
- 2
- 15
1
vote
2 answers
Showing text messages in augmented reality applications with ARToolkit
I would like to implement a simple AR desktop application. This application should first recognize a marker out of a set of pre-registered ones, and then, show on screen some particular information related to the detected marker.
I was thinking on…

super
- 411
- 3
- 16
0
votes
1 answer
FLARToolKit Multiple Markers and Objects
I'm trying to get the Augmented Reality code to work with multiple objects. How do I do this? I've tried everything but it just doesn't work. The following code is for a single augmented reality marker, but it displays every object.
package {
…

Tim Lodder
- 49
- 1
- 12
0
votes
1 answer
Android Augmented Reality
I am planning to develop augmented reality on android platform.Flash 4.5 SDK now enables us to develop applications now on mobile platform. I wanted to ask if its possible to develop AR app on mobile using Flar Manager,papervision??

newbie
- 227
- 3
- 7
- 18
0
votes
1 answer
adding noise to a video in actionscript
Before I begin, I would like to apologize if what I'm going to ask is to be considered as super newbie question.
so I was trying out Lee Brimelow's tutorial on creating a simple AR scene using actionscript3. (http://blog.theflashblog.com/?p=901)
It…

shaumadhana
- 13
- 5