• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Overlay 3D objects on a display from default camera on mobile device

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

I need HELP with overlaying / displaying 3D objects on top of live video feed from the default on-board camera of mobile devices.

Currenlty i've manage to create an application that shows the video input from the camera and a 3D cube separately but both are created in a single Canvas class. Controlled using if-else condition.

Now i am trying to show both together on the same canvas, but everytime it seems that the video will only show ON TOP of the 3D cube...

At the moment, i'm trying my luck using a technique that "interlace"s between the camera and the 3D object. The canvas is repaint()ed in a Timer class.

I really need to know if there are other possible and hopefuly simpler ways to do achieve what i need. HELP!!

Just to be honest, i'm a total noob (freshy, greenhorn, fng...etc) in Java. Please help before i drown myself in (Java) coffee...


Deep in coffee,
Henri
 
reply
    Bookmark Topic Watch Topic
  • New Topic