Search found 14 matches

by vdelanno
Tue Apr 21, 2009 8:06 am
Forum: Designer
Topic: Is there a box to display images?
Replies: 3
Views: 4156

Identifiers, as their name suggests, are used to unambiguously identify objects in OpenViBE. They can be used with any kind of object. Why use Identifiers? This is the preferred way of referring to an object in OpenViBE, especially when communicating between different projects (eg. OpenViBE kernel <...
by vdelanno
Mon Apr 20, 2009 12:52 pm
Forum: Designer
Topic: Is there a box to display images?
Replies: 3
Views: 4156

Re: Is there a box to display images?

In order to build my own experiment, I need to give instructions to the subject. One way of doing it would be to display different images when specific simulations arrives. I was going to try to build this box, but maybe someone built a similar box already...? Hi Joan, no such box currently exists ...
by vdelanno
Fri Apr 10, 2009 12:39 pm
Forum: Designer
Topic: Compiled Version of Designer
Replies: 1
Views: 2367

Yes there is a compiled version that's still being tested. I'm going to PM you the address though!
by vdelanno
Mon Mar 16, 2009 2:11 pm
Forum: Help for building the software
Topic: Direct X dll Crash - (d3dx9_33.dll).
Replies: 8
Views: 13927

Hi, I can't think of an obvious answer to your problems. Re-reading your posts, I'm not too sure what's happening on what machine. Let's concentrate on the XP ones first, which are known to be working with OV. 1/First off, did you make sure DirectX was successfully installed by launching a Direct3D ...
by vdelanno
Fri Feb 27, 2009 9:25 am
Forum: Designer
Topic: Error
Replies: 8
Views: 9614

OK, well it'd be nice to fix the problem though ;) What exactly is the problem when drag and dropping a box? Alternately, if you recompile in debug mode (see "building the software" forum category) you'll be able to trace the program yourself. It seems your gtk/gdk installation was altered somehow, ...
by vdelanno
Tue Feb 24, 2009 4:16 pm
Forum: Help for building the software
Topic: Tip : OpenViBE source management under Windows
Replies: 0
Views: 3684

Tip : OpenViBE source management under Windows

For Windows users, there exists a free tool which greatly facilitates source management with Subversion. This tool is called TortoiseSVN and can be found here : http://tortoisesvn.tigris.org/ Its integration with explorer makes it easy to use : http://tortoisesvn.tigris.org/ExplorerIntegration.html
by vdelanno
Tue Feb 24, 2009 2:10 pm
Forum: Help for building the software
Topic: Tip : changing the build type
Replies: 0
Views: 3362

Tip : changing the build type

By default, OpenviBE compiles in Release mode. Users wishing to debug the software may want to switch to Debug mode. This can be done by changing the build type in the win32-build.cmd script file (linux-build.cmd for Linux developers): (...) cmake -DCMAKE_BUILD_TYPE=Debug (...) Also, when changing t...
by vdelanno
Tue Feb 24, 2009 10:18 am
Forum: Designer
Topic: Error
Replies: 8
Views: 9614

OK, assuming you're using the svn version of OpenViBE, you can update your openvibe-applications/designer/trunc source tree which includes more robust code.

This might fix your problem after a rebuild of the software!
by vdelanno
Tue Feb 24, 2009 8:53 am
Forum: Designer
Topic: Error
Replies: 8
Views: 9614

Bug unheard of so far!

the crash message is actually more helpful. am going to make the code more robust & investigate how this pixbuf can be NULL.

This seems to be a Gtk issue. No idea why it used to work on your machine though
by vdelanno
Tue Feb 24, 2009 8:30 am
Forum: Designer
Topic: Error
Replies: 8
Views: 9614

First off, I'd suggest lowering the log level to Debug in the configuration manager so we can determine what's going on at the time of the crash. The configuration file is in /share/openvibe.conf (precompiled version) or openvibe-kernel-omk/trunc/share/openvibe.conf (svn version, must build again fo...
by vdelanno
Mon Feb 23, 2009 6:24 pm
Forum: Designer
Topic: Error
Replies: 8
Views: 9614

OK, does the crash occur upon a specific event/action? (scenario opening, box clicked or dropped in scenario... ?)

Don't uninstall the app for now, I believe that won't help... We'll try and fix the bug
by vdelanno
Thu Feb 12, 2009 9:04 am
Forum: Designer
Topic: Occasional crash at startup
Replies: 0
Views: 3033

Occasional crash at startup

Some testers report occasional crashes of the Designer at startup. It appears this is due to an Ogre3D-related issue on some Linux platforms (depending on what libraries are installed, this problem may or may not occur). Until this issue is resolved, a workaround consists in disabling 3D visualisati...
by vdelanno
Wed Feb 11, 2009 4:33 pm
Forum: Designer
Topic: Sample scenarios
Replies: 32
Views: 36722

Sample scenarios

An archive containing sample scenarios & data can be found here : http://www.irisa.fr/bunraku/OpenViBE/sa ... narios.zip

These scenarios are intended to demonstrate the use of a number of OpenViBE Designer functionalities, and should be of great help for first time users!
by vdelanno
Wed Feb 11, 2009 10:47 am
Forum: Box and application development
Topic: Training course slides
Replies: 0
Views: 6287

Training course slides

Here's a pointer to the slides of the OpenViBE training course that was held in Rennes in January '09 : http://www.irisa.fr/bunraku/OpenViBE/tutorial/P-2009-01-14%20training%20course.pdf This should provide useful info for all plugin developers : general concepts as well as details about plugin deve...