Giter VIP home page Giter VIP logo

app-matlabviewer's People

Contributors

arnodelorme avatar cboulay avatar tstenner avatar xloem avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

app-matlabviewer's Issues

vis_stream error

I am getting the following error when running the vis_stream_comp.exe "Maximum variable size allowed by the program is exceeded. Error in =>vis_stream_comp at line 49".

Mex doesn't compile under Linux

First thing, there is no script build_linux.sh anywhere in this repo and parent one. Second, build_mex.m script fails due to undeclared types processing_options_t and lsl_set_postprocessing_t. I fixed that by adding following into lsl_common.h:

typedef int processing_options_t;
typedef void (LINKAGE *lsl_set_postprocessing_t)(uintptr_t in, processing_options_t proc_flag);

Now it's compiling and by couple of tweaks and tricks i'm able to run Apps/MATLABViewer from the parent repo, but got another error:

error: called from
    hlp_microcache at line 134 column 12
    arg_define at line 296 column 39
    vis_stream at line 78 column 6

I'm not in any way expert in Octave, even less in Matlab, but I'm interested in running this.

Channel labels

Channel labels appear in the data viewing interface.

However, they are not saved with the EEG data.

vis_stream fail to bring up the viewer GUI

I have a online stream from AudioCaptureWin app running. When typing vis_stream to bring up the viewer GUI from Matlab command line, it finishes with an error message like below

`>> vis_stream
Error using supergui (line 122)
supergui error: argument 'fig' must be numeric

Error in inputgui (line 161)
[tmp tmp2 allobj] = supergui( 'fig', fig, 'minwidth', 200,
'geomhoriz', g.geometry, 'uilist', g.uilist, 'geomvert',
[g.geomvert(:)' 1 1] );

Error in arg_guidialog (line 137)
[outs,dummy,okpressed] = inputgui('geometry',geometry,
'uilist',uilist,'helpcom',['env_doc ' helptopic],
'title',dialogtitle,'geomvert',geomvert); %#ok

Error in vis_stream (line 77)
arg_guidialog;`

However, the command-line with following options will stream.
vis_stream('StreamName','AudioCaptureWin', 'DataScale',0.01, 'SamplingRate',500)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.