Page 1 of 1
Help required for a new member
Posted: 19 Jun 2024, 07:46
by ashirwad
Hello everyone,
My guide gave me a task to "combine camera-based object detection with bci2000", and I had heard the name of bci2000 first time in that mail.
Anyhow I managed to install bci2000 on my pc , but now I don't understand anyhting in the tutorials , I'm like ,what's happening , how this works, I'm not getting anything.
Please, help me to learn this software(or whatever).
Thanks, for your time

.
Re: Help required for a new member
Posted: 19 Jun 2024, 08:49
by mellinger
"combine camera-based object detection with bci2000"
This description appears rather unspecific. I have no idea what it means.
I'm not getting anything.
Please, help me to learn this software(or whatever
I can help you better if I know something about your background. Is it in human psychology, software engineering, or electrical engineering?
Re: Help required for a new member
Posted: 20 Jun 2024, 00:45
by ashirwad
Hi, I'm a first year student in biotech engineering and I'm pretty good in programming.
Re: Help required for a new member
Posted: 20 Jun 2024, 00:57
by ashirwad
This description appears rather unspecific. I have no idea what it means.
I can help you better if I know something about your background. Is it in human psychology, software engineering, or electrical engineering?
I'm pursuing B.tech in BioTech engineering and I'm pretty good in programming
Re: Help required for a new member
Posted: 20 Jun 2024, 06:19
by mellinger
BCI2000 is a piece of software that can read and process biosignal data in realtime, acquiring from EEG, ECoG, and single unit recording systems. It is also able to record and synchronize with auxiliary data from keyboard, mouse, joystick, camera, and microphone, as well as eye trackers.
In addition, BCI2000 can give visual and auditory feedback depending on the processed biosignal data. Altogether, it can be used to control a cursor on the screen, or used to select letters from a matrix just by brain activity.
Finally, it is possible to control output devices (such as a robotic arm) by brain activity.
So I guess your supervisor asks you to create an output component where the subject is able to select from a number of auto-detected objects, such that the selected object could be, say, grasped by a robotic arm. However, this is just speculation. You should talk to your supervisor and ask him more specifically about his ideas.
Re: Help required for a new member
Posted: 23 Jun 2024, 06:17
by ashirwad
So I guess your supervisor asks you to create an output component where the subject is able to select from a number of auto-detected objects, such that the selected object could be, say, grasped by a robotic arm. However, this is just speculation. You should talk to your supervisor and ask him more specifically about his ideas.
yeah , you are right but how can I learn and practice for bci2000 and complete this task.
Re: Help required for a new member
Posted: 24 Jun 2024, 07:16
by mellinger
Learn the basic usage of BCI2000:
https://www.bci2000.org/mediawiki/index ... I2000_Tour
Learn how to control a cursor with BCI2000 (EEG amplifier required):
https://www.bci2000.org/mediawiki/index ... I_Tutorial
Learn how to select letters from a matrix with BCI2000 (EEG amplifier required):
https://www.bci2000.org/mediawiki/index ... I_Tutorial
Learn how to build BCI2000 from source so you can modify it:
https://www.bci2000.org/mediawiki/index ... ng_BCI2000