WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-09-2012, 09:20 PM
emily800326 emily800326 is offline
Member
 
Join Date: Jul 2012
Posts: 5
how to fix my vizard?

i use the camera to read my ar-code.
but the panel turn black , and i can't see my code.
can someone tell me what the problem.
(when i run another code,also have this problem.)

Quote:
import viz

viz.go()


ar=viz.add('artoolkit.dle')
camera=ar.addWebCamera()

m0=camera.addMatrixMarker(0,width=50)
modle1=viz.add('box.obj')

links=viz.link(m0,modle1)
modle1.setScale(0.05,0.05,0.05)
modle1.texture('')
Reply With Quote
  #2  
Old 07-11-2012, 04:56 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Are you saying the graphics window is just black? Do you get any error message in Vizard? If not, perhaps the model is obscuring the view. Can you see the webcam output when you run the following?
Code:
import viz
viz.go()

ar=viz.add('artoolkit.dle')
camera=ar.addWebCamera()
Reply With Quote
  #3  
Old 07-13-2012, 06:51 AM
emily800326 emily800326 is offline
Member
 
Join Date: Jul 2012
Posts: 5
Warning: TextureRectangle::apply(..) failed, texture rectangle is not support by your OpenGL drivers.

how can i do ?
Reply With Quote
  #4  
Old 07-16-2012, 01:07 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
What kind of graphics card do you have?
Reply With Quote
  #5  
Old 07-20-2012, 12:53 AM
emily800326 emily800326 is offline
Member
 
Join Date: Jul 2012
Posts: 5
intel(R)HD Graphics
Reply With Quote
  #6  
Old 07-21-2012, 01:52 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can try updating the drivers.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Realistic Light and Shadows Using Vizard and 3DS Max jde Vizard 4 07-13-2012 10:58 AM
Vizard 4 Beta Testing farshizzo Announcements 0 02-01-2011 10:46 AM
Vizard 4 Beta Testing farshizzo Vizard 0 02-01-2011 10:46 AM
.3DS importing in Vizard and 3D Studio jde Vizard 1 08-28-2009 03:14 PM
Vizard tech tip: Using the Python Imaging Library (PIL) Jeff Vizard 0 03-23-2009 11:13 AM


All times are GMT -7. The time now is 10:54 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC