WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 26 to 50 of 78
Search took 0.02 seconds; generated 101 minute(s) ago.
Search: Posts Made By: nige777
Forum: Vizard 07-28-2010, 06:00 AM
Replies: 7
Views: 28,995
Posted By nige777
Red face @TarkaDahl - thanks for the reply unfortunately...

@TarkaDahl - thanks for the reply unfortunately it was my bad as I needed to be using the excellent 'xlrd' library to be able to work with Excel files :o

Nige
Forum: Vizard 07-23-2010, 08:07 AM
Replies: 7
Views: 28,995
Posted By nige777
Ok, I'm getting somewhere here I think. Here's...

Ok, I'm getting somewhere here I think. Here's what I am using now:
def ChooseFile():
"""You can find documentation for CreateFileDialog at the following site:...
Forum: Vizard 07-23-2010, 05:44 AM
Replies: 7
Views: 28,995
Posted By nige777
Question Sorry for bumping this thread but when I attempt...

Sorry for bumping this thread but when I attempt to use the code in this example I get this error:
Traceback (most recent call last):
** Load Time: 0.01 seconds
File "<string>", line 11, in ?
...
Forum: Vizard 06-22-2010, 12:04 PM
Replies: 6
Views: 54,660
Posted By nige777
Thumbs up Thanks for the heads up there Wayne, as you...

Thanks for the heads up there Wayne, as you suspected my serial settings were wrong :D however readline() would still not work correctly with 'NMEA out' enabled but work fine with 'Text out'!...
Forum: Vizard 06-18-2010, 06:54 AM
Replies: 6
Views: 54,660
Posted By nige777
Ok, I am back in the office. The code I...

Ok, I am back in the office.


The code I have been using to connect to the GPS is as follows:
while 1:
ser = serial.Serial(port=0, baudrate=4800, timeout=0)
line = ser.readline()
print...
Forum: Vizard 06-17-2010, 01:22 PM
Replies: 6
Views: 54,660
Posted By nige777
I think I should clarify - my last post was as...

I think I should clarify - my last post was as clear as mud! :o - what I meant to say is that I am also aware that I can't just call the function withreadSerial(ser)
Forum: Vizard 06-17-2010, 07:31 AM
Replies: 6
Views: 54,660
Posted By nige777
wow, thanks for the reply Wayne, thats great to...

wow, thanks for the reply Wayne, thats great to know

-not at the office today which is where the GPS unit is :D however I have a quick question about implimenting readSerial - I know its my lack...
Forum: Vizard 06-16-2010, 09:20 AM
Replies: 6
Views: 54,660
Posted By nige777
Question Reading form serial port strangeness

Hi all,

Have been attempting to read in NMEA sentences from a GPS unit - unfortunately whilst I am able to do this fine in a HyperTerminal window whenever I try to do this using Vizard & PySerial...
Forum: Vizard 06-03-2010, 03:13 AM
Replies: 2
Views: 22,515
Posted By nige777
Red face re:

Ha ha, I knew it would be something really silly :D - working late at night again!!

Thanks farshi
Forum: Vizard 06-02-2010, 05:03 PM
Replies: 2
Views: 22,515
Posted By nige777
Unhappy re: Calendar

Quick question about the standard python calendar module - seems it works great in the interactive input window, but when using it in a script - whatever function of calendar I try to use throws a...
Forum: Vizard 05-13-2010, 10:18 AM
Replies: 2
Views: 19,527
Posted By nige777
Thanks man, unfortunately I have lost my licence...

Thanks man, unfortunately I have lost my licence info so am emailing now.
Forum: Vizard 05-13-2010, 10:03 AM
Replies: 2
Views: 19,527
Posted By nige777
Unhappy re: windoze re-install

I am faced with an unrepairable windows installation on my laptop - thank you windows update!! :rolleyes: - my linux partition is intact so I can retrieve my vizard files and what-not, which is nice...
Forum: Vizard 03-12-2010, 06:42 AM
Replies: 26
Views: 108,139
Posted By nige777
:D Thats great news, thanks for the reply. As...

:D Thats great news, thanks for the reply.
As my background is in CAD&3d modelling not in computer science there is alot of incidental knowledge that I miss - :o
Forum: Vizard 03-12-2010, 04:54 AM
Replies: 26
Views: 108,139
Posted By nige777
:D Thank you so much for all of your time on...

:D Thank you so much for all of your time on this.

I'm tied up playing with kalman filters for the weekend so haven't had time for a proper test - however i have quickly run a couple of the demos...
Forum: Vizard 03-11-2010, 04:12 AM
Replies: 26
Views: 108,139
Posted By nige777
Thumbs up Wow, you really are the man :D. I'm itching to...

Wow, you really are the man :D. I'm itching to try this out - will report back as soon as I have.
Forum: Vizard 03-10-2010, 05:52 AM
Replies: 26
Views: 108,139
Posted By nige777
Thank you

:) Thanks you very much that worked perfectly.

Now I, like the original poster, just need to sort a method for converting frame buffer images to IPLImage!!

Came across this -
...
Forum: Vizard 03-09-2010, 09:13 AM
Replies: 26
Views: 108,139
Posted By nige777
:d

Thanks for the upload - really appreciate it & once I can work out how to use vizards window instead of highGUI's i'll be flying! :)

Just one odd thing though, when I try to run the kalman example...
Forum: Vizard 03-02-2010, 02:52 AM
Replies: 26
Views: 108,139
Posted By nige777
:D Thank you very much, I am busy today so will...

:D Thank you very much, I am busy today so will look at this tomorrow
Forum: Vizard 03-01-2010, 04:56 AM
Replies: 26
Views: 108,139
Posted By nige777
Sorry for the blatant thread hi-jack :o , but...

Sorry for the blatant thread hi-jack :o , but this thread caught my eye. I would be VERY interested to try your compiled OpenCV modules etc. with Vizard and while I hope that Vizard will migrate to a...
Forum: Vizard 01-16-2010, 09:05 AM
Replies: 5
Views: 33,270
Posted By nige777
Thanks very much that would be great. :D ...

Thanks very much that would be great. :D

I'll re-check the driver situation on monday.
Forum: Vizard 01-15-2010, 09:28 AM
Replies: 0
Views: 23,958
Posted By nige777
Filter euler data

Is it possible to use the filter plug-ins average or median functions on a trackers euler data? from the documentation it looks like you can't, but I thought I might check.
Forum: Vizard 01-14-2010, 02:54 PM
Replies: 5
Views: 33,270
Posted By nige777
Hi, thanks for getting back so quick. I'm...

Hi, thanks for getting back so quick.


I'm not at the office at the moment so I'll re-check when I am, there may be an issue there as I thought I'd tried earlier only to have to roll back because...
Forum: Vizard 01-14-2010, 05:46 AM
Replies: 5
Views: 33,270
Posted By nige777
re: Vuzix vr920 stereo?

Hello to all and a belated happy new year,

We are trying to impliment vuzix's vr920 head set (and later the CamAR unit), and by using the 'icuiti.dls' plugin allows us to addess the units...
Forum: Vizard 12-11-2009, 04:26 AM
Replies: 11
Views: 151,281
Posted By nige777
sorry for bump

Hi farshizzo

I found this post after an extensive search of the forum and thought that I had found the answer to one of my problems - creating a list of all the names of the child nodes in a...
Forum: Plug-in development 12-09-2009, 09:24 AM
Replies: 0
Views: 31,668
Posted By nige777
re: Data from GPS unit

Greetings Wizards, I wish to pick your collective brains:D

As part of a research project I am looking to utilize GPS data for position tracking, however I am NOT a C++ programmer :o !
The GPS...
Showing results 26 to 50 of 78

 
Forum Jump

All times are GMT -7. The time now is 03:03 PM.


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