Search found 10 matches

by glio
Thu Apr 22, 2010 3:28 pm
Forum: Box and application development
Topic: Access and modification of the stream header.
Replies: 4
Views: 5015

Re: Access and modification of the stream header.

Ok, virtual const char * getDimensionLabel (const OpenViBE::uint32 ui32DimensionIndex, const OpenViBE::uint32 ui32DimensionEntryIndex) const =0 Gets the dimension label for a given dimension index / dimension entry index pair. and virtual OpenViBE::boolean setDimensionLabel (const OpenViBE::uint32 u...
by glio
Thu Apr 22, 2010 11:59 am
Forum: Box and application development
Topic: Access and modification of the stream header.
Replies: 4
Views: 5015

Re: Access and modification of the stream header.

Hello, For example, the simplest box is a Signal Stream Concatenation Box. If we have two streams with the same sampling rate in input : Stream 1 - Channel 0 - Channel name : FP1 Stream 1 - Channel 1 - Channel name : FPz Stream 1 - Channel 2 - Channel name : FP2 Stream 2 - Channel 0 - Channel name :...
by glio
Tue Apr 20, 2010 12:19 pm
Forum: Box and application development
Topic: getOutputChunk() and markOutputAsReadyToSend() procedure.
Replies: 4
Views: 4842

getOutputChunk() and markOutputAsReadyToSend() procedure.

Hello, An other question to send data from a box. If I have not one, but many chunks to present at the output of the boxe, can I use the getOutputChunk() // markOutputAsReadyToSend() procedure sequentially - in the same box process ? Or I should send one chunk by call to the process() method of the ...
by glio
Tue Apr 20, 2010 12:12 pm
Forum: Box and application development
Topic: Access and modification of the stream header.
Replies: 4
Views: 5015

Access and modification of the stream header.

Hello, I'm currently working on two boxes with two signal streams in entry, and one signal stream for the output. If all the signal processing procedure is working reasonably well, I have a problem to create the new header for the output of the boxes. After the decoding procedure, I can access for e...
by glio
Wed Jul 29, 2009 10:38 am
Forum: Designer
Topic: problem with GPL boxes
Replies: 1
Views: 2474

problem with GPL boxes

Hello Yann.

I am at Antwerpen now and I have a problem with one computer...
All GPL boxes are disabled during the initialization of the designer.
What is "special" about this GPL boxes ? Any idea ?

Thanks

Guillaume.
by glio
Fri Mar 06, 2009 5:45 pm
Forum: Help for building the software
Topic: Direct X dll Crash - (d3dx9_33.dll).
Replies: 8
Views: 13937

Concerning the XP without DirectX machine, I think the 3D functionnalities should work correctly automatically switching to OpenGL, even if Ogre keeps showing this popup message concerning DirectX at startup In facts, no. When the application didn't find the Direct3D DLL, OGRE is disabled without a...
by glio
Fri Mar 06, 2009 9:42 am
Forum: Help for building the software
Topic: Direct X dll Crash - (d3dx9_33.dll).
Replies: 8
Views: 13937

Good morning. Grrr... No sysadmin this morning... Alternatively, remove the openvibe-kernel-omk/trunc/share/openvibe-kernel-omk/ogre.cfg file. This will force Ogre3D to open a popup window that will let you choose OpenGL in place of DirectX and generate a new dist/share/openvibe-kernel-omk/ogre.cfg ...
by glio
Thu Mar 05, 2009 12:47 pm
Forum: Help for building the software
Topic: Direct X dll Crash - (d3dx9_33.dll).
Replies: 8
Views: 13937

Ok... So first, on the Vista computer, with Direct X normally installed : for : Kernel_MainLogLevel = Debug Kernel_ConsoleLogLevel = Debug Kernel_FileLogLevel = Debug The 4 last lines before the crash are : [ DEBUG ] <Ogre3D::Log> Plugin successfully installed [ DEBUG ] <Ogre3D::Log> *-*-* OGRE Init...
by glio
Thu Mar 05, 2009 9:08 am
Forum: Help for building the software
Topic: Direct X dll Crash - (d3dx9_33.dll).
Replies: 8
Views: 13937

Direct X dll Crash - (d3dx9_33.dll).

Hello, I have building OpenVibe on 3 computers, with the visual 2008 express compiler. The first on windows vista SP1 (Last directX release installed), and the others on windows xp SP3 (no directX installed). OpenVibe works perfectly on computers with XP, although an error message is displayed at th...