WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: sircedric4
Forum: Vizard 03-10-2010, 06:40 AM
Replies: 26
Views: 42,579
Posted By sircedric4
I am still trying to find a better way to do the...

I am still trying to find a better way to do the conversion myself, but in the meantime I was able to get something to "work" using the actual screen capture and file save capability in Vizard.
...
Forum: Vizard 03-09-2010, 10:33 AM
Replies: 26
Views: 42,579
Posted By sircedric4
I get <type 'NoneType'>. It would be nice if...

I get <type 'NoneType'>.

It would be nice if I could get the openCV camera frame capture stuff to work. I tried incorporating the Vizard (vizcapture) function into squares using the Vizard webcam...
Forum: Vizard 03-08-2010, 08:35 AM
Replies: 26
Views: 42,579
Posted By sircedric4
I just got finished trying the capture-cam.py...

I just got finished trying the capture-cam.py example and got a runtime error. When I ran it, it first prompted me to select a web camera and then when it tried to run it gave the following error:
...
Forum: Vizard 03-02-2010, 11:29 AM
Replies: 26
Views: 42,579
Posted By sircedric4
Sweet! Thanks a lot. That did the trick. Now I...

Sweet! Thanks a lot. That did the trick. Now I can play with some of these OpenCV functions.
Forum: Vizard 03-02-2010, 09:58 AM
Replies: 26
Views: 42,579
Posted By sircedric4
There is a _cv.pyd in the site-packages\opencv...

There is a _cv.pyd in the site-packages\opencv path. I do not know what you mean by the value of sys.path.

If you are referring to the PATH environment variable in my Windows XP operating system....
Forum: Vizard 03-02-2010, 07:19 AM
Replies: 26
Views: 42,579
Posted By sircedric4
Thank you very much. I put the files in the...

Thank you very much. I put the files in the directories you specified, though I put them in the appropriate place in the Vizard31 folder instead of Vizard30. I am trying to get the squares.py...
Forum: Vizard 03-01-2010, 05:50 AM
Replies: 26
Views: 42,579
Posted By sircedric4
Like the poster above, I would also be interested...

Like the poster above, I would also be interested in your OpenCV dll's. I am still trying to get OpenCV 2.0 to work in Vizard, but in the meantime if you have something that works from previous...
Forum: Vizard 02-25-2010, 06:10 AM
Replies: 26
Views: 42,579
Posted By sircedric4
OpenCV in WorldViz

I am looking to use some of the face recognition and edge detection from OpenCV and am trying to get the python version to work inside WorldViz. Has anyone been able to get OpenCV working with...
Forum: Vizard 02-09-2010, 08:21 AM
Replies: 5
Views: 10,052
Posted By sircedric4
All right, I am two weeks later than my last post...

All right, I am two weeks later than my last post and I finally have a multimarker writing program. My current problem I believe is down to camera resolution.

I am able to record the positions of...
Forum: Vizard 01-26-2010, 11:55 AM
Replies: 5
Views: 10,052
Posted By sircedric4
Its a shame I can't edit a previous post instead...

Its a shame I can't edit a previous post instead of double posting but I think I know what I want to do but need to know how to do a fairly simple transform. Does vizmat or some other function have...
Forum: Vizard 01-26-2010, 10:30 AM
Replies: 5
Views: 10,052
Posted By sircedric4
I've started back on this project now, has anyone...

I've started back on this project now, has anyone else given it any thought in the last few months? If so, how did you approach doing 3d multimarker setup automatically. I know it's somehow...
Forum: Vizard 10-28-2009, 05:14 AM
Replies: 3
Views: 12,476
Posted By sircedric4
Thanks, the List() thing is what I was missing. ...

Thanks, the List() thing is what I was missing. I used the basics of what you outlined and got the program to do exactly what I was looking for.

I kept looking for arrays in the python manual...
Forum: Vizard 10-23-2009, 12:27 PM
Replies: 3
Views: 12,476
Posted By sircedric4
Array, concatenate, multiple path help please

Maybe I'm thick, but I am still learning Python. I am trying to setup multiple paths for different models that I am incorporating into my program. In the past I was doing this the clunky way by...
Forum: Vizard 09-29-2009, 07:48 AM
Replies: 0
Views: 12,987
Posted By sircedric4
avatar scale and link.setpos conflict?

I am currently trying to link my Dtrack system to the vcc_male so that I have an avatar for myself when I am using WorldViz as a virtual reality tool.

I have successfully done this when the avatar...
Forum: Vizard 09-29-2009, 07:32 AM
Replies: 5
Views: 10,052
Posted By sircedric4
I think I am started down a good path towards...

I think I am started down a good path towards making a marker file. I just don't know how to finish it up, whether I need to adjust the file back to a zero point between the markers or whether I...
Forum: Vizard 09-23-2009, 07:17 AM
Replies: 5
Views: 10,052
Posted By sircedric4
3d multimarker setup

I would like to setup a 3 dimensional multimarker system using the ARToolkit plugin marker system. I have an example of how to do this with a 3 dimension cube and had no problems setting up the...
Forum: Vizard 09-08-2009, 11:32 AM
Replies: 3
Views: 9,697
Posted By sircedric4
The math for my problem is still driving me...

The math for my problem is still driving me crazy. I obviously do not have a handle on whether to use quaternion, axis angle or euler to easily adjust my axis to match those of the hand. I am...
Forum: Vizard 08-31-2009, 05:51 AM
Replies: 4
Views: 14,806
Posted By sircedric4
Thanks, that worked like a charm. :D

Thanks, that worked like a charm. :D
Forum: Vizard 08-28-2009, 06:52 AM
Replies: 4
Views: 14,806
Posted By sircedric4
I am using the win32ui to create a standard...

I am using the win32ui to create a standard "browse" for a file dialog box for my gui but the dialog box comes in under the Vizard window and everything is frozen waiting on the dialog box to finish....
Forum: Vizard 08-27-2009, 08:56 AM
Replies: 3
Views: 9,697
Posted By sircedric4
Thanks, I pretty much had the same conclusion but...

Thanks, I pretty much had the same conclusion but was having a hard time calculating what that rotation difference was, which is why I asked for the coordinate axis image. Thank you for the code,...
Forum: Vizard 08-27-2009, 08:50 AM
Replies: 4
Views: 10,117
Posted By sircedric4
I have the same basic question as above, but...

I have the same basic question as above, but instead would like the html image to be stereoscopic, or in other words, the same html image in both eyes.

I placed the html in just the left eye and...
Forum: Vizard 08-25-2009, 07:46 AM
Replies: 3
Views: 9,697
Posted By sircedric4
Dtrack and avatar -coordinates question

I am using the A.R.Track and Dtrack system to provide position data in WorldViz. I was able to get my avatars head to work with it correctly using setEuler on the headbone. When I go and try to add...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -7. The time now is 08:44 AM.


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