<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://tsgdoc.socsci.ru.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=E.vandenberge</id>
	<title>TSG Doc - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://tsgdoc.socsci.ru.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=E.vandenberge"/>
	<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php/Special:Contributions/E.vandenberge"/>
	<updated>2026-04-12T14:35:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio&amp;diff=6330</id>
		<title>OBS Studio</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio&amp;diff=6330"/>
		<updated>2026-04-09T10:26:26Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Recording Formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = Open Broadcaster Software&lt;br /&gt;
| logo                   = Obs_icon_small.png&lt;br /&gt;
| screenshot             = &lt;br /&gt;
| caption                = &lt;br /&gt;
| developer              = &lt;br /&gt;
| released               = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| discontinued           = &lt;br /&gt;
| latest release version = &lt;br /&gt;
| latest release date    = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| latest preview version = &lt;br /&gt;
| latest preview date    = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| installed version      = &lt;br /&gt;
| installed version date = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| status                 = Active&lt;br /&gt;
| programming language   = &lt;br /&gt;
| operating system       = Microsoft Windows, Linux, OSX&lt;br /&gt;
| platform               = &lt;br /&gt;
| size                   = &lt;br /&gt;
| language               = &lt;br /&gt;
| genre                  = &lt;br /&gt;
| license                = GNU GPLv2&lt;br /&gt;
| website                = [https://obsproject.com/ obsproject.com]&lt;br /&gt;
| resources              = &lt;br /&gt;
  {{Infobox tsg&lt;br /&gt;
    | child              = yes&lt;br /&gt;
    | downloads          = {{bulleted list&lt;br /&gt;
        | [https://obsproject.com/download Download Latest Version]&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Open Broadcaster Software (OBS) Studio is a great, free program that lets you stream and/or record your entire desktop, a specific application window, a webcam, or a combination of multiple sources. On this page we will discuss the basic settings for a single screen recording. &lt;br /&gt;
Contact the TSG for help with more elaborate setups.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Download and run the installer for your operating system from the [https://obsproject.com/download OBS website].&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
When opening OBS Studio for the first time, you will see a large black canvas which is the preview window of what you are recording. By default, no source is selected so nothing is visible. Before setting up our source(s), let's make sure our canvas and recording settings are correct, otherwise we'd have to adjust the sources again later. Click the &amp;quot;Settings&amp;quot; button in the bottom right.&lt;br /&gt;
&lt;br /&gt;
===Video Settings===&lt;br /&gt;
Go to the &amp;quot;Video&amp;quot; tab and adjust the resolution and frame rate to match your source and desired output. For recording, we advise to keep the Base Resolution and Output Resolution the same; we can always scale down the recorded video later.&lt;br /&gt;
[[File:Obs tut videoSet.png|thumb|none|500px|Typical resolution settings for recording on a Full HD monitor.]]&lt;br /&gt;
&lt;br /&gt;
===Output Settings===&lt;br /&gt;
Next, go to the &amp;quot;Output&amp;quot; tab and then the &amp;quot;Recording&amp;quot; sub-tab. &lt;br /&gt;
*Select your default folder for saving the recordings to under &amp;quot;Recording Path&amp;quot;. &lt;br /&gt;
*Set your recording format. We recommend using Hybrid MP4&amp;lt;ref&amp;gt;Hybrid MP4 is only available in OBS version 30.2 or newer [https://obsproject.com/kb/hybrid-mp4]&amp;lt;/ref&amp;gt;. See [[#Recording Formats]] for more info.&lt;br /&gt;
&lt;br /&gt;
*Select your encoder. You'll probably want to use x264 or Nvidia NVENC H.264 if available.&lt;br /&gt;
*Set the Rate Control. CBR is best in most cases, because it ensures the video can be recorded and played back at a consistent bitrate, making it less likely to cause performance drops. The downside is a potentially larger file size.&lt;br /&gt;
*Set your Bitrate. Check the [[Video_Codecs#Bitrate|Video Codecs]] page for more info on choosing your bitrate. In our example of a basic 1920x1080 screen recording, 8000Kbps usually gives a good balance between video quality and file size. If you have a lot of fast moving objects or fast changing colors to record, you might want to choose a higher bitrate. If your screen is largely static, or if you use a lower output resolution, you can opt for a lower bitrate to save space on your hard drive.&lt;br /&gt;
[[File:Obs tut outputSet.png|thumb|none|500px|A good place to start for recording a Full HD screen]]&lt;br /&gt;
&lt;br /&gt;
If audio is important to you, you can fiddle around with the settings in the &amp;quot;Audio&amp;quot; tabs, but for most cases the default settings will do.&lt;br /&gt;
Apply the new settings and close the settings window.&lt;br /&gt;
&lt;br /&gt;
===Sources===&lt;br /&gt;
Now let's add a source for our recording. Click the plus icon underneath the &amp;quot;Sources&amp;quot; box at the bottom of the screen. A dropdown menu will appear in which you can select your source(s). OBS allows you to select multiple sources and place them on top of each other (picture in picture), side by side, or in any other configuration. In this guide, we will stick with a single source.&lt;br /&gt;
[[File:Obs tut sourceSet.png|thumb|none|500px]]&lt;br /&gt;
&lt;br /&gt;
====Desktop Capture====&lt;br /&gt;
To capture your entire screen, select &amp;quot;Display Capture&amp;quot;. If you have multiple displays connected, choose the display you wish to record. You can also choose whether to include the mouse cursor in your recording. Click OK when done. If your display resolution matches the canvas resolution we set earlier, you should see our Display Capture source fill the entire preview window. If not, you can drag the red corners of the window to scale it up or down to fill the screen or to position it wherever you want.&lt;br /&gt;
[[File:Obs tut desktopCapture.png|thumb|none|500px]]&lt;br /&gt;
&lt;br /&gt;
====Webcam====&lt;br /&gt;
To capture a webcam, select &amp;quot;Video Capture Device&amp;quot; form the Sources dropdown menu. From the &amp;quot;Device&amp;quot; dropdown menu, select your webcam. If you do not see your webcam listed, make sure it is connected and not used by another program. &lt;br /&gt;
Some webcams will default to a low resolution; you will notice this when the webcam image does not fill up the entire frame. To ensure your webcam is using the correct resolution, scroll down the device properties and set &amp;quot;Resolution/FPS Type&amp;quot; to &amp;quot;Custom&amp;quot;. Then type the resolution (e.g. 1920x1080 for our Logitech C920/C922 webcams), and set the FPS (refresh rate) to &amp;quot;Highest FPS&amp;quot; for the most stable stream. &lt;br /&gt;
&lt;br /&gt;
[[File:Obs webcam settings.png|thumb|none|500px|Video Capture Device settings for a Logitech BRIO webcam]]&lt;br /&gt;
&lt;br /&gt;
===Saving Your Setup===&lt;br /&gt;
When you are happy with your source settings, we strongly recommend saving your settings by going to Scene Collection -&amp;gt; Export. This allows you to recover your settings after an image update, or easily transfer your setup to a different lab.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To start recording, click the &amp;quot;Start Recording&amp;quot; button in the bottom right. The button will change to &amp;quot;Stop Recording&amp;quot;, which you can click again to stop recording. The recordings are stored in the folder you specified in the Output settings.&lt;br /&gt;
&lt;br /&gt;
===More Use Cases===&lt;br /&gt;
*[[OBS Studio/Recording Multiple Audio Sources|Recording Multiple Audio Sources]]&lt;br /&gt;
*[[OBS Studio/Recording A Teams Meeting|Recording a Teams Meeting]]&lt;br /&gt;
&lt;br /&gt;
==Recording Formats==&lt;br /&gt;
We typically recommend using MP4 as [[Video Codecs#Container Formats|container format]] for your videos. As of version 30.2, OBS offers 3 flavours of MP4 as its recording format:&lt;br /&gt;
*'''MPEG-4''' Regular MP4 container with widespread playback support. Only downside is that your recording will be unrecoverable if OBS crashes before finalizing the file. &lt;br /&gt;
*'''Fragmented MP4''' Records video data in fragmented chunks, making it recoverable after a crash, like the MKV container. However, playback support may be limited.&lt;br /&gt;
*'''Hybrid MP4''' Records video data as Fragmented MP4, but converts (&amp;quot;remuxes&amp;quot;) it to a regular MP4 after the recording ends. It's the best of both worlds, so this is the one we recommend.&lt;br /&gt;
&lt;br /&gt;
We have previously recommended using MKV as recording format and remux to MP4 afterwards. This is still a very useful method. The remuxing can be automated; see below.&lt;br /&gt;
&lt;br /&gt;
=== Remuxing ===&lt;br /&gt;
If you have chosen MKV as your recording format but wish to (also) have the video in MP4 format, go to the &amp;quot;Advanced&amp;quot; tab to set OBS to automatically convert (&amp;quot;remux&amp;quot;) your recording to MP4 format. This will happen as soon as you press the &amp;quot;Stop Recording&amp;quot; button. Remuxing means it only changes the container, not the codec, and so this will not degrade the video quality. &lt;br /&gt;
&lt;br /&gt;
[[File:Obs tut advancedSet.png|thumb|none|500px|Set OBS to automatically remux the recording file to MP4]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Video_Codecs|Video Codecs]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio&amp;diff=6329</id>
		<title>OBS Studio</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio&amp;diff=6329"/>
		<updated>2026-04-09T10:25:47Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = Open Broadcaster Software&lt;br /&gt;
| logo                   = Obs_icon_small.png&lt;br /&gt;
| screenshot             = &lt;br /&gt;
| caption                = &lt;br /&gt;
| developer              = &lt;br /&gt;
| released               = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| discontinued           = &lt;br /&gt;
| latest release version = &lt;br /&gt;
| latest release date    = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| latest preview version = &lt;br /&gt;
| latest preview date    = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| installed version      = &lt;br /&gt;
| installed version date = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| status                 = Active&lt;br /&gt;
| programming language   = &lt;br /&gt;
| operating system       = Microsoft Windows, Linux, OSX&lt;br /&gt;
| platform               = &lt;br /&gt;
| size                   = &lt;br /&gt;
| language               = &lt;br /&gt;
| genre                  = &lt;br /&gt;
| license                = GNU GPLv2&lt;br /&gt;
| website                = [https://obsproject.com/ obsproject.com]&lt;br /&gt;
| resources              = &lt;br /&gt;
  {{Infobox tsg&lt;br /&gt;
    | child              = yes&lt;br /&gt;
    | downloads          = {{bulleted list&lt;br /&gt;
        | [https://obsproject.com/download Download Latest Version]&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Open Broadcaster Software (OBS) Studio is a great, free program that lets you stream and/or record your entire desktop, a specific application window, a webcam, or a combination of multiple sources. On this page we will discuss the basic settings for a single screen recording. &lt;br /&gt;
Contact the TSG for help with more elaborate setups.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Download and run the installer for your operating system from the [https://obsproject.com/download OBS website].&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
When opening OBS Studio for the first time, you will see a large black canvas which is the preview window of what you are recording. By default, no source is selected so nothing is visible. Before setting up our source(s), let's make sure our canvas and recording settings are correct, otherwise we'd have to adjust the sources again later. Click the &amp;quot;Settings&amp;quot; button in the bottom right.&lt;br /&gt;
&lt;br /&gt;
===Video Settings===&lt;br /&gt;
Go to the &amp;quot;Video&amp;quot; tab and adjust the resolution and frame rate to match your source and desired output. For recording, we advise to keep the Base Resolution and Output Resolution the same; we can always scale down the recorded video later.&lt;br /&gt;
[[File:Obs tut videoSet.png|thumb|none|500px|Typical resolution settings for recording on a Full HD monitor.]]&lt;br /&gt;
&lt;br /&gt;
===Output Settings===&lt;br /&gt;
Next, go to the &amp;quot;Output&amp;quot; tab and then the &amp;quot;Recording&amp;quot; sub-tab. &lt;br /&gt;
*Select your default folder for saving the recordings to under &amp;quot;Recording Path&amp;quot;. &lt;br /&gt;
*Set your recording format. We recommend using Hybrid MP4&amp;lt;ref&amp;gt;Hybrid MP4 is only available in OBS version 30.2 or newer [https://obsproject.com/kb/hybrid-mp4]&amp;lt;/ref&amp;gt;. See [[#Recording Formats]] for more info.&lt;br /&gt;
&lt;br /&gt;
*Select your encoder. You'll probably want to use x264 or Nvidia NVENC H.264 if available.&lt;br /&gt;
*Set the Rate Control. CBR is best in most cases, because it ensures the video can be recorded and played back at a consistent bitrate, making it less likely to cause performance drops. The downside is a potentially larger file size.&lt;br /&gt;
*Set your Bitrate. Check the [[Video_Codecs#Bitrate|Video Codecs]] page for more info on choosing your bitrate. In our example of a basic 1920x1080 screen recording, 8000Kbps usually gives a good balance between video quality and file size. If you have a lot of fast moving objects or fast changing colors to record, you might want to choose a higher bitrate. If your screen is largely static, or if you use a lower output resolution, you can opt for a lower bitrate to save space on your hard drive.&lt;br /&gt;
[[File:Obs tut outputSet.png|thumb|none|500px|A good place to start for recording a Full HD screen]]&lt;br /&gt;
&lt;br /&gt;
If audio is important to you, you can fiddle around with the settings in the &amp;quot;Audio&amp;quot; tabs, but for most cases the default settings will do.&lt;br /&gt;
Apply the new settings and close the settings window.&lt;br /&gt;
&lt;br /&gt;
===Sources===&lt;br /&gt;
Now let's add a source for our recording. Click the plus icon underneath the &amp;quot;Sources&amp;quot; box at the bottom of the screen. A dropdown menu will appear in which you can select your source(s). OBS allows you to select multiple sources and place them on top of each other (picture in picture), side by side, or in any other configuration. In this guide, we will stick with a single source.&lt;br /&gt;
[[File:Obs tut sourceSet.png|thumb|none|500px]]&lt;br /&gt;
&lt;br /&gt;
====Desktop Capture====&lt;br /&gt;
To capture your entire screen, select &amp;quot;Display Capture&amp;quot;. If you have multiple displays connected, choose the display you wish to record. You can also choose whether to include the mouse cursor in your recording. Click OK when done. If your display resolution matches the canvas resolution we set earlier, you should see our Display Capture source fill the entire preview window. If not, you can drag the red corners of the window to scale it up or down to fill the screen or to position it wherever you want.&lt;br /&gt;
[[File:Obs tut desktopCapture.png|thumb|none|500px]]&lt;br /&gt;
&lt;br /&gt;
====Webcam====&lt;br /&gt;
To capture a webcam, select &amp;quot;Video Capture Device&amp;quot; form the Sources dropdown menu. From the &amp;quot;Device&amp;quot; dropdown menu, select your webcam. If you do not see your webcam listed, make sure it is connected and not used by another program. &lt;br /&gt;
Some webcams will default to a low resolution; you will notice this when the webcam image does not fill up the entire frame. To ensure your webcam is using the correct resolution, scroll down the device properties and set &amp;quot;Resolution/FPS Type&amp;quot; to &amp;quot;Custom&amp;quot;. Then type the resolution (e.g. 1920x1080 for our Logitech C920/C922 webcams), and set the FPS (refresh rate) to &amp;quot;Highest FPS&amp;quot; for the most stable stream. &lt;br /&gt;
&lt;br /&gt;
[[File:Obs webcam settings.png|thumb|none|500px|Video Capture Device settings for a Logitech BRIO webcam]]&lt;br /&gt;
&lt;br /&gt;
===Saving Your Setup===&lt;br /&gt;
When you are happy with your source settings, we strongly recommend saving your settings by going to Scene Collection -&amp;gt; Export. This allows you to recover your settings after an image update, or easily transfer your setup to a different lab.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To start recording, click the &amp;quot;Start Recording&amp;quot; button in the bottom right. The button will change to &amp;quot;Stop Recording&amp;quot;, which you can click again to stop recording. The recordings are stored in the folder you specified in the Output settings.&lt;br /&gt;
&lt;br /&gt;
===More Use Cases===&lt;br /&gt;
*[[OBS Studio/Recording Multiple Audio Sources|Recording Multiple Audio Sources]]&lt;br /&gt;
*[[OBS Studio/Recording A Teams Meeting|Recording a Teams Meeting]]&lt;br /&gt;
&lt;br /&gt;
==Recording Formats==&lt;br /&gt;
We typically recommend using MP4 as [[Video Codecs#Container Formats|container format]] for your videos. As of version 30.2, OBS offers 3 flavours of MP4 as its recording format:&lt;br /&gt;
*'''MPEG-4''' Regular MP4 container with widespread playback support. Only downside is that your recording will be unrecoverable if OBS crashes before finalizing the file. &lt;br /&gt;
*'''Fragmented MP4''' Records video data in fragmented chunks, making it recoverable after a crash, like the MKV container. However, playback support may be limited.&lt;br /&gt;
*'''Hybrid MP4''' Records video data as Fragmented MP4, but converts (&amp;quot;remuxes&amp;quot;) it to a regular MP4 after the recording ends. &lt;br /&gt;
&lt;br /&gt;
We have previously recommended using MKV as recording format and remux to MP4 afterwards. This is still a very useful method. The remuxing can be automated; see below.&lt;br /&gt;
&lt;br /&gt;
=== Remuxing ===&lt;br /&gt;
If you have chosen MKV as your recording format but wish to (also) have the video in MP4 format, go to the &amp;quot;Advanced&amp;quot; tab to set OBS to automatically convert (&amp;quot;remux&amp;quot;) your recording to MP4 format. This will happen as soon as you press the &amp;quot;Stop Recording&amp;quot; button. Remuxing means it only changes the container, not the codec, and so this will not degrade the video quality. &lt;br /&gt;
&lt;br /&gt;
[[File:Obs tut advancedSet.png|thumb|none|500px|Set OBS to automatically remux the recording file to MP4]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Video_Codecs|Video Codecs]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Video_Codecs&amp;diff=6328</id>
		<title>Video Codecs</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Video_Codecs&amp;diff=6328"/>
		<updated>2026-04-09T09:59:44Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We advise users to contact the Technical Support Group to discuss which codec and export settings are best suited for your video stimuli. This page functions only as reference.&lt;br /&gt;
&lt;br /&gt;
For a guide on recording your screen, see [[Screen Recording with OBS]].&lt;br /&gt;
&lt;br /&gt;
== Information == &lt;br /&gt;
=== Codecs ===&lt;br /&gt;
To find out what video codecs are and why they are used, grab a cup of coffee (or other non-alcoholic beverage of choice) and reserve about 45 minutes of your life to watch this comprehensive video: [https://vimeo.com/104554788 How Codecs Work (Vimeo)].&lt;br /&gt;
&lt;br /&gt;
=== Bitrate ===&lt;br /&gt;
&lt;br /&gt;
When compressing a video, you will be asked to enter a 'bitrate'. This is what determines how much information is stored for every second of video. The more information, the higher the quality of the video. The tradeoff is file size. The more information, the larger the file. So setting a bitrate is striking a balance between limiting the file size without losing too much quality. The smarter the compression format, the easier this is to achieve. &lt;br /&gt;
&lt;br /&gt;
If you are using H.264 compression, you can calculate a ballpark estimate for your target bitrate using the Kush gauge, a helpful formula written by a guy named Kush:&lt;br /&gt;
 Target Bitrate (kbps) = Frame Width (px) * Frame Height (px) * Frame Rate (fps) * Motion Factor * 0.07 / 1000&lt;br /&gt;
&amp;quot;Motion Factor&amp;quot; is an arbitrary value (typically 1, 2 or 4) that you can assign to your video based on the amount of (fast) movement in the video. Higher amounts of movement require a higher amount of information to be stored in order to prevent quality loss. &lt;br /&gt;
Example calculation for a typical 720p video:&lt;br /&gt;
 1280 * 720 * 25 * 2 * 0.07 / 1000 = 3225.6 kbps (= 3.2 Mbps)&lt;br /&gt;
&lt;br /&gt;
Bitrate can be set to Constant (CBR) or Variable (VBR). A variable bitrate can help decreasing file size when your video has a combination of high and low amounts of movement, as it will optimize the distribution of information storage for those parts in your video. The downside is that your video player has to sometimes suddenly decode a lot more information than the previous frame, potentially causing laggy playback. For this reason, we advise using a constant bitrate.&lt;br /&gt;
&lt;br /&gt;
=== HEVC ===&lt;br /&gt;
High Efficiency Video Coding (HEVC, also known as H.265) is the successor to H.264. Together with AVC, VP9 and AV1, it is one of the latest standards that yield significantly better compression rates than H.264. However, support is still far from universal and you may experience performance issues in some programs or on some devices. Therefore, we do not advise storing your videos in these formats unless it is for archival purposes only.&lt;br /&gt;
&lt;br /&gt;
=== Container Formats ===&lt;br /&gt;
The container format determines what extension your video file will have, and provides information about how the video data is structured. Video container formats are often independent from codecs! So you can't always tell which codec is used by looking at the file extension. This sometimes leads to playback errors, when your software is able to open a container, but not able to decode the video data inside. Or visa-versa, like [[#Presentation|Presentation]]. So it's important to choose both the right codec AND right container for your videos! &lt;br /&gt;
Some container formats offer more features than others. A comparison of the most common video formats is found here: [https://en.wikipedia.org/wiki/Comparison_of_video_container_formats]&lt;br /&gt;
&lt;br /&gt;
When using the H.264 or HEVC codec, the most common container format is MP4. &lt;br /&gt;
&lt;br /&gt;
== Software support ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|- &lt;br /&gt;
! scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot; | Recommended formats&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; | Non-Recommended formats&lt;br /&gt;
|-&lt;br /&gt;
| Codec&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | VP8/VP9&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Theora&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; colspan=&amp;quot;2&amp;quot; | H.264&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | XVID&lt;br /&gt;
|-&lt;br /&gt;
| Container &lt;br /&gt;
| .webm .mkv&lt;br /&gt;
| .ogv .ogg&lt;br /&gt;
| .mp4&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | .avi&lt;br /&gt;
|-&lt;br /&gt;
| Advantage&lt;br /&gt;
| Open Source&lt;br /&gt;
| Open Source&lt;br /&gt;
| Industry Standard&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | Works in Presentation &lt;br /&gt;
|-&lt;br /&gt;
! Software&lt;br /&gt;
|-&lt;br /&gt;
| Chrome/Firefox/Opera&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
| &lt;br /&gt;
| style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| VLC &lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
| PsychoPy &lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#FFF;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;background-color:#FFF;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| Neurobs Presentation&lt;br /&gt;
| style=&amp;quot;background-color:#F99;&amp;quot; | No &lt;br /&gt;
| style=&amp;quot;background-color:#F99;&amp;quot; | No &lt;br /&gt;
| style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; Windows version requires careful installation, ask the TSG for help.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; Recommended output for Presentation only. See documentation below for conversion options.&amp;lt;br/&amp;gt;&lt;br /&gt;
Note: This list is incomplete and will be updated as soon as we have tested all the common and recommended video formats with all supported stimuli software.&lt;br /&gt;
&lt;br /&gt;
== Neurobs Presentation ==&lt;br /&gt;
&lt;br /&gt;
Neurobs Presentation does not support the .mp4 container, so you will have to convert your H.264 encoded .mp4 videos to the .avi container. We recommend doing this with [[FFmpeg]]. &lt;br /&gt;
&lt;br /&gt;
Neurobs recommends using MP4Cam2AVI Easy Converter&amp;lt;ref&amp;gt;http://www.neurobs.com/wiki/Presentation/Video#Video_Encoding&amp;lt;/ref&amp;gt;. Be sure to uncheck 'preview On' before opening your files, because the program might crash otherwise.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Warn|There are performance issues with playing videos in Presentation. Please contact the TSG if you plan to use videos in your Presentation experiment.}}&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
=== Converters ===&lt;br /&gt;
We recommend using [[FFmpeg]] for encoding/converting your videos. If you prefer using a GUI for converting to mp4, Handbrake is a decent option. Find a quick start guide here: https://handbrake.fr/docs/en/latest/introduction/quick-start.html&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Download Location&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Supported formats&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Supported containers&lt;br /&gt;
|-&lt;br /&gt;
| [[FFmpeg]] || https://ffmpeg.org/ || various || any&lt;br /&gt;
|-&lt;br /&gt;
| Handbrake || https://handbrake.fr/ || H.264, MPEG-4, MPEG-2, VP3 || mp4, mkv&lt;br /&gt;
|-&lt;br /&gt;
| MP4Cam2AVI Easy Converter || http://sourceforge.net/projects/mp4cam2avi || H.264 || avi, mp4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
=== Codec Packs ===&lt;br /&gt;
Note: Below is just a list of several codec packs. Please '''do not attempt to install all packs together''', but only choose the one(s) your playback-software requires.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Download Location&lt;br /&gt;
|-&lt;br /&gt;
| Libavcodec || https://libav.org/&lt;br /&gt;
|-&lt;br /&gt;
| LAV Filters || https://github.com/Nevcairiel/LAVFilters/releases&lt;br /&gt;
|-&lt;br /&gt;
| K-Lite Codec Pack || http://www.codecguide.com/download_kl.htm&lt;br /&gt;
|-&lt;br /&gt;
| FFDshow || http://sourceforge.net/projects/ffdshow-tryout/&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Codec Viewer ===&lt;br /&gt;
Want to know how a video was encoded? You can use MediaInfo (open-source, at https://mediaarea.net/en/MediaInfo) to gain insight into the video and audio codecs, bit rates, resolution, frame rate, etc.&lt;br /&gt;
&lt;br /&gt;
=== Media Players ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Download Location&lt;br /&gt;
|-&lt;br /&gt;
| VLC || https://www.videolan.org/&lt;br /&gt;
|-&lt;br /&gt;
| Noldus Mainconcept Codec (Noldus Media Recorder) || [[Media:Noldus MainConcept Codec Package 8.5.26.zip]]&lt;br /&gt;
|-&lt;br /&gt;
| AVBin (Psychopy) || http://avbin.github.io/AVbin/Home/Home.html&lt;br /&gt;
|-&lt;br /&gt;
| Gstreamer (Matlab) || http://gstreamer.freedesktop.org/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Insta360_X3&amp;diff=6327</id>
		<title>Insta360 X3</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Insta360_X3&amp;diff=6327"/>
		<updated>2026-04-08T14:44:45Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Insta360 X3&lt;br /&gt;
| image          = Insta360-x3.jpg&lt;br /&gt;
| caption        = Insta360 X3 Camera&lt;br /&gt;
| manuals        = &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;[https://www.insta360.com/x3/guide Quickstart Guide (https://insta360.com)]&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;[https://www.youtube.com/watch?v=sQ6Aw3Or_ro Webcam setup (YouTube)]&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Insta360 X3 is a 360 degree camera, able to record a 360 degree view around itself. It automatically combines (&amp;quot;stitches&amp;quot;) the images of its two camera sensors/lenses. 360 degree videos can be viewed in Virtual Reality.&lt;br /&gt;
&lt;br /&gt;
The camera can also be used as webcam (firmware update required!)&lt;br /&gt;
&lt;br /&gt;
TSG support and documentation for the X3 is currently a bit limited. Please refer to the official documentation (linked in the infobox) and Youtube videos for help.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
*[[Cameras]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ==References== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt; &amp;lt;!-- Automatically generates list of references using the &amp;lt;ref&amp;gt;&amp;lt;/ref&amp;gt; tags. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Insta360_X3&amp;diff=6326</id>
		<title>Insta360 X3</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Insta360_X3&amp;diff=6326"/>
		<updated>2026-04-08T14:44:06Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Insta360 X3&lt;br /&gt;
| image          = Insta360-x3.jpg&lt;br /&gt;
| caption        = Insta360 X3 Camera&lt;br /&gt;
| manuals        = &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;[https://www.insta360.com/x3/guide Quickstart Guide (https://insta360.com)]&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;[https://www.youtube.com/watch?v=sQ6Aw3Or_ro Webcam setup (YouTube)]&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Insta360 X3 is a 360 degree camera, able to record a 360 degree view around itself. It automatically combines (&amp;quot;stitches&amp;quot;) the images of its two camera sensors/lenses. 360 degree videos can be viewed in Virtual Reality.&lt;br /&gt;
&lt;br /&gt;
The camera can also be used as webcam.&lt;br /&gt;
&lt;br /&gt;
TSG support and documentation for the X3 is currently a bit limited. Please refer to the official documentation (linked in the infobox) and Youtube videos for help.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
*[[Cameras]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ==References== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt; &amp;lt;!-- Automatically generates list of references using the &amp;lt;ref&amp;gt;&amp;lt;/ref&amp;gt; tags. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Insta360_X3&amp;diff=6325</id>
		<title>Insta360 X3</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Insta360_X3&amp;diff=6325"/>
		<updated>2026-04-08T14:35:26Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Insta360 X3&lt;br /&gt;
| image          = Insta360-x3.jpg&lt;br /&gt;
| caption        = Insta360 X3 Camera&lt;br /&gt;
| manuals        = {{bulleted list&lt;br /&gt;
      | [https://www.insta360.com/x3/guide Quickstart Guide (https://insta360.com)]&lt;br /&gt;
      | [https://youtu.be/sQ6Aw3Or_ro?si=10N5ZQkaTKx3X-Qi Webcam setup (YouTube)]&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Insta360 X3 is a 360 degree camera, able to record a 360 degree view around itself. It automatically combines (&amp;quot;stitches&amp;quot;) the images of its two camera sensors/lenses. 360 degree videos can be viewed in Virtual Reality.&lt;br /&gt;
&lt;br /&gt;
The camera can also be used as webcam.&lt;br /&gt;
&lt;br /&gt;
TSG support and documentation for the X3 is currently a bit limited. Please refer to the official documentation (linked in the infobox) and Youtube videos for help.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
*[[Cameras]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ==References== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt; &amp;lt;!-- Automatically generates list of references using the &amp;lt;ref&amp;gt;&amp;lt;/ref&amp;gt; tags. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Hollyland_Lark_M2&amp;diff=6324</id>
		<title>Hollyland Lark M2</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Hollyland_Lark_M2&amp;diff=6324"/>
		<updated>2026-04-08T14:32:57Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Stereo recording */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Hollyland Lark M2&lt;br /&gt;
| image          = Hollyland_lark_m2_camera.jpg&lt;br /&gt;
| caption        = Hollyland Lark M2 Camera Version&lt;br /&gt;
| manuals        = *[https://download.hollyland.com/User_manual/LARK%20M2/LARK%20M2%20User%20Manual%20V1.0.pdf User Manual (pdf)]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Hollyland Lark M2 is a wireless lavalier microphone system. It does not offer much in terms of controls and features, but this makes it very easy to use. &lt;br /&gt;
It is ideal in situations where you need a small, unobtrusive microphone to record someone for e.g. a promotional video, or when you are interviewing people on location.&lt;br /&gt;
&lt;br /&gt;
If you're worried about sound quality, latency, and fine adjustments, this is not the microphone for you.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
The Hollyland Lark M2 Camera kit contains:&lt;br /&gt;
* 2 Wireless lavalier microphones (transmitters)&lt;br /&gt;
* 1 Wireless receiver&lt;br /&gt;
* 1 Charging case&lt;br /&gt;
* 2 wind screens&lt;br /&gt;
* Carry bag&lt;br /&gt;
* Magnetic clips and lanyards for attaching the transmitters to&lt;br /&gt;
* USB-C, Apple Lightning and 3.5mm jack cables&lt;br /&gt;
* Stickers to cover the Hollyland logo &amp;lt;ref&amp;gt;Stickers can be requested from TSG&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We also have some Lark M2 Combo kits available that add low-profile receivers for smartphone or [[Ipod]].&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;| Hollyland Lark M2&lt;br /&gt;
|-&lt;br /&gt;
! Transmitter&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Type || Lavalier (small condenser)&lt;br /&gt;
|-&lt;br /&gt;
| Polar Pattern || Omnidirectional&lt;br /&gt;
|-&lt;br /&gt;
| Frequency Response (Hz) || 20 - 20,000 &lt;br /&gt;
|-&lt;br /&gt;
| Max. SPL (dB) || 115&lt;br /&gt;
|-&lt;br /&gt;
| Connector || -&lt;br /&gt;
|-&lt;br /&gt;
| Power requirement || Internal battery&lt;br /&gt;
|-&lt;br /&gt;
| Features || Wireless (2.4GHz), Noise cancelling&lt;br /&gt;
|-&lt;br /&gt;
| Mount || Magnet&lt;br /&gt;
|- &lt;br /&gt;
| Accessories || Foam windshield&lt;br /&gt;
|-&lt;br /&gt;
| Range (m) || 300 (LOS), 40 (non-LOS)&lt;br /&gt;
|-&lt;br /&gt;
| Battery Capacity (mAh) || 97 (~10 hrs)&lt;br /&gt;
|-&lt;br /&gt;
| Weight (g) || 9&lt;br /&gt;
|-&lt;br /&gt;
! Receiver&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Connector || USB-C, 3.5mm stereo jack&lt;br /&gt;
|-&lt;br /&gt;
| Power requirement || Internal battery&lt;br /&gt;
|-&lt;br /&gt;
| Features || Wireless (2.4GHz)&lt;br /&gt;
|-&lt;br /&gt;
| Mount || Clip/cold shoe&lt;br /&gt;
|-&lt;br /&gt;
| Battery Capacity (mAh) || 145 (~9 hrs)&lt;br /&gt;
|-&lt;br /&gt;
! USB Recording&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Bit Depth || 24-bit&lt;br /&gt;
|-&lt;br /&gt;
| Sample Rate || 48kHz&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;fn&amp;quot; /&amp;gt; &amp;lt;!-- Automatically list notes/references in the table above --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
The Lark M2 has no internal storage, so you will always have to connect it to a separate recording device, like a regular microphone.&lt;br /&gt;
&lt;br /&gt;
# Take a transmitter and the receiver out of the charging case. They will automatically turn on and connect to each other.&lt;br /&gt;
# Attach the transmitter to your subject (see attachment options below)&lt;br /&gt;
# Connect the receiver to your camera/phone/computer via USB or 3.5mm jack.&lt;br /&gt;
# Turn the volume knob on the receiver to adjust input volume.&lt;br /&gt;
&lt;br /&gt;
When you are done recording, place everything back in the charging case. The transmitter(s) and receiver will be automatically recharged from the case's internal battery. Make sure to recharge the case itself when the indicator lights on the front run low.&lt;br /&gt;
&lt;br /&gt;
===Attachment options===&lt;br /&gt;
The Lark M2 transmitters can be magnetically attached to your subject using the included magnets, clips or lanyards. &lt;br /&gt;
* Use the clip to clip the transmitter to e.g. a collar or the edge of a button-up shirt.&lt;br /&gt;
* Hold a magnet on the inside of a shirt and snap the transmitter in place on the outside (like a sandwich).&lt;br /&gt;
* Use the lanyard in case someone is wearing very delicate fabric or no shirt at all. &lt;br /&gt;
* Use the magnet to attach the transmitter to a nearby metal object (or actual microphone stand).&lt;br /&gt;
&lt;br /&gt;
The magnet sandwich is often the most secure way of fixing the microphone in place, but make sure to ask consent before sticking your hand up someone's shirt.&lt;br /&gt;
&lt;br /&gt;
For the best results, make sure the transmitter is not covered by any layers of clothing or hair that may rustle against it. &lt;br /&gt;
&lt;br /&gt;
Attach a wind screen when recording outside in windy conditions.&lt;br /&gt;
&lt;br /&gt;
=== Noise cancelling ===&lt;br /&gt;
Press the button on the transmitter to enable noise cancelling (LED will turn green). This can work great at filtering unwanted environment noise, but will likely decrease your overall audio quality. Press the button again to turn noise cancelling off (LED will turn blue).&lt;br /&gt;
&lt;br /&gt;
=== Stereo recording ===&lt;br /&gt;
By default, the Lark M2 will record mono, meaning the signal of both transmitters will be combined into one audio stream. Stereo recording, whereby transmitter 1 is recording to the left channel and transmitter 2 is recording to the right channel, is only possible via 3.5mm jack output. &lt;br /&gt;
Adapter cables and audio interfaces are available at TSG to allow you to record separated channels via USB.&lt;br /&gt;
&lt;br /&gt;
To enable stereo mode, press the Mode Switching button on the receiver (volume indicator LEDs will turn blue). Press again to switch back to mono mode (volume indicator LEDS will turn green).&lt;br /&gt;
&lt;br /&gt;
Note: when connecting the Lark M2, it will present itself as a stereo input device, even if it is in mono mode. In mono mode, the combined signal is sent to both channels equally.&lt;br /&gt;
&lt;br /&gt;
==See Also== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
*[[Microphones]]&lt;br /&gt;
&lt;br /&gt;
==References== &lt;br /&gt;
&amp;lt;references /&amp;gt; &amp;lt;!-- Automatically generates list of references using the &amp;lt;ref&amp;gt;&amp;lt;/ref&amp;gt; tags. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Hollyland_Lark_M2&amp;diff=6323</id>
		<title>Hollyland Lark M2</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Hollyland_Lark_M2&amp;diff=6323"/>
		<updated>2026-04-08T14:27:11Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Contents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Hollyland Lark M2&lt;br /&gt;
| image          = Hollyland_lark_m2_camera.jpg&lt;br /&gt;
| caption        = Hollyland Lark M2 Camera Version&lt;br /&gt;
| manuals        = *[https://download.hollyland.com/User_manual/LARK%20M2/LARK%20M2%20User%20Manual%20V1.0.pdf User Manual (pdf)]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Hollyland Lark M2 is a wireless lavalier microphone system. It does not offer much in terms of controls and features, but this makes it very easy to use. &lt;br /&gt;
It is ideal in situations where you need a small, unobtrusive microphone to record someone for e.g. a promotional video, or when you are interviewing people on location.&lt;br /&gt;
&lt;br /&gt;
If you're worried about sound quality, latency, and fine adjustments, this is not the microphone for you.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
The Hollyland Lark M2 Camera kit contains:&lt;br /&gt;
* 2 Wireless lavalier microphones (transmitters)&lt;br /&gt;
* 1 Wireless receiver&lt;br /&gt;
* 1 Charging case&lt;br /&gt;
* 2 wind screens&lt;br /&gt;
* Carry bag&lt;br /&gt;
* Magnetic clips and lanyards for attaching the transmitters to&lt;br /&gt;
* USB-C, Apple Lightning and 3.5mm jack cables&lt;br /&gt;
* Stickers to cover the Hollyland logo &amp;lt;ref&amp;gt;Stickers can be requested from TSG&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We also have some Lark M2 Combo kits available that add low-profile receivers for smartphone or [[Ipod]].&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;| Hollyland Lark M2&lt;br /&gt;
|-&lt;br /&gt;
! Transmitter&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Type || Lavalier (small condenser)&lt;br /&gt;
|-&lt;br /&gt;
| Polar Pattern || Omnidirectional&lt;br /&gt;
|-&lt;br /&gt;
| Frequency Response (Hz) || 20 - 20,000 &lt;br /&gt;
|-&lt;br /&gt;
| Max. SPL (dB) || 115&lt;br /&gt;
|-&lt;br /&gt;
| Connector || -&lt;br /&gt;
|-&lt;br /&gt;
| Power requirement || Internal battery&lt;br /&gt;
|-&lt;br /&gt;
| Features || Wireless (2.4GHz), Noise cancelling&lt;br /&gt;
|-&lt;br /&gt;
| Mount || Magnet&lt;br /&gt;
|- &lt;br /&gt;
| Accessories || Foam windshield&lt;br /&gt;
|-&lt;br /&gt;
| Range (m) || 300 (LOS), 40 (non-LOS)&lt;br /&gt;
|-&lt;br /&gt;
| Battery Capacity (mAh) || 97 (~10 hrs)&lt;br /&gt;
|-&lt;br /&gt;
| Weight (g) || 9&lt;br /&gt;
|-&lt;br /&gt;
! Receiver&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Connector || USB-C, 3.5mm stereo jack&lt;br /&gt;
|-&lt;br /&gt;
| Power requirement || Internal battery&lt;br /&gt;
|-&lt;br /&gt;
| Features || Wireless (2.4GHz)&lt;br /&gt;
|-&lt;br /&gt;
| Mount || Clip/cold shoe&lt;br /&gt;
|-&lt;br /&gt;
| Battery Capacity (mAh) || 145 (~9 hrs)&lt;br /&gt;
|-&lt;br /&gt;
! USB Recording&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Bit Depth || 24-bit&lt;br /&gt;
|-&lt;br /&gt;
| Sample Rate || 48kHz&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;fn&amp;quot; /&amp;gt; &amp;lt;!-- Automatically list notes/references in the table above --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
The Lark M2 has no internal storage, so you will always have to connect it to a separate recording device, like a regular microphone.&lt;br /&gt;
&lt;br /&gt;
# Take a transmitter and the receiver out of the charging case. They will automatically turn on and connect to each other.&lt;br /&gt;
# Attach the transmitter to your subject (see attachment options below)&lt;br /&gt;
# Connect the receiver to your camera/phone/computer via USB or 3.5mm jack.&lt;br /&gt;
# Turn the volume knob on the receiver to adjust input volume.&lt;br /&gt;
&lt;br /&gt;
When you are done recording, place everything back in the charging case. The transmitter(s) and receiver will be automatically recharged from the case's internal battery. Make sure to recharge the case itself when the indicator lights on the front run low.&lt;br /&gt;
&lt;br /&gt;
===Attachment options===&lt;br /&gt;
The Lark M2 transmitters can be magnetically attached to your subject using the included magnets, clips or lanyards. &lt;br /&gt;
* Use the clip to clip the transmitter to e.g. a collar or the edge of a button-up shirt.&lt;br /&gt;
* Hold a magnet on the inside of a shirt and snap the transmitter in place on the outside (like a sandwich).&lt;br /&gt;
* Use the lanyard in case someone is wearing very delicate fabric or no shirt at all. &lt;br /&gt;
* Use the magnet to attach the transmitter to a nearby metal object (or actual microphone stand).&lt;br /&gt;
&lt;br /&gt;
The magnet sandwich is often the most secure way of fixing the microphone in place, but make sure to ask consent before sticking your hand up someone's shirt.&lt;br /&gt;
&lt;br /&gt;
For the best results, make sure the transmitter is not covered by any layers of clothing or hair that may rustle against it. &lt;br /&gt;
&lt;br /&gt;
Attach a wind screen when recording outside in windy conditions.&lt;br /&gt;
&lt;br /&gt;
=== Noise cancelling ===&lt;br /&gt;
Press the button on the transmitter to enable noise cancelling (LED will turn green). This can work great at filtering unwanted environment noise, but will likely decrease your overall audio quality. Press the button again to turn noise cancelling off (LED will turn blue).&lt;br /&gt;
&lt;br /&gt;
=== Stereo recording ===&lt;br /&gt;
By default, the Lark M2 will record mono, meaning the signal of both transmitters will be combined into one audio stream. Stereo recording, whereby transmitter 1 is recording to the left channel and transmitter 2 is recording to the right channel, is only possible via 3.5mm jack output. &lt;br /&gt;
Adapter cables and audio interfaces are available at TSG to allow you to record stereo channels via USB.&lt;br /&gt;
&lt;br /&gt;
To enable stereo mode, press the Mode Switching button on the receiver (volume indicator LEDs will turn blue). Press again to switch back to mono mode (volume indicator LEDS will turn green).&lt;br /&gt;
&lt;br /&gt;
==See Also== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
*[[Microphones]]&lt;br /&gt;
&lt;br /&gt;
==References== &lt;br /&gt;
&amp;lt;references /&amp;gt; &amp;lt;!-- Automatically generates list of references using the &amp;lt;ref&amp;gt;&amp;lt;/ref&amp;gt; tags. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Hollyland_Lark_M2&amp;diff=6322</id>
		<title>Hollyland Lark M2</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Hollyland_Lark_M2&amp;diff=6322"/>
		<updated>2026-04-08T14:26:55Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Contents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Hollyland Lark M2&lt;br /&gt;
| image          = Hollyland_lark_m2_camera.jpg&lt;br /&gt;
| caption        = Hollyland Lark M2 Camera Version&lt;br /&gt;
| manuals        = *[https://download.hollyland.com/User_manual/LARK%20M2/LARK%20M2%20User%20Manual%20V1.0.pdf User Manual (pdf)]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Hollyland Lark M2 is a wireless lavalier microphone system. It does not offer much in terms of controls and features, but this makes it very easy to use. &lt;br /&gt;
It is ideal in situations where you need a small, unobtrusive microphone to record someone for e.g. a promotional video, or when you are interviewing people on location.&lt;br /&gt;
&lt;br /&gt;
If you're worried about sound quality, latency, and fine adjustments, this is not the microphone for you.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
The Hollyland Lark M2 Camera kit contains:&lt;br /&gt;
* 2 Wireless lavalier microphones (transmitters)&lt;br /&gt;
* 1 Wireless receiver&lt;br /&gt;
* 1 Charging case&lt;br /&gt;
* 2 wind screens&lt;br /&gt;
* Carry bag&lt;br /&gt;
* Magnetic clips and lanyards for attaching the transmitters to&lt;br /&gt;
* USB-C, Apple Lightning and 3.5mm jack cables&lt;br /&gt;
* Stickers to cover the Hollyland logo &amp;lt;ref&amp;gt;Stickers can be requested from TSG&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We also have some Lark M2 Combo kits available that add low-profile receivers for smartphone or [[iPod]].&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;| Hollyland Lark M2&lt;br /&gt;
|-&lt;br /&gt;
! Transmitter&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Type || Lavalier (small condenser)&lt;br /&gt;
|-&lt;br /&gt;
| Polar Pattern || Omnidirectional&lt;br /&gt;
|-&lt;br /&gt;
| Frequency Response (Hz) || 20 - 20,000 &lt;br /&gt;
|-&lt;br /&gt;
| Max. SPL (dB) || 115&lt;br /&gt;
|-&lt;br /&gt;
| Connector || -&lt;br /&gt;
|-&lt;br /&gt;
| Power requirement || Internal battery&lt;br /&gt;
|-&lt;br /&gt;
| Features || Wireless (2.4GHz), Noise cancelling&lt;br /&gt;
|-&lt;br /&gt;
| Mount || Magnet&lt;br /&gt;
|- &lt;br /&gt;
| Accessories || Foam windshield&lt;br /&gt;
|-&lt;br /&gt;
| Range (m) || 300 (LOS), 40 (non-LOS)&lt;br /&gt;
|-&lt;br /&gt;
| Battery Capacity (mAh) || 97 (~10 hrs)&lt;br /&gt;
|-&lt;br /&gt;
| Weight (g) || 9&lt;br /&gt;
|-&lt;br /&gt;
! Receiver&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Connector || USB-C, 3.5mm stereo jack&lt;br /&gt;
|-&lt;br /&gt;
| Power requirement || Internal battery&lt;br /&gt;
|-&lt;br /&gt;
| Features || Wireless (2.4GHz)&lt;br /&gt;
|-&lt;br /&gt;
| Mount || Clip/cold shoe&lt;br /&gt;
|-&lt;br /&gt;
| Battery Capacity (mAh) || 145 (~9 hrs)&lt;br /&gt;
|-&lt;br /&gt;
! USB Recording&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Bit Depth || 24-bit&lt;br /&gt;
|-&lt;br /&gt;
| Sample Rate || 48kHz&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;fn&amp;quot; /&amp;gt; &amp;lt;!-- Automatically list notes/references in the table above --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
The Lark M2 has no internal storage, so you will always have to connect it to a separate recording device, like a regular microphone.&lt;br /&gt;
&lt;br /&gt;
# Take a transmitter and the receiver out of the charging case. They will automatically turn on and connect to each other.&lt;br /&gt;
# Attach the transmitter to your subject (see attachment options below)&lt;br /&gt;
# Connect the receiver to your camera/phone/computer via USB or 3.5mm jack.&lt;br /&gt;
# Turn the volume knob on the receiver to adjust input volume.&lt;br /&gt;
&lt;br /&gt;
When you are done recording, place everything back in the charging case. The transmitter(s) and receiver will be automatically recharged from the case's internal battery. Make sure to recharge the case itself when the indicator lights on the front run low.&lt;br /&gt;
&lt;br /&gt;
===Attachment options===&lt;br /&gt;
The Lark M2 transmitters can be magnetically attached to your subject using the included magnets, clips or lanyards. &lt;br /&gt;
* Use the clip to clip the transmitter to e.g. a collar or the edge of a button-up shirt.&lt;br /&gt;
* Hold a magnet on the inside of a shirt and snap the transmitter in place on the outside (like a sandwich).&lt;br /&gt;
* Use the lanyard in case someone is wearing very delicate fabric or no shirt at all. &lt;br /&gt;
* Use the magnet to attach the transmitter to a nearby metal object (or actual microphone stand).&lt;br /&gt;
&lt;br /&gt;
The magnet sandwich is often the most secure way of fixing the microphone in place, but make sure to ask consent before sticking your hand up someone's shirt.&lt;br /&gt;
&lt;br /&gt;
For the best results, make sure the transmitter is not covered by any layers of clothing or hair that may rustle against it. &lt;br /&gt;
&lt;br /&gt;
Attach a wind screen when recording outside in windy conditions.&lt;br /&gt;
&lt;br /&gt;
=== Noise cancelling ===&lt;br /&gt;
Press the button on the transmitter to enable noise cancelling (LED will turn green). This can work great at filtering unwanted environment noise, but will likely decrease your overall audio quality. Press the button again to turn noise cancelling off (LED will turn blue).&lt;br /&gt;
&lt;br /&gt;
=== Stereo recording ===&lt;br /&gt;
By default, the Lark M2 will record mono, meaning the signal of both transmitters will be combined into one audio stream. Stereo recording, whereby transmitter 1 is recording to the left channel and transmitter 2 is recording to the right channel, is only possible via 3.5mm jack output. &lt;br /&gt;
Adapter cables and audio interfaces are available at TSG to allow you to record stereo channels via USB.&lt;br /&gt;
&lt;br /&gt;
To enable stereo mode, press the Mode Switching button on the receiver (volume indicator LEDs will turn blue). Press again to switch back to mono mode (volume indicator LEDS will turn green).&lt;br /&gt;
&lt;br /&gt;
==See Also== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
*[[Microphones]]&lt;br /&gt;
&lt;br /&gt;
==References== &lt;br /&gt;
&amp;lt;references /&amp;gt; &amp;lt;!-- Automatically generates list of references using the &amp;lt;ref&amp;gt;&amp;lt;/ref&amp;gt; tags. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio&amp;diff=6321</id>
		<title>OBS Studio</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio&amp;diff=6321"/>
		<updated>2026-04-08T13:47:21Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = Open Broadcaster Software&lt;br /&gt;
| logo                   = Obs_icon_small.png&lt;br /&gt;
| screenshot             = &lt;br /&gt;
| caption                = &lt;br /&gt;
| developer              = &lt;br /&gt;
| released               = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| discontinued           = &lt;br /&gt;
| latest release version = &lt;br /&gt;
| latest release date    = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| latest preview version = &lt;br /&gt;
| latest preview date    = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| installed version      = &lt;br /&gt;
| installed version date = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| status                 = Active&lt;br /&gt;
| programming language   = &lt;br /&gt;
| operating system       = Microsoft Windows, Linux, OSX&lt;br /&gt;
| platform               = &lt;br /&gt;
| size                   = &lt;br /&gt;
| language               = &lt;br /&gt;
| genre                  = &lt;br /&gt;
| license                = GNU GPLv2&lt;br /&gt;
| website                = [https://obsproject.com/ obsproject.com]&lt;br /&gt;
| resources              = &lt;br /&gt;
  {{Infobox tsg&lt;br /&gt;
    | child              = yes&lt;br /&gt;
    | downloads          = {{bulleted list&lt;br /&gt;
        | [https://obsproject.com/download Download Latest Version]&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Open Broadcaster Software (OBS) Studio is a great, free program that lets you stream and/or record your entire desktop, a specific application window, a webcam, or a combination of multiple sources. On this page we will discuss the basic settings for a single screen recording. &lt;br /&gt;
Contact the TSG for help with more elaborate setups.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Download and run the installer for your operating system from the [https://obsproject.com/download OBS website].&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
When opening OBS Studio for the first time, you will see a large black canvas which is the preview window of what you are recording. By default, no source is selected so nothing is visible. Before setting up our source(s), let's make sure our canvas and recording settings are correct, otherwise we'd have to adjust the sources again later. Click the &amp;quot;Settings&amp;quot; button in the bottom right.&lt;br /&gt;
&lt;br /&gt;
===Video Settings===&lt;br /&gt;
Go to the &amp;quot;Video&amp;quot; tab and adjust the resolution and frame rate to match your source and desired output. For recording, we advise to keep the Base Resolution and Output Resolution the same; we can always scale down the recorded video later.&lt;br /&gt;
[[File:Obs tut videoSet.png|thumb|none|500px|Typical resolution settings for recording on a Full HD monitor.]]&lt;br /&gt;
&lt;br /&gt;
===Output Settings===&lt;br /&gt;
Next, go to the &amp;quot;Output&amp;quot; tab and then the &amp;quot;Recording&amp;quot; sub-tab. &lt;br /&gt;
*Select your default folder for saving the recordings to under &amp;quot;Recording Path&amp;quot;. &lt;br /&gt;
*Set your recording format. We recommend using MKV, because this format allows you to recover the video in case of a crash. See below how to automatically convert the file to MP4 after your recording, which is typically the format you want to use if you want to edit the video later.&lt;br /&gt;
*Select your encoder. You'll probably want to use x264 or Nvidia NVENC H.264 if available.&lt;br /&gt;
*Set the Rate Control. CBR is best in most cases, because it ensures the video can be recorded and played back at a consistent bitrate, making it less likely to cause performance drops. The downside is a potentially larger file size.&lt;br /&gt;
*Set your Bitrate. Check the [[Video_Codecs#Bitrate|Video Codecs]] page for more info on choosing your bitrate. In our example of a basic 1920x1080 screen recording, 8000Kbps usually gives a good balance between video quality and file size. If you have a lot of fast moving objects or fast changing colors to record, you might want to choose a higher bitrate. If your screen is largely static, or if you use a lower output resolution, you can opt for a lower bitrate to save space on your hard drive.&lt;br /&gt;
[[File:Obs tut outputSet.png|thumb|none|500px|A good place to start for recording a Full HD screen]]&lt;br /&gt;
&lt;br /&gt;
If audio is important to you, you can fiddle around with the settings in the &amp;quot;Audio&amp;quot; tabs, but for most cases the default settings will do.&lt;br /&gt;
Apply the new settings and close the settings window.&lt;br /&gt;
&lt;br /&gt;
===Advanced Settings===&lt;br /&gt;
If you have chosen MKV as your recording format, go to the &amp;quot;Advanced&amp;quot; tab to set OBS to automatically convert (&amp;quot;remux&amp;quot;) your recording to MP4 format. This will happen as soon as you press the &amp;quot;Stop Recording&amp;quot; button. Remuxing means it only changes the container, not the codec, and so this will not degrade the video quality. &lt;br /&gt;
&lt;br /&gt;
ℹ️As of version 30.2, OBS has introduced the new &amp;quot;Hybrid MP4&amp;quot; and &amp;quot;Hybrid MOV&amp;quot; containers&amp;lt;ref&amp;gt;[https://obsproject.com/kb/hybrid-mp4 Hybrid MP4 &amp;amp; Hybrid MOV Formats]&amp;lt;/ref&amp;gt;, which aim to combine the convenience of MP4/MOV and the recoverability of MKV. We have not extensively tested it yet, and recommend sticking with the MKV + remux option for now.&lt;br /&gt;
[[File:Obs tut advancedSet.png|thumb|none|500px|Set OBS to automatically remux the recording file to MP4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Sources===&lt;br /&gt;
Now let's add a source for our recording. Click the plus icon underneath the &amp;quot;Sources&amp;quot; box at the bottom of the screen. A dropdown menu will appear in which you can select your source(s). OBS allows you to select multiple sources and place them on top of each other (picture in picture), side by side, or in any other configuration. In this guide, we will stick with a single source.&lt;br /&gt;
[[File:Obs tut sourceSet.png|thumb|none|500px]]&lt;br /&gt;
&lt;br /&gt;
====Desktop Capture====&lt;br /&gt;
To capture your entire screen, select &amp;quot;Display Capture&amp;quot;. If you have multiple displays connected, choose the display you wish to record. You can also choose whether to include the mouse cursor in your recording. Click OK when done. If your display resolution matches the canvas resolution we set earlier, you should see our Display Capture source fill the entire preview window. If not, you can drag the red corners of the window to scale it up or down to fill the screen or to position it wherever you want.&lt;br /&gt;
[[File:Obs tut desktopCapture.png|thumb|none|500px]]&lt;br /&gt;
&lt;br /&gt;
====Webcam====&lt;br /&gt;
To capture a webcam, select &amp;quot;Video Capture Device&amp;quot; form the Sources dropdown menu. From the &amp;quot;Device&amp;quot; dropdown menu, select your webcam. If you do not see your webcam listed, make sure it is connected and not used by another program. &lt;br /&gt;
Some webcams will default to a low resolution; you will notice this when the webcam image does not fill up the entire frame. To ensure your webcam is using the correct resolution, scroll down the device properties and set &amp;quot;Resolution/FPS Type&amp;quot; to &amp;quot;Custom&amp;quot;. Then type the resolution (e.g. 1920x1080 for our Logitech C920/C922 webcams), and set the FPS (refresh rate) to &amp;quot;Highest FPS&amp;quot; for the most stable stream. &lt;br /&gt;
&lt;br /&gt;
[[File:Obs webcam settings.png|thumb|none|500px|Video Capture Device settings for a Logitech BRIO webcam]]&lt;br /&gt;
&lt;br /&gt;
===Saving Your Setup===&lt;br /&gt;
When you are happy with your source settings, we strongly recommend saving your settings by going to Scene Collection -&amp;gt; Export. This allows you to recover your settings after an image update, or easily transfer your setup to a different lab.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To start recording, click the &amp;quot;Start Recording&amp;quot; button in the bottom right. The button will change to &amp;quot;Stop Recording&amp;quot;, which you can click again to stop recording. The recordings are stored in the folder you specified in the Output settings.&lt;br /&gt;
&lt;br /&gt;
===More Use Cases===&lt;br /&gt;
*[[OBS Studio/Recording Multiple Audio Sources|Recording Multiple Audio Sources]]&lt;br /&gt;
*[[OBS Studio/Recording A Teams Meeting|Recording a Teams Meeting]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Video_Codecs|Video Codecs]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Erik_van_den_Berge&amp;diff=6320</id>
		<title>Erik van den Berge</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Erik_van_den_Berge&amp;diff=6320"/>
		<updated>2026-03-17T15:14:39Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Software Support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox staff&lt;br /&gt;
| name           = Erik van den Berge&lt;br /&gt;
| image          = Erikvdb_wiki.png&lt;br /&gt;
| caption        = Van den Berge in 2017&lt;br /&gt;
| role           = {{unbulleted_list | Stimulus Designer | Manager [[RIVER Labs]]}}&lt;br /&gt;
| expertise      = {{unbulleted_list | 2D Design | 3D Design &amp;amp; Animation | Game &amp;amp; Interaction Design | Virtual Reality | Motion Capture | Video editing | Photography}}&lt;br /&gt;
| email          = erik.vandenberge@ru.nl&lt;br /&gt;
| website        = [http://www.ru.nl/socialsciences/technicalsupportgroup/about/staff/van-den-berge/ TSG Staff Profile]&lt;br /&gt;
| telephone      = 17811&lt;br /&gt;
| office         = 00.324&lt;br /&gt;
| building       = Maria Montessori&lt;br /&gt;
| working_days   = {{unbulleted_list | Monday | Tuesday | Wednesday | Thursday }}&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
Erik van den Berge is the TSG's resident Unity Developer and Stimulus Designer. He is an expert in the field of digital media, with a bachelor's degree in Communication and Multimedia Design. Erik is specialized in:&lt;br /&gt;
*Virtual Reality Development&lt;br /&gt;
*Game Design &amp;amp; Development&lt;br /&gt;
*Motion Capture&lt;br /&gt;
But can also provide support for:&lt;br /&gt;
*2D content creation and manipulation&lt;br /&gt;
*3D content creation, including animation&lt;br /&gt;
*Video content creation and editing&lt;br /&gt;
*Audio recording and editing&lt;br /&gt;
*Rigging and lighting&lt;br /&gt;
&lt;br /&gt;
Erik is manager of the [[RIVER_Lab|Radboud Immersive Virtual Environment Research lab]] and also does a vague attempt to keep this Wiki up-to-date (if you see anything that needs updating, contact him!).&lt;br /&gt;
&lt;br /&gt;
==Software Support==&lt;br /&gt;
* Adobe Illustrator&lt;br /&gt;
* Adobe Photoshop&lt;br /&gt;
* Adobe Premiere Pro&lt;br /&gt;
* Audacity&lt;br /&gt;
* Autodesk 3Ds Max&lt;br /&gt;
* Autodesk Motionbuilder &lt;br /&gt;
* Blender&lt;br /&gt;
* DaVinci Resolve&lt;br /&gt;
* [[FFmpeg]]&lt;br /&gt;
* HTML5 + CSS&lt;br /&gt;
* Metus Ingest&lt;br /&gt;
* [[Screen_Recording_with_OBS|OBS Studio]]&lt;br /&gt;
* [[Python]]&lt;br /&gt;
* [[Qualisys|Qualisys QTM]]&lt;br /&gt;
* Twine&lt;br /&gt;
* [[Unity]]&lt;br /&gt;
&amp;lt;!--* Worldviz Vizard--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
[http://www.ru.nl/socialsciences/technicalsupportgroup/about/staff/van-den-berge/ TSG Staff Profile]&lt;br /&gt;
&lt;br /&gt;
[[Category:TSG Staff]]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Sound_Recording_Lab&amp;diff=6319</id>
		<title>Sound Recording Lab</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Sound_Recording_Lab&amp;diff=6319"/>
		<updated>2026-03-17T14:06:18Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
  | name           = Sound Recording Labs&lt;br /&gt;
  | image          = &lt;br /&gt;
  | caption        = &lt;br /&gt;
  | manuals = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Our sound recording labs are special, sound-proofed rooms for speech recording and critical audio listening.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==Physical Properties==&lt;br /&gt;
Dimensions, special features, etc.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Equipment== &lt;br /&gt;
*[[Lab Computer]]&lt;br /&gt;
*[[Monitor]]&lt;br /&gt;
*[[RME Babyface Pro FS]] [[ Audio Interface]]&lt;br /&gt;
*[[Shure SM57]] Microphone&lt;br /&gt;
*Sony MDR-7506 [[Headphones]]&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
We recommend using [https://www.audacityteam.org/ Audacity] for recording audio. This program is installed as standard on our [[System Image]].&lt;br /&gt;
Ask TSG for help configuring the [[Audio Interfaces|Audio Interface]] if needed.&lt;br /&gt;
&lt;br /&gt;
==See Also== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
*[[Audio]]&lt;br /&gt;
*[[Audio Interfaces]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==References==&lt;br /&gt;
&amp;lt;references /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Sound_Recording_Lab&amp;diff=6318</id>
		<title>Sound Recording Lab</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Sound_Recording_Lab&amp;diff=6318"/>
		<updated>2026-03-17T14:05:46Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Equipment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
  | name           = Sound Recording Labs&lt;br /&gt;
  | image          = &lt;br /&gt;
  | caption        = &lt;br /&gt;
  | manuals = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Our sound recording labs are special, sound-proofed rooms for speech recording and critical audio listening.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==Physical Properties==&lt;br /&gt;
Dimensions, special features, etc.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Equipment== &lt;br /&gt;
*[[Lab Computer]]&lt;br /&gt;
*[[Monitor]]&lt;br /&gt;
*[[RME Babyface Pro FS]] [[ Audio Interface]]&lt;br /&gt;
*[[Shure SM57]] Microphone&lt;br /&gt;
*Sony MDR-7506 [[Headphones]]&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
We recommend using [https://www.audacityteam.org/ Audacity] for recording audio. This program is installed as standard on our [[system image]].&lt;br /&gt;
Ask TSG for help configuring the [[Audio Interfaces|Audio Interface]] if needed.&lt;br /&gt;
&lt;br /&gt;
==See Also== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
*[[Audio]]&lt;br /&gt;
*[[Audio Interfaces]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==References==&lt;br /&gt;
&amp;lt;references /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=System_Image&amp;diff=6317</id>
		<title>System Image</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=System_Image&amp;diff=6317"/>
		<updated>2026-03-17T14:04:05Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Outdated}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name                   = System Image&lt;br /&gt;
| logo                   = cd.png&lt;br /&gt;
| screenshot             = &lt;br /&gt;
| caption                = &lt;br /&gt;
| developer              = Technical Support Group&lt;br /&gt;
| installed version      = Latest&lt;br /&gt;
| installed version date = See [[System Image/Changelog | Changelog]]&lt;br /&gt;
| operating system       = Windows 10, Ubuntu&lt;br /&gt;
| resources              = &amp;lt;!--&lt;br /&gt;
  {{Infobox tsg&lt;br /&gt;
    | child              = yes&lt;br /&gt;
    | downloads          = {{bulleted list&lt;br /&gt;
        | [http://www.ru.nl Some Download link]&lt;br /&gt;
        | [http://www.ru.nl Some other Download link]&lt;br /&gt;
    }}&lt;br /&gt;
    | manuals            = {{bulleted list&lt;br /&gt;
        | [http://www.ru.nl Quick start guide]&lt;br /&gt;
    }}&lt;br /&gt;
  }}--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Our [[Lab Computer]]s are installed with a [[wikipedia:System_Image|System Image]] to unify software and driver versions and configuration in all BSI and DCC labs. This allows researchers to easily transfer their experiments from one lab to the other in case of booking constraints, or conduct research in multiple labs simultaneously with identical settings.&lt;br /&gt;
The TSG will periodically update this image to improve performance and security. &amp;lt;br/&amp;gt;&lt;br /&gt;
During the update, the Windows (C:\) and Linux system drives will be wiped, as may the Data (D:\) drive. Therefore, please make sure to transfer your data from the Data drive to your network drive every time you leave the lab.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
The system image for the lab computers installs a configuration with Windows 11. The storage drive is partitioned into system drives and data drives. As mentioned above, the system drives will be wiped during a system image update. The data drive(s) can be used to install your experiment scripts on and write data from your experiment to, but are not meant as long-term storage.&lt;br /&gt;
&lt;br /&gt;
==Pre-Installed Software==&lt;br /&gt;
Below is a list of the most frequently used applications that are installed as part of the system image. &amp;lt;br&amp;gt;&lt;br /&gt;
⚠️This list is incomplete and outdated. Please contact our [[Administrator]] if you want to know if a certain program or additional version is installed, or check the [[System_Image/Changelog | changelog]].&lt;br /&gt;
&lt;br /&gt;
==== Research Applications ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Product Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Publisher &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Installed Version &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | License Type &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Dongle Req.&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:64px;&amp;quot;| Windows&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:64px;&amp;quot;| Linux &lt;br /&gt;
|-&lt;br /&gt;
| [[Presentation]] || Neurobehavioral Systems || 22.1 || Academic || style=&amp;quot;background-color:#FFB;&amp;quot; | Yes &amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Limited network licenses are also available&amp;lt;/ref&amp;gt; || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| [[Psychopy]] || Nottingham University || 2024.1.0 || GNU GPL || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
| [[Matlab]] || MathWorks || 2024a || Academic || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes &lt;br /&gt;
|-&lt;br /&gt;
| Inquisit 3 || Millisecond Software || 3.0.6.0 Desktop || Academic || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; |  No&lt;br /&gt;
|-&lt;br /&gt;
| Inquisit 4 || Millisecond Software || 4.0.8.0 Desktop || Academic || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| E-Prime || PST-Software || 2.0.10356 || Research Only || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Brainvision || Media Recorder || 1.23.0001 || Non-Commercial || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Brainvision || Analyzer || 2.2.0 || Non-Commercial || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| [[Biopac]] || BioPac Student Lab || 3.7.7 || Commercial || style=&amp;quot;background-color:#FFB;&amp;quot; | No &amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Requires Biopac device to be attached&amp;lt;/ref&amp;gt;|| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| [[Python]] || Python || 3.8.10 || Open Source || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Standard Applications ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Product Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Publisher &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Installed Version &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | License Type &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:64px;&amp;quot;| Windows&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:64px;&amp;quot;| Linux &lt;br /&gt;
|-&lt;br /&gt;
| 7zip || 7zip || 19.00 || GNU GPL/LGPL || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Office || Microsoft || 2016 Plus || Academic || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| VLC Media Player || VideoLan || 3.0.8 || GNU GPL || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
| MPC-HC || MPC-HC || 1.7.13 || GNU GPL || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| F-Secure Client Security || F-Secure || Latest &amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;As of image update date (see [[System_Image/Changelog|Changelog]])&amp;lt;/ref&amp;gt; || Academic || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Logitech Capture || Logitech || 2.02.155 || Commercial || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No &lt;br /&gt;
|-&lt;br /&gt;
| Spyder Utility || Datacolor || Spyder4Elite 4.5.4 || Commercial || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No &lt;br /&gt;
|-&lt;br /&gt;
| Adobe Acrobat Reader || Adobe || DC- 20.013.20064 || Commercial || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No &lt;br /&gt;
|-&lt;br /&gt;
| Arduino IDE || Arduino || 1.6.3 ||  GNU GPL/LGPL ||  style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Audacity || AudacityTeam || 2.3.3 || GNU GPL || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Cyberduck || Cyberduck || 7.3.0 || Libre || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| [[Gitlab Social Sciences | Git]] || Git || 2.29.2 || Open Source || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes  || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|- &lt;br /&gt;
| [[Screen_Recording_with_OBS | OBS Studio]] || OBS Project  || 29.1.2 || GPL 2.0 ||  style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references group='fn'/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
{{see also|System Image/Changelog}}&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=System_Image&amp;diff=6316</id>
		<title>System Image</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=System_Image&amp;diff=6316"/>
		<updated>2026-03-17T14:03:20Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = System Image&lt;br /&gt;
| logo                   = cd.png&lt;br /&gt;
| screenshot             = &lt;br /&gt;
| caption                = &lt;br /&gt;
| developer              = Technical Support Group&lt;br /&gt;
| installed version      = Latest&lt;br /&gt;
| installed version date = See [[System Image/Changelog | Changelog]]&lt;br /&gt;
| operating system       = Windows 10, Ubuntu&lt;br /&gt;
| resources              = &amp;lt;!--&lt;br /&gt;
  {{Infobox tsg&lt;br /&gt;
    | child              = yes&lt;br /&gt;
    | downloads          = {{bulleted list&lt;br /&gt;
        | [http://www.ru.nl Some Download link]&lt;br /&gt;
        | [http://www.ru.nl Some other Download link]&lt;br /&gt;
    }}&lt;br /&gt;
    | manuals            = {{bulleted list&lt;br /&gt;
        | [http://www.ru.nl Quick start guide]&lt;br /&gt;
    }}&lt;br /&gt;
  }}--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Our [[Lab Computer]]s are installed with a [[wikipedia:System_Image|System Image]] to unify software and driver versions and configuration in all BSI and DCC labs. This allows researchers to easily transfer their experiments from one lab to the other in case of booking constraints, or conduct research in multiple labs simultaneously with identical settings.&lt;br /&gt;
The TSG will periodically update this image to improve performance and security. &amp;lt;br/&amp;gt;&lt;br /&gt;
During the update, the Windows (C:\) and Linux system drives will be wiped, as may the Data (D:\) drive. Therefore, please make sure to transfer your data from the Data drive to your network drive every time you leave the lab.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
The system image for the lab computers installs a configuration with Windows 11. The storage drive is partitioned into system drives and data drives. As mentioned above, the system drives will be wiped during a system image update. The data drive(s) can be used to install your experiment scripts on and write data from your experiment to, but are not meant as long-term storage.&lt;br /&gt;
&lt;br /&gt;
==Pre-Installed Software==&lt;br /&gt;
Below is a list of the most frequently used applications that are installed as part of the system image. &amp;lt;br&amp;gt;&lt;br /&gt;
⚠️This list is incomplete and outdated. Please contact our [[Administrator]] if you want to know if a certain program or additional version is installed, or check the [[System_Image/Changelog | changelog]].&lt;br /&gt;
&lt;br /&gt;
==== Research Applications ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Product Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Publisher &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Installed Version &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | License Type &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Dongle Req.&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:64px;&amp;quot;| Windows&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:64px;&amp;quot;| Linux &lt;br /&gt;
|-&lt;br /&gt;
| [[Presentation]] || Neurobehavioral Systems || 22.1 || Academic || style=&amp;quot;background-color:#FFB;&amp;quot; | Yes &amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Limited network licenses are also available&amp;lt;/ref&amp;gt; || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| [[Psychopy]] || Nottingham University || 2024.1.0 || GNU GPL || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
| [[Matlab]] || MathWorks || 2024a || Academic || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes &lt;br /&gt;
|-&lt;br /&gt;
| Inquisit 3 || Millisecond Software || 3.0.6.0 Desktop || Academic || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; |  No&lt;br /&gt;
|-&lt;br /&gt;
| Inquisit 4 || Millisecond Software || 4.0.8.0 Desktop || Academic || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| E-Prime || PST-Software || 2.0.10356 || Research Only || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Brainvision || Media Recorder || 1.23.0001 || Non-Commercial || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Brainvision || Analyzer || 2.2.0 || Non-Commercial || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| [[Biopac]] || BioPac Student Lab || 3.7.7 || Commercial || style=&amp;quot;background-color:#FFB;&amp;quot; | No &amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Requires Biopac device to be attached&amp;lt;/ref&amp;gt;|| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| [[Python]] || Python || 3.8.10 || Open Source || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Standard Applications ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Product Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Publisher &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Installed Version &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | License Type &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:64px;&amp;quot;| Windows&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:64px;&amp;quot;| Linux &lt;br /&gt;
|-&lt;br /&gt;
| 7zip || 7zip || 19.00 || GNU GPL/LGPL || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Office || Microsoft || 2016 Plus || Academic || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| VLC Media Player || VideoLan || 3.0.8 || GNU GPL || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
| MPC-HC || MPC-HC || 1.7.13 || GNU GPL || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| F-Secure Client Security || F-Secure || Latest &amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;As of image update date (see [[System_Image/Changelog|Changelog]])&amp;lt;/ref&amp;gt; || Academic || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Logitech Capture || Logitech || 2.02.155 || Commercial || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No &lt;br /&gt;
|-&lt;br /&gt;
| Spyder Utility || Datacolor || Spyder4Elite 4.5.4 || Commercial || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No &lt;br /&gt;
|-&lt;br /&gt;
| Adobe Acrobat Reader || Adobe || DC- 20.013.20064 || Commercial || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No &lt;br /&gt;
|-&lt;br /&gt;
| Arduino IDE || Arduino || 1.6.3 ||  GNU GPL/LGPL ||  style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Audacity || AudacityTeam || 2.3.3 || GNU GPL || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Cyberduck || Cyberduck || 7.3.0 || Libre || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| [[Gitlab Social Sciences | Git]] || Git || 2.29.2 || Open Source || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes  || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|- &lt;br /&gt;
| [[Screen_Recording_with_OBS | OBS Studio]] || OBS Project  || 29.1.2 || GPL 2.0 ||  style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references group='fn'/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
{{see also|System Image/Changelog}}&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Main_Page&amp;diff=6315</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Main_Page&amp;diff=6315"/>
		<updated>2026-03-17T13:18:39Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Notice|The wiki has been updated with information on our '''new lab computer and peripherals'''!}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Welcome to the TSG Wiki. &lt;br /&gt;
&lt;br /&gt;
On this wiki you will find documentation for the Hardware, Software and Research Equipment used in the lab environments of the research facilities of the Radboud University's Faculty of Social Sciences, as well as other useful information. &amp;lt;br/&amp;gt;&lt;br /&gt;
To learn more about the Technical Support Group, visit [http://www.ru.nl/socialsciences/technicalsupportgroup/ our website] or the [[TSG info|about]] section.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- WHEN ADDING/RENAMING LIST ENTRIES, KEEP THEM IN ALPHABETICAL ORDER PLEASE --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
{{Main Page/Frame&lt;br /&gt;
 | color      = be311a&lt;br /&gt;
 | title      = Hardware Documentation&lt;br /&gt;
 | content    = {{Bulleted list&lt;br /&gt;
  | [[Audio Interface]]s&lt;br /&gt;
  | [[Balance Board]]&lt;br /&gt;
  | [[Biopac]]&lt;br /&gt;
  | [[Brainvision]]&lt;br /&gt;
  | [[ButtonBox]]es&lt;br /&gt;
  | [[Camera]]s&lt;br /&gt;
  | [[Lab Computer|Computers]]&lt;br /&gt;
  | [[Eyetracker]]s&lt;br /&gt;
  | [[Head Mounted Display]]s&lt;br /&gt;
  | [[Headphones]]&lt;br /&gt;
  | [[Ipod]] (Video &amp;amp; Audio Recording)&lt;br /&gt;
  | [[JoyStick]]s&lt;br /&gt;
  | [[Kinect]]&lt;br /&gt;
  | [[Laptop]]s&lt;br /&gt;
  | [[Microphone]]s&lt;br /&gt;
  | [[Monitor]]s&lt;br /&gt;
  | [[Optotrak]]  &lt;br /&gt;
  | [[Plux biosignals]]  &lt;br /&gt;
  | [[Qualisys]]&lt;br /&gt;
  | [[Structure sensor]]&lt;br /&gt;
  | [[TemperatureHumidity]]&lt;br /&gt;
  | [[TMSi]] &lt;br /&gt;
  | [[Vertical Sync sensor]]  &lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Main Page/Frame&lt;br /&gt;
 | color      = be311a&lt;br /&gt;
 | title      = Software Documentation&lt;br /&gt;
 | content    = {{Bulleted list&lt;br /&gt;
  | [[FFmpeg]] (Video Conversion)&lt;br /&gt;
  | [[LSL]]&lt;br /&gt;
  | [[Matlab]]&lt;br /&gt;
  | [[OBS Studio]] (Screen/Webcam Recording)&lt;br /&gt;
  | [[Presentation]]&lt;br /&gt;
  | [[Psychopy]]&lt;br /&gt;
  | [[Python]]&lt;br /&gt;
  | [[System Image]]&lt;br /&gt;
  | [[Unity]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Online Experiments&lt;br /&gt;
 {{Bulleted list  &lt;br /&gt;
  | [[Online Experiments|Overview of Online Systems]]&lt;br /&gt;
  | [[jsPsych]]&lt;br /&gt;
  | [[LimeSurvey]]&lt;br /&gt;
  | [[Qualtrics]]&lt;br /&gt;
  | [[Online Experiments/Toolbox|Toolbox for online experiments]]&lt;br /&gt;
  | [[Web development]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Data Acquisition&lt;br /&gt;
{{Bulleted list   &lt;br /&gt;
  | [[Data Files|Data Formatting]]&lt;br /&gt;
  | [[Radcloud]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Stimuli&lt;br /&gt;
 {{Bulleted list &lt;br /&gt;
  | [[Audio]]  &lt;br /&gt;
  | [[Video Codecs]]  &lt;br /&gt;
  | [[Video Playback]]  &lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Miscellaneous&lt;br /&gt;
 {{Bulleted list  &lt;br /&gt;
  &amp;lt;!--| [https://wiki.dcc.science.ru.nl DCC Cluster]--&amp;gt;&lt;br /&gt;
  | [[Gitlab Social Sciences]]&lt;br /&gt;
  | [[IP Distribution Lab Computer]]&lt;br /&gt;
  | [[Mattermost Social Sciences]]&lt;br /&gt;
  | [[Virtualization Server]]  &lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Main Page/Frame&lt;br /&gt;
 | color      = be311a&lt;br /&gt;
 | title      = Lab Documentation&lt;br /&gt;
 | content    = {{Bulleted list&lt;br /&gt;
  | [[BalanceBoard Lab]]&lt;br /&gt;
  &amp;lt;!--| [[BCI Lab]]--&amp;gt;&lt;br /&gt;
  | [[Cubicle]]s (Standard Labs)&lt;br /&gt;
  | [[EEG Lab]]&lt;br /&gt;
  | [[Eye Tracker Lab]]&lt;br /&gt;
  | [[RIVER Lab]] (Virtual Reality)&lt;br /&gt;
  | [[SensoriMotorLab]]&lt;br /&gt;
  | [[Social Interaction Lab]]&lt;br /&gt;
  | [[Sound Recording Lab]]&lt;br /&gt;
  &amp;lt;!-- | [[VoiceKey Lab]] --&amp;gt;&lt;br /&gt;
  | [[TMS Lab]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Lab Use Policy and Guidelines&lt;br /&gt;
 {{Bulleted list&lt;br /&gt;
  | [[Booking labs]]&lt;br /&gt;
  | [[Media:EEG_lab_user_guide.pdf|EEG lab user guide]]&lt;br /&gt;
  | [[Media:Cleaningprocedure_EEG.pdf|EEG cleaning protocol]]&lt;br /&gt;
  | [[Using labs]]&lt;br /&gt;
  | [[Informed consent]]&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=FFmpeg&amp;diff=6314</id>
		<title>FFmpeg</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=FFmpeg&amp;diff=6314"/>
		<updated>2026-03-17T13:16:09Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FFmpeg&lt;br /&gt;
| logo                   = Ffmpeg_logo.jpg&lt;br /&gt;
| screenshot             = &lt;br /&gt;
| caption                = &lt;br /&gt;
| discontinued           = &lt;br /&gt;
| latest release version = &lt;br /&gt;
| latest release date    = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| installed version      = 6.1.1&lt;br /&gt;
| status                 = Active&lt;br /&gt;
| operating system       = Microsoft Windows, Linux, MacOSX&lt;br /&gt;
| license                = [https://ffmpeg.org/legal.html GNU LGPL 2.1]&lt;br /&gt;
| website                = [https://ffmpeg.org/ ffmpeg.org]&lt;br /&gt;
| resources              =   &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
FFmpeg is an open-source command-line tool to convert audio and video files. &amp;lt;br/&amp;gt;&lt;br /&gt;
We know command-line tools can seem scary! But conversion software GUIs are often a more limiting, or will obfuscate what gets done to your video or audio file. For the highest level of control and transparency, we therefore highly recommend using FFmpeg for all your AV conversion needs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows 10/11===&lt;br /&gt;
#Download the latest ffmpeg-release-full build on https://ffmpeg.org/download.html&lt;br /&gt;
#Unpack the 7z/zip file anywhere you like&lt;br /&gt;
#Add ffmpeg to Windows' Environment Variables:&lt;br /&gt;
## Open the start menu and start typing &amp;quot;Environment Variables&amp;quot;&lt;br /&gt;
## Select &amp;quot;Edit the system environment variables&amp;quot;&lt;br /&gt;
## Click &amp;quot;Environment Variables&amp;quot;&lt;br /&gt;
## Select &amp;quot;Path&amp;quot; and click &amp;quot;Edit&amp;quot;&lt;br /&gt;
## Click &amp;quot;Browse&amp;quot; and go to the folder where you unpacked your FFmpeg files. Select the 'bin' folder inside (e.g. &amp;quot;C:\ffmpeg\bin&amp;quot;)&lt;br /&gt;
## Click OK on all previously opened windows. &lt;br /&gt;
# To test, go to the command line (Windows+R -&amp;gt; cmd) and type {{cmdline|ffmpeg}}. It should tell you the installed ffmpeg version.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
FFmpeg needs to be run from the command line, but you can create batch scripts to automate the process for multiple files. There is also a plugin for Python (https://pypi.org/project/ffmpeg-python/), but it is fairly limited so we recommend using subprocess instead (see example below).&lt;br /&gt;
&lt;br /&gt;
The following are examples of conversions that we commonly use. For [[Psychopy]] applications, please follow the more strict instructions under [[Video Playback#FFmpeg]].&lt;br /&gt;
&lt;br /&gt;
===Basic Format Conversion===&lt;br /&gt;
{{cmdline|ffmpeg -i input.mp4 output.avi}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-i&amp;lt;/code&amp;gt; specifies input file&lt;br /&gt;
&lt;br /&gt;
The last argument is always the output file. Without specifying any codec or bit rate (see examples below), FFmpeg will encode the video (and audio, if included) using some arbitrary default settings, depending on the input file and output format.&lt;br /&gt;
&lt;br /&gt;
===Encoding===&lt;br /&gt;
{{cmdline|ffmpeg -i input.mp4 -vcodec h264 -b:v 8M -r:v 25 -acodec aac -b:a 256k output.mp4}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-vcodec h264&amp;lt;/code&amp;gt; specifies video codec. &amp;quot;h264&amp;quot; is a shorthand for FFmpeg's x264 encoder, it is (by default) interchangeable with &amp;quot;x264&amp;quot; or &amp;quot;libx264&amp;quot;. &amp;quot;-vcodec&amp;quot; is interchangeable with &amp;quot;-c:v&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-b:v 8M&amp;lt;/code&amp;gt; sets the video bit rate, in bits per second. You can use &amp;quot;k&amp;quot; or &amp;quot;M&amp;quot; as shorthand for a thousand or a million respectively. See [[Video Codecs]] for help choosing a bit rate. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-r:v 25&amp;lt;/code&amp;gt; sets the video frame rate, in frames per second. By default, the frame rate of the original video is kept.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-acodec aac&amp;lt;/code&amp;gt; specifies audio codec. AAC is used by default if your output is a .mp4 file. For AVI the default is MP3. &amp;quot;-acodec&amp;quot; is interchangeable with &amp;quot;-c:a&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-b:a&amp;lt;/code&amp;gt; sets the audio bit rate, in bits per second. Default for AAC is 128k.&lt;br /&gt;
&lt;br /&gt;
===Remove audio from video file===&lt;br /&gt;
{{cmdline|ffmpeg -i input.mp4 -vcodec copy -an output.mp4}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-vcodec copy&amp;lt;/code&amp;gt; means the video won't be re-encoded, preserving the quality.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-an&amp;lt;/code&amp;gt; strips the audio&lt;br /&gt;
&lt;br /&gt;
===Extract single audio channel from video file===&lt;br /&gt;
&amp;lt;code style=&amp;quot;background-color:#000; color:#fff; padding:1px 3px;&amp;quot;&amp;gt;ffmpeg -i input.mp4 -af &amp;quot;pan=mono|c0=c0&amp;quot; output.wav&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-af &amp;quot;pan=mono|c0=c0&amp;quot;&amp;lt;/code&amp;gt; extracts a single channel from the file. Use &amp;lt;code&amp;gt;c0=c0&amp;lt;/code&amp;gt; for left channel, &amp;lt;code&amp;gt;c0=c1&amp;lt;/code&amp;gt; for right channel (assuming source audio is stereo).&lt;br /&gt;
&lt;br /&gt;
===Add audio to video===&lt;br /&gt;
{{cmdline|ffmpeg -i inputvideo.mp4 -i inputaudio.wav -vcodec copy -map 0:v -map 1:a output.mp4}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-i&amp;lt;/code&amp;gt; is used twice here to add a second input file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-map 0:v&amp;lt;/code&amp;gt; tells FFmpeg to take video from the first input (count starts at 0)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-map 1:a&amp;lt;/code&amp;gt; tells FFmpeg to take audio from the second input (1)&lt;br /&gt;
&lt;br /&gt;
===Trimming video===&lt;br /&gt;
{{cmdline|ffmpeg -i input.mp4 -ss 00:00:04 -to 00:00:06 -vcodec h264 -b:v 8M output.mp4}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-ss 00:00:04&amp;lt;/code&amp;gt; specifies the starting time, in this case 4 seconds (use format HH:MM:SS, or HH:MM:SS.MS)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-to 00:00:06&amp;lt;/code&amp;gt; specifies end point, in this case 6 seconds (same formatting as above)&lt;br /&gt;
&lt;br /&gt;
Alternatively, instead of &amp;lt;code&amp;gt;-to&amp;lt;/code&amp;gt;, you can use &amp;lt;code&amp;gt;-t 00:00:02&amp;lt;/code&amp;gt; to cut exactly 2 seconds from the starting time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-vcodec h264&amp;lt;/code&amp;gt; specifies video codec. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-b:v 8M&amp;lt;/code&amp;gt; specifies video bit rate, in this case 8Mbit/s, which determines video quality.&lt;br /&gt;
&lt;br /&gt;
Note: you can use &amp;lt;code&amp;gt;-c copy&amp;lt;/code&amp;gt; to trim without re-encoding, but in this case FFmpeg can only cut to the nearest keyframe, so the output may not be exactly the same length as specified.&lt;br /&gt;
&lt;br /&gt;
===Batching===&lt;br /&gt;
The following is a batch script (text file with .bat file extension) that converts all .mp4 files in the specified folder to .avi:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;batch&amp;quot; overflow:auto;&amp;quot;&amp;gt;@echo off&lt;br /&gt;
setlocal enabledelayedexpansion&lt;br /&gt;
&lt;br /&gt;
:: Set source video folder, as absolute path or relative to this script&lt;br /&gt;
set src=&amp;quot;videos&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: Set destination folder&lt;br /&gt;
set dst=&amp;quot;videos/converted&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for /R %src% %%F in (*.mp4) do (&lt;br /&gt;
    :: Put your FFmpeg command here&lt;br /&gt;
    ffmpeg -i &amp;quot;%%F&amp;quot; -vcodec copy &amp;quot;%dst%\%%~nF.avi&amp;quot;&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
pause&lt;br /&gt;
&amp;lt;/syntaxhighlight &amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Python===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;python&amp;quot; overflow:auto;&amp;quot;&amp;gt;import subprocess&lt;br /&gt;
&lt;br /&gt;
inputFile = &amp;quot;input.mov&amp;quot;&lt;br /&gt;
outputFile = &amp;quot;output.mp4&amp;quot;&lt;br /&gt;
&lt;br /&gt;
subprocess.run(f'ffmpeg -i &amp;quot;{inputFile}&amp;quot; -vcodec h264 -b:v 8M &amp;quot;{outputFile}&amp;quot;')&lt;br /&gt;
&amp;lt;/syntaxhighlight &amp;gt;&lt;br /&gt;
The command within &amp;lt;code&amp;gt;subprocess.run()&amp;lt;/code&amp;gt; is the same as you would type into the command line. You can use Python's [https://docs.python.org/3/tutorial/inputoutput.html#tut-f-strings string formatting] to insert variables.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[https://github.com/rendi-api/ffmpeg-cheatsheet ffmpeg cheatsheet] - For more examples of helpful commands.&lt;br /&gt;
&lt;br /&gt;
==See Also== &lt;br /&gt;
* [[Video Codecs]]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=FFmpeg&amp;diff=6313</id>
		<title>FFmpeg</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=FFmpeg&amp;diff=6313"/>
		<updated>2026-03-17T13:05:16Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FFmpeg&lt;br /&gt;
| logo                   = Ffmpeg_logo.jpg&lt;br /&gt;
| screenshot             = &lt;br /&gt;
| caption                = &lt;br /&gt;
| discontinued           = &lt;br /&gt;
| latest release version = &lt;br /&gt;
| latest release date    = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| installed version      = 6.1.1&lt;br /&gt;
| status                 = Active&lt;br /&gt;
| operating system       = Microsoft Windows, Linux, MacOSX&lt;br /&gt;
| license                = [https://ffmpeg.org/legal.html GNU LGPL 2.1]&lt;br /&gt;
| website                = [https://ffmpeg.org/ ffmpeg.org]&lt;br /&gt;
| resources              =   &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
FFmpeg is an open-source command-line tool to convert audio and video files. We know command-line tools can seem scary! But there really is no better solution for processing videos for the highly specific needs of research.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows 10/11===&lt;br /&gt;
#Download the latest ffmpeg-release-full build on https://ffmpeg.org/download.html&lt;br /&gt;
#Unpack the 7z/zip file anywhere you like&lt;br /&gt;
#Add ffmpeg to Windows' Environment Variables:&lt;br /&gt;
## Open the start menu and start typing &amp;quot;Environment Variables&amp;quot;&lt;br /&gt;
## Select &amp;quot;Edit the system environment variables&amp;quot;&lt;br /&gt;
## Click &amp;quot;Environment Variables&amp;quot;&lt;br /&gt;
## Select &amp;quot;Path&amp;quot; and click &amp;quot;Edit&amp;quot;&lt;br /&gt;
## Click &amp;quot;Browse&amp;quot; and go to the folder where you unpacked your FFmpeg files. Select the 'bin' folder inside (e.g. &amp;quot;C:\ffmpeg\bin&amp;quot;)&lt;br /&gt;
## Click OK on all previously opened windows. &lt;br /&gt;
# To test, go to the command line (Windows+R -&amp;gt; cmd) and type {{cmdline|ffmpeg}}. It should tell you the installed ffmpeg version.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
FFmpeg needs to be run from the command line, but you can create batch scripts to automate the process for multiple files. There is also a plugin for Python (https://pypi.org/project/ffmpeg-python/), but it is fairly limited so we recommend using subprocess instead (see example below).&lt;br /&gt;
&lt;br /&gt;
The following are examples of conversions that we commonly use. For [[Psychopy]] applications, please follow the more strict instructions under [[Video Playback#FFmpeg]].&lt;br /&gt;
&lt;br /&gt;
===Basic Format Conversion===&lt;br /&gt;
{{cmdline|ffmpeg -i input.mp4 output.avi}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-i&amp;lt;/code&amp;gt; specifies input file&lt;br /&gt;
&lt;br /&gt;
The last argument is always the output file. Without specifying any codec or bit rate (see examples below), FFmpeg will encode the video (and audio, if included) using some arbitrary default settings, depending on the input file and output format.&lt;br /&gt;
&lt;br /&gt;
===Encoding===&lt;br /&gt;
{{cmdline|ffmpeg -i input.mp4 -vcodec h264 -b:v 8M -r:v 25 -acodec aac -b:a 256k output.mp4}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-vcodec h264&amp;lt;/code&amp;gt; specifies video codec. &amp;quot;h264&amp;quot; is a shorthand for FFmpeg's x264 encoder, it is (by default) interchangeable with &amp;quot;x264&amp;quot; or &amp;quot;libx264&amp;quot;. &amp;quot;-vcodec&amp;quot; is interchangeable with &amp;quot;-c:v&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-b:v 8M&amp;lt;/code&amp;gt; sets the video bit rate, in bits per second. You can use &amp;quot;k&amp;quot; or &amp;quot;M&amp;quot; as shorthand for a thousand or a million respectively. See [[Video Codecs]] for help choosing a bit rate. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-r:v 25&amp;lt;/code&amp;gt; sets the video frame rate, in frames per second. By default, the frame rate of the original video is kept.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-acodec aac&amp;lt;/code&amp;gt; specifies audio codec. AAC is used by default if your output is a .mp4 file. For AVI the default is MP3. &amp;quot;-acodec&amp;quot; is interchangeable with &amp;quot;-c:a&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-b:a&amp;lt;/code&amp;gt; sets the audio bit rate, in bits per second. Default for AAC is 128k.&lt;br /&gt;
&lt;br /&gt;
===Remove audio from video file===&lt;br /&gt;
{{cmdline|ffmpeg -i input.mp4 -vcodec copy -an output.mp4}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-vcodec copy&amp;lt;/code&amp;gt; means the video won't be re-encoded, preserving the quality.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-an&amp;lt;/code&amp;gt; strips the audio&lt;br /&gt;
&lt;br /&gt;
===Extract single audio channel from video file===&lt;br /&gt;
&amp;lt;code style=&amp;quot;background-color:#000; color:#fff; padding:1px 3px;&amp;quot;&amp;gt;ffmpeg -i input.mp4 -af &amp;quot;pan=mono|c0=c0&amp;quot; output.wav&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-af &amp;quot;pan=mono|c0=c0&amp;quot;&amp;lt;/code&amp;gt; extracts a single channel from the file. Use &amp;lt;code&amp;gt;c0=c0&amp;lt;/code&amp;gt; for left channel, &amp;lt;code&amp;gt;c0=c1&amp;lt;/code&amp;gt; for right channel (assuming source audio is stereo).&lt;br /&gt;
&lt;br /&gt;
===Add audio to video===&lt;br /&gt;
{{cmdline|ffmpeg -i inputvideo.mp4 -i inputaudio.wav -vcodec copy -map 0:v -map 1:a output.mp4}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-i&amp;lt;/code&amp;gt; is used twice here to add a second input file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-map 0:v&amp;lt;/code&amp;gt; tells FFmpeg to take video from the first input (count starts at 0)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-map 1:a&amp;lt;/code&amp;gt; tells FFmpeg to take audio from the second input (1)&lt;br /&gt;
&lt;br /&gt;
===Trimming video===&lt;br /&gt;
{{cmdline|ffmpeg -i input.mp4 -ss 00:00:04 -to 00:00:06 -vcodec h264 -b:v 8M output.mp4}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-ss 00:00:04&amp;lt;/code&amp;gt; specifies the starting time, in this case 4 seconds (use format HH:MM:SS, or HH:MM:SS.MS)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-to 00:00:06&amp;lt;/code&amp;gt; specifies end point, in this case 6 seconds (same formatting as above)&lt;br /&gt;
&lt;br /&gt;
Alternatively, instead of &amp;lt;code&amp;gt;-to&amp;lt;/code&amp;gt;, you can use &amp;lt;code&amp;gt;-t 00:00:02&amp;lt;/code&amp;gt; to cut exactly 2 seconds from the starting time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-vcodec h264&amp;lt;/code&amp;gt; specifies video codec. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;-b:v 8M&amp;lt;/code&amp;gt; specifies video bit rate, in this case 8Mbit/s, which determines video quality.&lt;br /&gt;
&lt;br /&gt;
Note: you can use &amp;lt;code&amp;gt;-c copy&amp;lt;/code&amp;gt; to trim without re-encoding, but in this case FFmpeg can only cut to the nearest keyframe, so the output may not be exactly the same length as specified.&lt;br /&gt;
&lt;br /&gt;
===Batching===&lt;br /&gt;
The following is a batch script (text file with .bat file extension) that converts all .mp4 files in the specified folder to .avi:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;batch&amp;quot; overflow:auto;&amp;quot;&amp;gt;@echo off&lt;br /&gt;
setlocal enabledelayedexpansion&lt;br /&gt;
&lt;br /&gt;
:: Set source video folder, as absolute path or relative to this script&lt;br /&gt;
set src=&amp;quot;videos&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:: Set destination folder&lt;br /&gt;
set dst=&amp;quot;videos/converted&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for /R %src% %%F in (*.mp4) do (&lt;br /&gt;
    :: Put your FFmpeg command here&lt;br /&gt;
    ffmpeg -i &amp;quot;%%F&amp;quot; -vcodec copy &amp;quot;%dst%\%%~nF.avi&amp;quot;&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
pause&lt;br /&gt;
&amp;lt;/syntaxhighlight &amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Python===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;python&amp;quot; overflow:auto;&amp;quot;&amp;gt;import subprocess&lt;br /&gt;
&lt;br /&gt;
inputFile = &amp;quot;input.mov&amp;quot;&lt;br /&gt;
outputFile = &amp;quot;output.mp4&amp;quot;&lt;br /&gt;
&lt;br /&gt;
subprocess.run(f'ffmpeg -i &amp;quot;{inputFile}&amp;quot; -vcodec h264 -b:v 8M &amp;quot;{outputFile}&amp;quot;')&lt;br /&gt;
&amp;lt;/syntaxhighlight &amp;gt;&lt;br /&gt;
The command within &amp;lt;code&amp;gt;subprocess.run()&amp;lt;/code&amp;gt; is the same as you would type into the command line. You can use Python's [https://docs.python.org/3/tutorial/inputoutput.html#tut-f-strings string formatting] to insert variables.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[https://github.com/rendi-api/ffmpeg-cheatsheet ffmpeg cheatsheet] - For more examples of helpful commands.&lt;br /&gt;
&lt;br /&gt;
==See Also== &lt;br /&gt;
* [[Video Codecs]]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=RME_Babyface_Pro_FS&amp;diff=6312</id>
		<title>RME Babyface Pro FS</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=RME_Babyface_Pro_FS&amp;diff=6312"/>
		<updated>2026-03-17T09:47:45Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Under construction}}&lt;br /&gt;
{{Infobox tsg&lt;br /&gt;
| name           = RME Babyface Pro FS&lt;br /&gt;
| image          = Rme_babyface.jpg&lt;br /&gt;
| caption        = RME Babyface Pro FS&lt;br /&gt;
| downloads      = &lt;br /&gt;
| manuals        = {{bulleted list&lt;br /&gt;
      | [https://rme-audio.de/downloads/bface_pro_fs_e.pdf Official Manual (Windows/Mac)]&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The RME Babyface Pro FS is a professional USB audio interface. The device is fully configurable in software, giving you complete control over all audio inputs and outputs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
The RME drivers and TotalMix FX software are installed on all our lab computers as part of the [[System Image]].&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
We recommend using the TotalMix FX software to configure your device, instead of using the controls on the device itself. This way, you can save and load your settings, giving you consistent results for all your experiments. &lt;br /&gt;
&lt;br /&gt;
Ask the TSG for help configuring your device. &lt;br /&gt;
&lt;br /&gt;
⚠️ '''NEVER''' turn on 48V (Phantom Power) on any input channel unless you are sure you're using a compatible [[microphone]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--===Audacity=== TODO: add audacity settings. Beware of output choice! Selecting a RME output will bypass the Windows volume control!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
# Open Totalmix FX from the start menu or the system tray.&lt;br /&gt;
# Load your Workspace (File -&amp;gt; Load Workspace)&lt;br /&gt;
# Load your Snapshots (File -&amp;gt; Load Snapshot)&lt;br /&gt;
# Select your snapshot; Check channel configuration&lt;br /&gt;
# When using (a) microphone(s) to record participants; adjust the gain on the input channel to compliment their speaking volume.&lt;br /&gt;
&lt;br /&gt;
⚠️Input gain is set by the Gain knob; '''NOT''' by the input fader (slider). The fader only controls how much of the input gets routed to the output (e.g. speakers or headphones).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ==References== &lt;br /&gt;
&amp;lt;references /&amp;gt; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[https://rme-audio.de/babyface-pro-fs.html Official product page]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=RME_Babyface_Pro_FS&amp;diff=6311</id>
		<title>RME Babyface Pro FS</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=RME_Babyface_Pro_FS&amp;diff=6311"/>
		<updated>2026-03-17T09:47:21Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: Created page with &amp;quot;{{Under construction}} {{Infobox tsg | name           = RME Babyface Pro FS | image          = Rme_babyface.jpg | caption        = RME Babyface Pro FS | downloads      =  | ma...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Under construction}}&lt;br /&gt;
{{Infobox tsg&lt;br /&gt;
| name           = RME Babyface Pro FS&lt;br /&gt;
| image          = Rme_babyface.jpg&lt;br /&gt;
| caption        = RME Babyface Pro FS&lt;br /&gt;
| downloads      = &lt;br /&gt;
| manuals        = {{bulleted list&lt;br /&gt;
      | [https://rme-audio.de/downloads/bface_pro_fs_e.pdf Official Manual (Windows/Mac)]&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The RME Babyface Pro FS is a professional USB audio interface. The device is fully configurable in software, giving you complete control over all audio inputs and outputs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
The RME drivers and TotalMix software are installed on all our lab computers as part of the [[System Image]].&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
We recommend using the TotalMix software to configure your device, instead of using the controls on the device itself. This way, you can save and load your settings, giving you consistent results for all your experiments. &lt;br /&gt;
&lt;br /&gt;
Ask the TSG for help configuring your device. &lt;br /&gt;
&lt;br /&gt;
⚠️ '''NEVER''' turn on 48V (Phantom Power) on any input channel unless you are sure you're using a compatible [[microphone]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--===Audacity=== TODO: add audacity settings. Beware of output choice! Selecting a RME output will bypass the Windows volume control!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
# Open Totalmix FX from the start menu or the tray icon.&lt;br /&gt;
# Load your Workspace (File -&amp;gt; Load Workspace)&lt;br /&gt;
# Load your Snapshots (File -&amp;gt; Load Snapshot)&lt;br /&gt;
# Select your snapshot; Check channel configuration&lt;br /&gt;
# When using (a) microphone(s) to record participants; adjust the gain on the input channel to compliment their speaking volume.&lt;br /&gt;
&lt;br /&gt;
⚠️Input gain is set by the Gain knob; '''NOT''' by the input fader (slider). The fader only controls how much of the input gets routed to the output (e.g. speakers or headphones).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ==References== &lt;br /&gt;
&amp;lt;references /&amp;gt; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[https://rme-audio.de/babyface-pro-fs.html Official product page]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Audio_Interface&amp;diff=6310</id>
		<title>Audio Interface</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Audio_Interface&amp;diff=6310"/>
		<updated>2026-03-16T16:28:32Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An audio interface lets you connect microphones, speakers, headphones and/or musical instruments to your computer. Some interfaces also offer built-in mixing, routing and processing options.&lt;br /&gt;
&lt;br /&gt;
==Interfaces==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| [[File:XR18-large.jpg|200px|Image: 200 pixels]]&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| [[File:Rme_babyface.jpg|200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| [[Behringer X-Air XR18]]&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| [[RME Babyface Pro FS]]&lt;br /&gt;
|-&lt;br /&gt;
! I/O&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Analog Channels (In) || 18 (16x XLR, 2x Line) || 4 (2x XLR, 2x Line)&lt;br /&gt;
|-&lt;br /&gt;
| Analog Channels (Out) || 10 (6x XLR Aux, 2x XLR Main, 2x Phone) || 4 (2x XLR Main, 2x Phone&amp;lt;ref&amp;gt;Headphone output is split between a 6.3mm and 3.5mm jack port; they cannot be managed individually.&amp;lt;/ref&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As of January 2026, audio and EEG labs are equipped with the RME Babyface by default. If your setup requires a more advanced interface, with more channels and/or mixing options, the Behringer X-Air XR18 is available on request.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==External Links==&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio&amp;diff=6309</id>
		<title>OBS Studio</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio&amp;diff=6309"/>
		<updated>2026-03-16T11:05:25Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = Open Broadcaster Software&lt;br /&gt;
| logo                   = Obs_icon_small.png&lt;br /&gt;
| screenshot             = &lt;br /&gt;
| caption                = &lt;br /&gt;
| developer              = &lt;br /&gt;
| released               = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| discontinued           = &lt;br /&gt;
| latest release version = &lt;br /&gt;
| latest release date    = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| latest preview version = &lt;br /&gt;
| latest preview date    = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| installed version      = &lt;br /&gt;
| installed version date = &amp;lt;!-- {{Start date and age|YYYY|MM|DD|df=yes}} --&amp;gt;&lt;br /&gt;
| status                 = Active&lt;br /&gt;
| programming language   = &lt;br /&gt;
| operating system       = Microsoft Windows, Linux, OSX&lt;br /&gt;
| platform               = &lt;br /&gt;
| size                   = &lt;br /&gt;
| language               = &lt;br /&gt;
| genre                  = &lt;br /&gt;
| license                = GNU GPLv2&lt;br /&gt;
| website                = [https://obsproject.com/ obsproject.com]&lt;br /&gt;
| resources              = &lt;br /&gt;
  {{Infobox tsg&lt;br /&gt;
    | child              = yes&lt;br /&gt;
    | downloads          = {{bulleted list&lt;br /&gt;
        | [https://obsproject.com/download Download Latest Version]&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Open Broadcaster Software (OBS) Studio is a great, free program that lets you stream and/or record your entire desktop, a specific application window, a webcam, or a combination of multiple sources. On this page we will discuss the basic settings for a single screen recording. &lt;br /&gt;
Contact the TSG for help with more elaborate setups.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Download and run the installer for your operating system from the [https://obsproject.com/download OBS website].&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
When opening OBS Studio for the first time, you will see a large black canvas which is the preview window of what you are recording. By default, no source is selected so nothing is visible. Before setting up our source(s), let's make sure our canvas and recording settings are correct, otherwise we'd have to adjust the sources again later. Click the &amp;quot;Settings&amp;quot; button in the bottom right.&lt;br /&gt;
&lt;br /&gt;
===Video Settings===&lt;br /&gt;
Go to the &amp;quot;Video&amp;quot; tab and adjust the resolution and frame rate to match your source and desired output. For recording, we advise to keep the Base Resolution and Output Resolution the same; we can always scale down the recorded video later.&lt;br /&gt;
[[File:Obs tut videoSet.png|thumb|none|500px|Typical resolution settings for recording on a Full HD monitor.]]&lt;br /&gt;
&lt;br /&gt;
===Output Settings===&lt;br /&gt;
Next, go to the &amp;quot;Output&amp;quot; tab and then the &amp;quot;Recording&amp;quot; sub-tab. &lt;br /&gt;
*Select your default folder for saving the recordings to under &amp;quot;Recording Path&amp;quot;. &lt;br /&gt;
*Set your recording format. We recommend using MKV, because this format allows you to recover the video in case of a crash. See below how to automatically convert the file to MP4 after your recording, which is typically the format you want to use if you want to edit the video later.&lt;br /&gt;
*Select your encoder. You'll probably want to use x264 or Nvidia NVENC H.264 if available.&lt;br /&gt;
*Set the Rate Control. CBR is best in most cases, because it ensures the video can be recorded and played back at a consistent bitrate, making it less likely to cause performance drops. The downside is a potentially larger file size.&lt;br /&gt;
*Set your Bitrate. Check the [[Video_Codecs#Bitrate|Video Codecs]] page for more info on choosing your bitrate. In our example of a basic 1920x1080 screen recording, 8000Kbps usually gives a good balance between video quality and file size. If you have a lot of fast moving objects or fast changing colors to record, you might want to choose a higher bitrate. If your screen is largely static, or if you use a lower output resolution, you can opt for a lower bitrate to save space on your hard drive.&lt;br /&gt;
[[File:Obs tut outputSet.png|thumb|none|500px|A good place to start for recording a Full HD screen]]&lt;br /&gt;
&lt;br /&gt;
If audio is important to you, you can fiddle around with the settings in the &amp;quot;Audio&amp;quot; tabs, but for most cases the default settings will do.&lt;br /&gt;
Apply the new settings and close the settings window.&lt;br /&gt;
&lt;br /&gt;
===Advanced Settings===&lt;br /&gt;
If you have chosen MKV as your recording format, go to the &amp;quot;Advanced&amp;quot; tab to set OBS to automatically convert (&amp;quot;remux&amp;quot;) your recording to MP4 format. This will happen as soon as you press the &amp;quot;Stop Recording&amp;quot; button. Remuxing means it only changes the container, not the codec, and so this will not degrade the video quality. &lt;br /&gt;
[[File:Obs tut advancedSet.png|thumb|none|500px|Set OBS to automatically remux the recording file to MP4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Sources===&lt;br /&gt;
Now let's add a source for our recording. Click the plus icon underneath the &amp;quot;Sources&amp;quot; box at the bottom of the screen. A dropdown menu will appear in which you can select your source(s). OBS allows you to select multiple sources and place them on top of each other (picture in picture), side by side, or in any other configuration. In this guide, we will stick with a single source.&lt;br /&gt;
[[File:Obs tut sourceSet.png|thumb|none|500px]]&lt;br /&gt;
&lt;br /&gt;
====Desktop Capture====&lt;br /&gt;
To capture your entire screen, select &amp;quot;Display Capture&amp;quot;. If you have multiple displays connected, choose the display you wish to record. You can also choose whether to include the mouse cursor in your recording. Click OK when done. If your display resolution matches the canvas resolution we set earlier, you should see our Display Capture source fill the entire preview window. If not, you can drag the red corners of the window to scale it up or down to fill the screen or to position it wherever you want.&lt;br /&gt;
[[File:Obs tut desktopCapture.png|thumb|none|500px]]&lt;br /&gt;
&lt;br /&gt;
====Webcam====&lt;br /&gt;
To capture a webcam, select &amp;quot;Video Capture Device&amp;quot; form the Sources dropdown menu. From the &amp;quot;Device&amp;quot; dropdown menu, select your webcam. If you do not see your webcam listed, make sure it is connected and not used by another program. &lt;br /&gt;
Some webcams will default to a low resolution; you will notice this when the webcam image does not fill up the entire frame. To ensure your webcam is using the correct resolution, scroll down the device properties and set &amp;quot;Resolution/FPS Type&amp;quot; to &amp;quot;Custom&amp;quot;. Then type the resolution (e.g. 1920x1080 for our Logitech C920/C922 webcams), and set the FPS (refresh rate) to &amp;quot;Highest FPS&amp;quot; for the most stable stream. &lt;br /&gt;
&lt;br /&gt;
[[File:Obs webcam settings.png|thumb|none|500px|Video Capture Device settings for a Logitech BRIO webcam]]&lt;br /&gt;
&lt;br /&gt;
===Saving Your Setup===&lt;br /&gt;
When you are happy with your source settings, we strongly recommend saving your settings by going to Scene Collection -&amp;gt; Export. This allows you to recover your settings after an image update, or easily transfer your setup to a different lab.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To start recording, click the &amp;quot;Start Recording&amp;quot; button in the bottom right. The button will change to &amp;quot;Stop Recording&amp;quot;, which you can click again to stop recording. The recordings are stored in the folder you specified in the Output settings.&lt;br /&gt;
&lt;br /&gt;
===More Use Cases===&lt;br /&gt;
*[[OBS Studio/Recording Multiple Audio Sources|Recording Multiple Audio Sources]]&lt;br /&gt;
*[[OBS Studio/Recording A Teams Meeting|Recording a Teams Meeting]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Video_Codecs|Video Codecs]]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio/Recording_A_Teams_Meeting&amp;diff=6308</id>
		<title>OBS Studio/Recording A Teams Meeting</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio/Recording_A_Teams_Meeting&amp;diff=6308"/>
		<updated>2026-03-16T11:04:31Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Scene Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For data security reasons, we generally advise against using the built-in recording options in Microsoft Teams (or similar software) when wishing to record e.g. an online interview with research participants. &lt;br /&gt;
Instead, you could record the session locally, with [[OBS Studio]].&lt;br /&gt;
&lt;br /&gt;
⚠️ '''ALWAYS''' check with your institute's data security guidelines/steward/officer if recording is allowed.&amp;lt;br/&amp;gt;&lt;br /&gt;
⚠️ '''ALWAYS''' get explicit consent from all people involved in the call before recording.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Scene Setup===&lt;br /&gt;
&lt;br /&gt;
# Set up a new scene with Desktop Capture (see [[OBS Studio#Configuration]]).&lt;br /&gt;
&lt;br /&gt;
(You can also setup Application Capture for Teams specifically, if you don't wish to record the entire desktop)&lt;br /&gt;
&lt;br /&gt;
===Audio Settings===&lt;br /&gt;
# Goto File -&amp;gt; Settings&lt;br /&gt;
# Goto the Audio page (sidebar).&lt;br /&gt;
# Set &amp;quot;Desktop Audio&amp;quot; to &amp;quot;Default&amp;quot;.&lt;br /&gt;
# Set &amp;quot;Mic/Auxiliary Audio&amp;quot; to your microphone.&lt;br /&gt;
# Click &amp;quot;Apply&amp;quot;; Close Settings menu.&lt;br /&gt;
# Check audio levels in the Audio Mixer by playing some music on your computer and speaking into the microphone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Desktop Audio (what you hear) is used to record everyone else in the call.&amp;lt;br/&amp;gt;&lt;br /&gt;
Your microphone is used to record your voice, as this is otherwise not included. &lt;br /&gt;
&lt;br /&gt;
====Notes====&lt;br /&gt;
* You may need to turn off Exclusive mode in your microphone settings, as it needs to be accessed by both Teams and OBS at the same time:&lt;br /&gt;
*# In Windows 10/11: Open Start Menu and type &amp;quot;control panel&amp;quot; -&amp;gt; Open Control Panel.&lt;br /&gt;
*# Select View By: Small Icons.&lt;br /&gt;
*# Click &amp;quot;Sound&amp;quot;.&lt;br /&gt;
*# Go to &amp;quot;Recording&amp;quot; tab.&lt;br /&gt;
*# Select your microphone and click &amp;quot;Properties&amp;quot;.&lt;br /&gt;
*# Select Advanced tab.&lt;br /&gt;
*# Uncheck &amp;quot;Allow applications to make exclusive control of this device&amp;quot;.&lt;br /&gt;
*# Click &amp;quot;Apply&amp;quot; and close all settings windows.&lt;br /&gt;
* Ideally, set your desktop volume to 100%. Otherwise, the desktop audio will be very quiet in the recording. We recommend using an external headphone volume controller to adjust your headphone volume. &amp;lt;/br&amp;gt; Most [[Audio Interface]]s have independent volume control for main output and headphones.&lt;br /&gt;
* Optionally, you can configure your track routing to record desktop audio and your microphone on different tracks. See [[OBS Studio/Recording Multiple Audio Sources#Track Routing]] for example.&lt;br /&gt;
&lt;br /&gt;
==Recording==&lt;br /&gt;
# Set up your Teams view in a way that makes sense for the recording.&lt;br /&gt;
# In OBS Studio, click &amp;quot;Start Recording&amp;quot; to start recording when you're ready.&lt;br /&gt;
# Click &amp;quot;Stop Recording&amp;quot; to stop recording.&lt;br /&gt;
&lt;br /&gt;
The recorded video file can be found in the folder you selected before. You can open said folder via File -&amp;gt; Show Recordings.&lt;br /&gt;
&lt;br /&gt;
⚠️ '''ALWAYS''' let people know when the recording has started and ended.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[OBS Studio]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio/Recording_A_Teams_Meeting&amp;diff=6307</id>
		<title>OBS Studio/Recording A Teams Meeting</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio/Recording_A_Teams_Meeting&amp;diff=6307"/>
		<updated>2026-03-16T11:03:32Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Recording */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For data security reasons, we generally advise against using the built-in recording options in Microsoft Teams (or similar software) when wishing to record e.g. an online interview with research participants. &lt;br /&gt;
Instead, you could record the session locally, with [[OBS Studio]].&lt;br /&gt;
&lt;br /&gt;
⚠️ '''ALWAYS''' check with your institute's data security guidelines/steward/officer if recording is allowed.&amp;lt;br/&amp;gt;&lt;br /&gt;
⚠️ '''ALWAYS''' get explicit consent from all people involved in the call before recording.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Scene Setup===&lt;br /&gt;
&lt;br /&gt;
# Set up a new scene with Desktop Capture (see [[OBS Studio#Configuration]]).&lt;br /&gt;
&lt;br /&gt;
===Audio Settings===&lt;br /&gt;
# Goto File -&amp;gt; Settings&lt;br /&gt;
# Goto the Audio page (sidebar).&lt;br /&gt;
# Set &amp;quot;Desktop Audio&amp;quot; to &amp;quot;Default&amp;quot;.&lt;br /&gt;
# Set &amp;quot;Mic/Auxiliary Audio&amp;quot; to your microphone.&lt;br /&gt;
# Click &amp;quot;Apply&amp;quot;; Close Settings menu.&lt;br /&gt;
# Check audio levels in the Audio Mixer by playing some music on your computer and speaking into the microphone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Desktop Audio (what you hear) is used to record everyone else in the call.&amp;lt;br/&amp;gt;&lt;br /&gt;
Your microphone is used to record your voice, as this is otherwise not included. &lt;br /&gt;
&lt;br /&gt;
====Notes====&lt;br /&gt;
* You may need to turn off Exclusive mode in your microphone settings, as it needs to be accessed by both Teams and OBS at the same time:&lt;br /&gt;
*# In Windows 10/11: Open Start Menu and type &amp;quot;control panel&amp;quot; -&amp;gt; Open Control Panel.&lt;br /&gt;
*# Select View By: Small Icons.&lt;br /&gt;
*# Click &amp;quot;Sound&amp;quot;.&lt;br /&gt;
*# Go to &amp;quot;Recording&amp;quot; tab.&lt;br /&gt;
*# Select your microphone and click &amp;quot;Properties&amp;quot;.&lt;br /&gt;
*# Select Advanced tab.&lt;br /&gt;
*# Uncheck &amp;quot;Allow applications to make exclusive control of this device&amp;quot;.&lt;br /&gt;
*# Click &amp;quot;Apply&amp;quot; and close all settings windows.&lt;br /&gt;
* Ideally, set your desktop volume to 100%. Otherwise, the desktop audio will be very quiet in the recording. We recommend using an external headphone volume controller to adjust your headphone volume. &amp;lt;/br&amp;gt; Most [[Audio Interface]]s have independent volume control for main output and headphones.&lt;br /&gt;
* Optionally, you can configure your track routing to record desktop audio and your microphone on different tracks. See [[OBS Studio/Recording Multiple Audio Sources#Track Routing]] for example.&lt;br /&gt;
&lt;br /&gt;
==Recording==&lt;br /&gt;
# Set up your Teams view in a way that makes sense for the recording.&lt;br /&gt;
# In OBS Studio, click &amp;quot;Start Recording&amp;quot; to start recording when you're ready.&lt;br /&gt;
# Click &amp;quot;Stop Recording&amp;quot; to stop recording.&lt;br /&gt;
&lt;br /&gt;
The recorded video file can be found in the folder you selected before. You can open said folder via File -&amp;gt; Show Recordings.&lt;br /&gt;
&lt;br /&gt;
⚠️ '''ALWAYS''' let people know when the recording has started and ended.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[OBS Studio]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio/Recording_A_Teams_Meeting&amp;diff=6306</id>
		<title>OBS Studio/Recording A Teams Meeting</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=OBS_Studio/Recording_A_Teams_Meeting&amp;diff=6306"/>
		<updated>2026-03-16T11:02:27Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: Created page with &amp;quot;For data security reasons, we generally advise against using the built-in recording options in Microsoft Teams (or similar software) when wishing to record e.g. an online inte...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For data security reasons, we generally advise against using the built-in recording options in Microsoft Teams (or similar software) when wishing to record e.g. an online interview with research participants. &lt;br /&gt;
Instead, you could record the session locally, with [[OBS Studio]].&lt;br /&gt;
&lt;br /&gt;
⚠️ '''ALWAYS''' check with your institute's data security guidelines/steward/officer if recording is allowed.&amp;lt;br/&amp;gt;&lt;br /&gt;
⚠️ '''ALWAYS''' get explicit consent from all people involved in the call before recording.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Scene Setup===&lt;br /&gt;
&lt;br /&gt;
# Set up a new scene with Desktop Capture (see [[OBS Studio#Configuration]]).&lt;br /&gt;
&lt;br /&gt;
===Audio Settings===&lt;br /&gt;
# Goto File -&amp;gt; Settings&lt;br /&gt;
# Goto the Audio page (sidebar).&lt;br /&gt;
# Set &amp;quot;Desktop Audio&amp;quot; to &amp;quot;Default&amp;quot;.&lt;br /&gt;
# Set &amp;quot;Mic/Auxiliary Audio&amp;quot; to your microphone.&lt;br /&gt;
# Click &amp;quot;Apply&amp;quot;; Close Settings menu.&lt;br /&gt;
# Check audio levels in the Audio Mixer by playing some music on your computer and speaking into the microphone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Desktop Audio (what you hear) is used to record everyone else in the call.&amp;lt;br/&amp;gt;&lt;br /&gt;
Your microphone is used to record your voice, as this is otherwise not included. &lt;br /&gt;
&lt;br /&gt;
====Notes====&lt;br /&gt;
* You may need to turn off Exclusive mode in your microphone settings, as it needs to be accessed by both Teams and OBS at the same time:&lt;br /&gt;
*# In Windows 10/11: Open Start Menu and type &amp;quot;control panel&amp;quot; -&amp;gt; Open Control Panel.&lt;br /&gt;
*# Select View By: Small Icons.&lt;br /&gt;
*# Click &amp;quot;Sound&amp;quot;.&lt;br /&gt;
*# Go to &amp;quot;Recording&amp;quot; tab.&lt;br /&gt;
*# Select your microphone and click &amp;quot;Properties&amp;quot;.&lt;br /&gt;
*# Select Advanced tab.&lt;br /&gt;
*# Uncheck &amp;quot;Allow applications to make exclusive control of this device&amp;quot;.&lt;br /&gt;
*# Click &amp;quot;Apply&amp;quot; and close all settings windows.&lt;br /&gt;
* Ideally, set your desktop volume to 100%. Otherwise, the desktop audio will be very quiet in the recording. We recommend using an external headphone volume controller to adjust your headphone volume. &amp;lt;/br&amp;gt; Most [[Audio Interface]]s have independent volume control for main output and headphones.&lt;br /&gt;
* Optionally, you can configure your track routing to record desktop audio and your microphone on different tracks. See [[OBS Studio/Recording Multiple Audio Sources#Track Routing]] for example.&lt;br /&gt;
&lt;br /&gt;
==Recording==&lt;br /&gt;
# Click &amp;quot;Start Recording&amp;quot; to start recording when you're ready.&lt;br /&gt;
# Click &amp;quot;Stop Recording&amp;quot; to stop recording.&lt;br /&gt;
&lt;br /&gt;
The recorded video file can be found in the folder you selected before. You can open said folder via File -&amp;gt; Show Recordings.&lt;br /&gt;
&lt;br /&gt;
⚠️ '''ALWAYS''' let people know when the recording has started and ended.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[OBS Studio]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Qualisys&amp;diff=6305</id>
		<title>Qualisys</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Qualisys&amp;diff=6305"/>
		<updated>2026-03-11T10:34:14Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = Qualisys QTM&lt;br /&gt;
| logo                   = Qualisys-QTM.png&lt;br /&gt;
| screenshot             = Qtm_screenshot.jpg&lt;br /&gt;
| caption                = Screenshot of Qualisys QTM version 2024.2&lt;br /&gt;
| website                = [https://www.qualisys.com www.qualisys.com]&lt;br /&gt;
| resources              = &lt;br /&gt;
  {{Infobox tsg&lt;br /&gt;
    | child              = yes&lt;br /&gt;
    | downloads          = {{bulleted list&lt;br /&gt;
        | [https://github.com/qualisys/qualisys_lsl_app Qualisys LSL app]&lt;br /&gt;
    }}&lt;br /&gt;
    | manuals            = {{bulleted list&lt;br /&gt;
        | [https://docs.qualisys.com/qtm/ QTM Online Manual]&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Qualisys is a Swedish manufacturer of high-end optical motion capture systems. Several Qualisys systems are in use within the Faculty of Social Sciences.&lt;br /&gt;
&lt;br /&gt;
Motion capture data can be collected and processed using QTM, for which a site license is available.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
==Cameras==&lt;br /&gt;
A Qualisys system is an optical motion capture system, meaning it uses cameras to record motion of your subject. This is traditionally done with markers, which emit or reflect infrared light that can be captured by the cameras. By placing multiple cameras in different locations, the system can triangulate the position of a marker.&lt;br /&gt;
&lt;br /&gt;
A typical capture setup (in our labs) consists of 8-10 cameras, placed in a circle around the capture area. Usually, all cameras in a system are the same type, but Qualisys cameras can be mixed and matched to some extent. Cameras with the same connector can be daisy-chained together, and otherwise separate &amp;quot;loops&amp;quot; can be joined via a network switch. When combining different cameras, the maximum frame rate of the entire system is limited to the maximum frame rate of the &amp;quot;worst&amp;quot; camera.&lt;br /&gt;
&lt;br /&gt;
Every Qualisys camera can be used in either &amp;quot;Marker mode&amp;quot; or &amp;quot;Video mode&amp;quot;. In Marker mode, they contribute to calculating the 3D position of each marker. In Video mode, the camera captures a regular video (avi), to either aid in labeling markers and movements, or to process for markerless motion capture. Cameras in Video mode do not contribute to marker tracking.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File:Oqus-7-square.jpg ‎|200px|Image: 200 pixels]]&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File:Miqus-video-square.jpg ‎|200px|Image: 200 pixels]]&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File:Miqus-square.jpg ‎|200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;!-- empty cell --&amp;gt;&lt;br /&gt;
! Oqus 5&lt;br /&gt;
! Miqus Hybrid&lt;br /&gt;
! Miqus M3&lt;br /&gt;
|-&lt;br /&gt;
| Resolution || 2048 x 2048 (4MP) || 1920 x 1088 (2 MP) || 1824 x 1088 (2MP)&lt;br /&gt;
|-&lt;br /&gt;
| Field of View &amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Field of view of standard lenses. Wide and narrow angle lenses may be available.&amp;lt;/ref&amp;gt; || 49° || 61 x 37° || 64 x 41°&lt;br /&gt;
|-&lt;br /&gt;
| Connector || Lemo || PoE || PoE&lt;br /&gt;
|-&lt;br /&gt;
! Marker Mode&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot;| &amp;lt;!-- set to number of item-columns --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Max. Range &amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt; Maximum capture distance with 16mm passive marker and standard lens.&amp;lt;/ref&amp;gt; || 25m || 13m || 15m&lt;br /&gt;
|-&lt;br /&gt;
| Max. Frame Rate &amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;max&amp;quot;/&amp;gt; || 180-10.000 fps || 340 fps || 340 fps&lt;br /&gt;
|-&lt;br /&gt;
! Video Mode&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot;| &amp;lt;!-- set to number of item-columns --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Color || Infrared (b&amp;amp;w) || Full color || &lt;br /&gt;
|-&lt;br /&gt;
| Max. Frame Rate &amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;max&amp;quot;/&amp;gt; || 25 fps || 85-550 fps || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;fn&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;max&amp;quot;&amp;gt;Higher frame rates achieved by reduction in resolution and/or field of view.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Markers==&lt;br /&gt;
[[File:Passive markers.jpg|thumb|240px|A selection of passive markers]]&lt;br /&gt;
&lt;br /&gt;
Passive markers are little (hemi)spheres covered in retro-reflective material. They reflect the light emitted by the cameras, so that they show up on the camera's sensor. Markers come in all sizes from 2 - 50mm, and with different atachment methods (glue-on, velcro or screw). &lt;br /&gt;
Choice of marker size depends on the subject and the distance between the subject and the cameras. The smaller the subject (e.g. baby's fingers), the smaller the marker needs to be. But the smaller the marker, the higher the resolution or the closer the camera should be to capture it. &lt;br /&gt;
&lt;br /&gt;
The benefit of using passive markers is that they are (relatively) cheap, and they need no cables for power or anything. The downside is that passive markers are not inherently identifiable, meaning they need to be manually labeled afterwards and cannot be streamed in real-time unless they are part of a rigid body. A rigid body is an object with 3 or more markers &lt;br /&gt;
&lt;br /&gt;
All optical markers (both active and passive) have the disadvantage of being easily obscured (something blocking the view from the cameras to the marker, making it impossible to track). Therefore, marker placement has to be considered carefully, and often it is wise to place additional markers for redundancy. Standard marker placement templates exist for full/partial body tracking. &lt;br /&gt;
&lt;br /&gt;
===Active Markers===&lt;br /&gt;
Active markers are markers that emit infrared light themselves. They require an active power source (meaning they're attached to cables), but they can potentially work over longer distances, and most of all they can be individually identified. &lt;br /&gt;
&lt;br /&gt;
The TSG is currently (August 2025) testing Qualisys' &amp;quot;Traqr&amp;quot; active marker systems; they will likely be available for use in the labs in the near future. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
If you wish to capture motion with a Qualisys system, please contact the TSG. They will assist you in determining which system is best suited for your needs and, when available, will set it up for you in one of our research labs.&lt;br /&gt;
A training session with [[Erik van den Berge]] is required before you can use the system. &lt;br /&gt;
&lt;br /&gt;
===New Project===&lt;br /&gt;
At the start of your experiment, or whenever you have made significant changes to the setup/configuration, you should create a new QTM project. You can do this when launching QTM -&amp;gt; New Project, or File -&amp;gt; New Project if you already have a project open. &lt;br /&gt;
&lt;br /&gt;
Give your project a distinct name (preferably includes your personal and/or research-project name) and select the project folder path. The folder is best located inside your own user folder on the D:/ drive. Create one if you haven't already.&lt;br /&gt;
&lt;br /&gt;
We often recommend basing the new project on an existing project, which is an option in the New Project window. This will copy all settings, 6DOF bodies, AIM models and scripts from a previous project; saving you some time setting things up.&lt;br /&gt;
&lt;br /&gt;
Choose 'Base the project on: &amp;quot;Settings Imported from another project&amp;quot;' and select the Settings.qtmproj file from the base project. There's usually a TSG-created project matching the current camera-setup, that you can use as base.&lt;br /&gt;
&lt;br /&gt;
Don't forget to periodically back-up your project folder! (even if you only use QTM for streaming)&lt;br /&gt;
&lt;br /&gt;
===Rigid Body Tracking===&lt;br /&gt;
In QTM, you can define rigid bodies; objects with multiple (&amp;gt;3) markers in a fixed configuration that can be tracked in 6 degrees of freedom (position X,Y,Z + pitch, yaw, roll). &lt;br /&gt;
Consult the QTM manual or the TSG for creating a rigid (&amp;quot;6DOF&amp;quot;) body.&lt;br /&gt;
&lt;br /&gt;
Rigid bodies can be saved and loaded via Project Options -&amp;gt; Processing -&amp;gt; 6DOF Tracking. This is handy when using common objects between multiple projects. &lt;br /&gt;
Be careful when loading a rigid bodies XML file: this will clear any existing bodies from the list! If you wish to add multiple sets of rigid body files, it is best to manually combine the XML files.&lt;br /&gt;
&lt;br /&gt;
===Automatic Identification of Markers (AIM)===&lt;br /&gt;
For cases where it isn't possible to create a rigid body, but where marker relations ''are'' constrained in some way (e.g. as part of an arm where the distance between each joint doesn't change but their rotations may), QTM's unique AIM system offers a potential solution to aid in labeling markers. This can save time in post-processing, and allow real-time streaming of individual markers.&lt;br /&gt;
&lt;br /&gt;
Consult the QTM manual or the TSG for creating an AIM model.&lt;br /&gt;
Like rigid bodies, AIM models are transferable between projects.&lt;br /&gt;
&lt;br /&gt;
===LSL===&lt;br /&gt;
Data from QTM can be streamed in real-time, as well as in playback-mode, via LSL using the [https://github.com/qualisys/qualisys_lsl_app Qualisys LSL App]. Only labeled markers (3D) and rigid bodies (6DOF) can be streamed over LSL.&lt;br /&gt;
&lt;br /&gt;
The TSG has developed a GUI script that lets you launch the LSL app from within QTM. It is usually included when copying a TSG project (see [[#New Project]]).&lt;br /&gt;
&lt;br /&gt;
===Data Processing===&lt;br /&gt;
When you have captured marker data, you can process it in QTM to label the markers and fill any gaps. Some analysis tools are available within QTM; otherwise you can export the data in a suitable format (c3d, matlab, tsv, fbx).&lt;br /&gt;
You can request access to QTM on your own PC from [[Erik van den Berge]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==References==  Optional --&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt; &amp;lt;!-- Automatically generates list of references using the &amp;lt;ref&amp;gt;&amp;lt;/ref&amp;gt; tags. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*{{Official website|http://www.qualisys.com}}&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Qualisys&amp;diff=6304</id>
		<title>Qualisys</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Qualisys&amp;diff=6304"/>
		<updated>2026-03-10T17:08:21Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = Qualisys QTM&lt;br /&gt;
| logo                   = Qualisys-QTM.png&lt;br /&gt;
| screenshot             = Qtm_screenshot.jpg&lt;br /&gt;
| caption                = Screenshot of Qualisys QTM version 2024.2&lt;br /&gt;
| website                = [https://www.qualisys.com www.qualisys.com]&lt;br /&gt;
| resources              = &lt;br /&gt;
  {{Infobox tsg&lt;br /&gt;
    | child              = yes&lt;br /&gt;
    | downloads          = {{bulleted list&lt;br /&gt;
        | [https://github.com/qualisys/qualisys_lsl_app Qualisys LSL app]&lt;br /&gt;
    }}&lt;br /&gt;
    | manuals            = {{bulleted list&lt;br /&gt;
        | [https://docs.qualisys.com/qtm/ QTM Online Manual]&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Qualisys is a Swedish manufacturer of high-end optical motion capture systems. Several Qualisys systems are in use within the Faculty of Social Sciences.&lt;br /&gt;
&lt;br /&gt;
Motion capture data can be collected and processed using QTM, for which a site license is available.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
==Cameras==&lt;br /&gt;
A Qualisys system is an optical motion capture system, meaning it uses cameras to record motion of your subject. This is traditionally done with markers, which emit or reflect infrared light that can be captured by the cameras. By placing multiple cameras in different locations, the system can triangulate the position of a marker.&lt;br /&gt;
&lt;br /&gt;
A typical capture setup (in our labs) consists of 8-10 cameras, placed in a circle around the capture area. Usually, all cameras in a system are the same type, but Qualisys cameras can be mixed and matched to some extent. Cameras with the same connector can be daisy-chained together, and otherwise separate &amp;quot;loops&amp;quot; can be joined via a network switch. When combining different cameras, the maximum frame rate of the entire system is limited to the maximum frame rate of the &amp;quot;worst&amp;quot; camera.&lt;br /&gt;
&lt;br /&gt;
Every Qualisys camera can be used in either &amp;quot;Marker mode&amp;quot; or &amp;quot;Video mode&amp;quot;. In Marker mode, they contribute to calculating the 3D position of each marker. In Video mode, the camera captures a regular video (avi), to either aid in labeling markers and movements, or to process for markerless motion capture. Cameras in Video mode do not contribute to marker tracking.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File:Oqus-7-square.jpg ‎|200px|Image: 200 pixels]]&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File:Miqus-video-square.jpg ‎|200px|Image: 200 pixels]]&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File:Miqus-square.jpg ‎|200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;!-- empty cell --&amp;gt;&lt;br /&gt;
! Oqus 5&lt;br /&gt;
! Miqus Hybrid&lt;br /&gt;
! Miqus M3&lt;br /&gt;
|-&lt;br /&gt;
| Resolution || 2048 x 2048 (4MP) || 1920 x 1088 (2 MP) || 1824 x 1088 (2MP)&lt;br /&gt;
|-&lt;br /&gt;
| Field of View &amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Field of view of standard lenses. Wide and narrow angle lenses may be available.&amp;lt;/ref&amp;gt; || 49° || 61 x 37° || 64 x 41°&lt;br /&gt;
|-&lt;br /&gt;
| Connector || Lemo || PoE || PoE&lt;br /&gt;
|-&lt;br /&gt;
! Marker Mode&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot;| &amp;lt;!-- set to number of item-columns --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Max. Range &amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt; Maximum capture distance with 16mm passive marker and standard lens.&amp;lt;/ref&amp;gt; || 25m || 13m || 15m&lt;br /&gt;
|-&lt;br /&gt;
| Max. Frame Rate &amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;max&amp;quot;/&amp;gt; || 180-10.000 fps || 340 fps || 340 fps&lt;br /&gt;
|-&lt;br /&gt;
! Video Mode&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot;| &amp;lt;!-- set to number of item-columns --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Color || Infrared (b&amp;amp;w) || Full color || &lt;br /&gt;
|-&lt;br /&gt;
| Max. Frame Rate &amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;max&amp;quot;/&amp;gt; || 25 fps || 85-550 fps || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;fn&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;max&amp;quot;&amp;gt;Higher frame rates achieved by reduction in resolution and/or field of view.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Markers==&lt;br /&gt;
[[File:Passive markers.jpg|thumb|240px|A selection of passive markers]]&lt;br /&gt;
&lt;br /&gt;
Passive markers are little (hemi)spheres covered in retro-reflective material. They reflect the light emitted by the cameras, so that they show up on the camera's sensor. Markers come in all sizes from 2 - 50mm, and with different atachment methods (glue-on, velcro or screw). &lt;br /&gt;
Choice of marker size depends on the subject and the distance between the subject and the cameras. The smaller the subject (e.g. baby's fingers), the smaller the marker needs to be. But the smaller the marker, the higher the resolution or the closer the camera should be to capture it. &lt;br /&gt;
&lt;br /&gt;
The benefit of using passive markers is that they are (relatively) cheap, and they need no cables for power or anything. The downside is that passive markers are not inherently identifiable, meaning they need to be manually labeled afterwards and cannot be streamed in real-time unless they are part of a rigid body. A rigid body is an object with 3 or more markers &lt;br /&gt;
&lt;br /&gt;
All optical markers (both active and passive) have the disadvantage of being easily obscured (something blocking the view from the cameras to the marker, making it impossible to track). Therefore, marker placement has to be considered carefully, and often it is wise to place additional markers for redundancy. Standard marker placement templates exist for full/partial body tracking. &lt;br /&gt;
&lt;br /&gt;
===Active Markers===&lt;br /&gt;
Active markers are markers that emit infrared light themselves. They require an active power source (meaning they're attached to cables), but they can potentially work over longer distances, and most of all they can be individually identified. &lt;br /&gt;
&lt;br /&gt;
The TSG is currently (August 2025) testing Qualisys' &amp;quot;Traqr&amp;quot; active marker systems; they will likely be available for use in the labs in the near future. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
If you wish to capture motion with a Qualisys system, please contact the TSG. They will assist you in determining which system is best suited for your needs and, when available, will set it up for you in one of our research labs.&lt;br /&gt;
A training session with [[Erik van den Berge]] is required before you can use the system. &lt;br /&gt;
&lt;br /&gt;
===New Project===&lt;br /&gt;
At the start of your experiment, or whenever you have made significant changes to the setup/configuration, you should create a new QTM project. You can do this when launching QTM -&amp;gt; New Project, or File -&amp;gt; New Project if you already have a project open. &lt;br /&gt;
Give your project a distinct name (preferably includes your personal and/or research-project name) and select the project folder path. The folder is best located inside your own user folder on the D:/ drive. Create one if you haven't already.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We often recommend basing the new project on an existing project, which is an option in the New Project window. This will copy all settings, 6DOF bodies, AIM models and scripts from a previous project; saving you some time setting things up.&lt;br /&gt;
&lt;br /&gt;
Choose 'Base the project on: &amp;quot;Settings Imported from another project&amp;quot;' and select the Settings.qtmproj file from the base project.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--===Rigid Body Tracking=== TODO--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===LSL===&lt;br /&gt;
Data from QTM can be streamed in real-time, as well as in playback-mode, via LSL using the [https://github.com/qualisys/qualisys_lsl_app Qualisys LSL App]. Only labeled markers (3D) and rigid bodies (6DOF) can be streamed over LSL.&lt;br /&gt;
&lt;br /&gt;
===Data Processing===&lt;br /&gt;
When you have captured marker data, you can process it in QTM to label the markers and fill any gaps. Some analysis tools are available within QTM; otherwise you can export the data in a suitable format (c3d, matlab, tsv, fbx).&lt;br /&gt;
You can request access to QTM on your own PC from [[Erik van den Berge]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==References==  Optional --&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt; &amp;lt;!-- Automatically generates list of references using the &amp;lt;ref&amp;gt;&amp;lt;/ref&amp;gt; tags. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*{{Official website|http://www.qualisys.com}}&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Main_Page&amp;diff=6303</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Main_Page&amp;diff=6303"/>
		<updated>2026-02-23T16:12:42Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Notice|The wiki has been updated with information on our '''new lab computer and peripherals'''!}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Welcome to the TSG Wiki. &lt;br /&gt;
&lt;br /&gt;
On this wiki you will find documentation for the Hardware, Software and Research Equipment used in the lab environments of the research facilities of the Faculty of Social Sciences, as well as other useful information. &lt;br /&gt;
To learn more about the Technical Support Group, visit [http://www.ru.nl/socialsciences/technicalsupportgroup/ our website] or the [[TSG info|about]] section.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- WHEN ADDING/RENAMING LIST ENTRIES, KEEP THEM IN ALPHABETICAL ORDER PLEASE --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
{{Main Page/Frame&lt;br /&gt;
 | color      = be311a&lt;br /&gt;
 | title      = Hardware Documentation&lt;br /&gt;
 | content    = {{Bulleted list&lt;br /&gt;
  | [[Audio Interface]]s&lt;br /&gt;
  | [[Balance Board]]&lt;br /&gt;
  | [[Biopac]]&lt;br /&gt;
  | [[Brainvision]]&lt;br /&gt;
  | [[ButtonBox]]es&lt;br /&gt;
  | [[Camera]]s&lt;br /&gt;
  | [[Lab Computer|Computers]]&lt;br /&gt;
  | [[Eyetracker]]s&lt;br /&gt;
  | [[Head Mounted Display]]s&lt;br /&gt;
  | [[Headphones]]&lt;br /&gt;
  | [[Ipod]] (Video &amp;amp; Audio Recording)&lt;br /&gt;
  | [[JoyStick]]s&lt;br /&gt;
  | [[Kinect]]&lt;br /&gt;
  | [[Laptop]]s&lt;br /&gt;
  | [[Microphone]]s&lt;br /&gt;
  | [[Monitor]]s&lt;br /&gt;
  | [[Optotrak]]  &lt;br /&gt;
  | [[Plux biosignals]]  &lt;br /&gt;
  | [[Qualisys]]&lt;br /&gt;
  | [[Structure sensor]]&lt;br /&gt;
  | [[TemperatureHumidity]]&lt;br /&gt;
  | [[TMSi]] &lt;br /&gt;
  | [[Vertical Sync sensor]]  &lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Main Page/Frame&lt;br /&gt;
 | color      = be311a&lt;br /&gt;
 | title      = Software Documentation&lt;br /&gt;
 | content    = {{Bulleted list&lt;br /&gt;
  | [[FFmpeg]] (Video Conversion)&lt;br /&gt;
  | [[LSL]]&lt;br /&gt;
  | [[Matlab]]&lt;br /&gt;
  | [[OBS Studio]] (Screen/Webcam Recording)&lt;br /&gt;
  | [[Presentation]]&lt;br /&gt;
  | [[Psychopy]]&lt;br /&gt;
  | [[Python]]&lt;br /&gt;
  | [[System Image]]&lt;br /&gt;
  | [[Unity]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Online Experiments&lt;br /&gt;
 {{Bulleted list  &lt;br /&gt;
  | [[Online Experiments|Overview of Online Systems]]&lt;br /&gt;
  | [[jsPsych]]&lt;br /&gt;
  | [[LimeSurvey]]&lt;br /&gt;
  | [[Qualtrics]]&lt;br /&gt;
  | [[Online Experiments/Toolbox|Toolbox for online experiments]]&lt;br /&gt;
  | [[Web development]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Data Acquisition&lt;br /&gt;
{{Bulleted list   &lt;br /&gt;
  | [[Data Files|Data Formatting]]&lt;br /&gt;
  | [[Radcloud]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Stimuli&lt;br /&gt;
 {{Bulleted list &lt;br /&gt;
  | [[Audio]]  &lt;br /&gt;
  | [[Video Codecs]]  &lt;br /&gt;
  | [[Video Playback]]  &lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Miscellaneous&lt;br /&gt;
 {{Bulleted list  &lt;br /&gt;
  &amp;lt;!--| [https://wiki.dcc.science.ru.nl DCC Cluster]--&amp;gt;&lt;br /&gt;
  | [[Gitlab Social Sciences]]&lt;br /&gt;
  | [[IP Distribution Lab Computer]]&lt;br /&gt;
  | [[Mattermost Social Sciences]]&lt;br /&gt;
  | [[Virtualization Server]]  &lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Main Page/Frame&lt;br /&gt;
 | color      = be311a&lt;br /&gt;
 | title      = Lab Documentation&lt;br /&gt;
 | content    = {{Bulleted list&lt;br /&gt;
  | [[BalanceBoard Lab]]&lt;br /&gt;
  &amp;lt;!--| [[BCI Lab]]--&amp;gt;&lt;br /&gt;
  | [[Cubicle]]s (Standard Labs)&lt;br /&gt;
  | [[EEG Lab]]&lt;br /&gt;
  | [[Eye Tracker Lab]]&lt;br /&gt;
  | [[RIVER Lab]] (Virtual Reality)&lt;br /&gt;
  | [[SensoriMotorLab]]&lt;br /&gt;
  | [[Social Interaction Lab]]&lt;br /&gt;
  | [[Sound Recording Lab]]&lt;br /&gt;
  &amp;lt;!-- | [[VoiceKey Lab]] --&amp;gt;&lt;br /&gt;
  | [[TMS Lab]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Lab Use Policy and Guidelines&lt;br /&gt;
 {{Bulleted list&lt;br /&gt;
  | [[Booking labs]]&lt;br /&gt;
  | [[Media:EEG_lab_user_guide.pdf|EEG lab user guide]]&lt;br /&gt;
  | [[Media:Cleaningprocedure_EEG.pdf|EEG cleaning protocol]]&lt;br /&gt;
  | [[Using labs]]&lt;br /&gt;
  | [[Informed consent]]&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Main_Page&amp;diff=6302</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Main_Page&amp;diff=6302"/>
		<updated>2026-02-23T16:12:32Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Notice|The wiki has been updated with information on our '''new lab computer and peripherals'''.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Welcome to the TSG Wiki. &lt;br /&gt;
&lt;br /&gt;
On this wiki you will find documentation for the Hardware, Software and Research Equipment used in the lab environments of the research facilities of the Faculty of Social Sciences, as well as other useful information. &lt;br /&gt;
To learn more about the Technical Support Group, visit [http://www.ru.nl/socialsciences/technicalsupportgroup/ our website] or the [[TSG info|about]] section.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- WHEN ADDING/RENAMING LIST ENTRIES, KEEP THEM IN ALPHABETICAL ORDER PLEASE --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
{{Main Page/Frame&lt;br /&gt;
 | color      = be311a&lt;br /&gt;
 | title      = Hardware Documentation&lt;br /&gt;
 | content    = {{Bulleted list&lt;br /&gt;
  | [[Audio Interface]]s&lt;br /&gt;
  | [[Balance Board]]&lt;br /&gt;
  | [[Biopac]]&lt;br /&gt;
  | [[Brainvision]]&lt;br /&gt;
  | [[ButtonBox]]es&lt;br /&gt;
  | [[Camera]]s&lt;br /&gt;
  | [[Lab Computer|Computers]]&lt;br /&gt;
  | [[Eyetracker]]s&lt;br /&gt;
  | [[Head Mounted Display]]s&lt;br /&gt;
  | [[Headphones]]&lt;br /&gt;
  | [[Ipod]] (Video &amp;amp; Audio Recording)&lt;br /&gt;
  | [[JoyStick]]s&lt;br /&gt;
  | [[Kinect]]&lt;br /&gt;
  | [[Laptop]]s&lt;br /&gt;
  | [[Microphone]]s&lt;br /&gt;
  | [[Monitor]]s&lt;br /&gt;
  | [[Optotrak]]  &lt;br /&gt;
  | [[Plux biosignals]]  &lt;br /&gt;
  | [[Qualisys]]&lt;br /&gt;
  | [[Structure sensor]]&lt;br /&gt;
  | [[TemperatureHumidity]]&lt;br /&gt;
  | [[TMSi]] &lt;br /&gt;
  | [[Vertical Sync sensor]]  &lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Main Page/Frame&lt;br /&gt;
 | color      = be311a&lt;br /&gt;
 | title      = Software Documentation&lt;br /&gt;
 | content    = {{Bulleted list&lt;br /&gt;
  | [[FFmpeg]] (Video Conversion)&lt;br /&gt;
  | [[LSL]]&lt;br /&gt;
  | [[Matlab]]&lt;br /&gt;
  | [[OBS Studio]] (Screen/Webcam Recording)&lt;br /&gt;
  | [[Presentation]]&lt;br /&gt;
  | [[Psychopy]]&lt;br /&gt;
  | [[Python]]&lt;br /&gt;
  | [[System Image]]&lt;br /&gt;
  | [[Unity]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Online Experiments&lt;br /&gt;
 {{Bulleted list  &lt;br /&gt;
  | [[Online Experiments|Overview of Online Systems]]&lt;br /&gt;
  | [[jsPsych]]&lt;br /&gt;
  | [[LimeSurvey]]&lt;br /&gt;
  | [[Qualtrics]]&lt;br /&gt;
  | [[Online Experiments/Toolbox|Toolbox for online experiments]]&lt;br /&gt;
  | [[Web development]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Data Acquisition&lt;br /&gt;
{{Bulleted list   &lt;br /&gt;
  | [[Data Files|Data Formatting]]&lt;br /&gt;
  | [[Radcloud]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Stimuli&lt;br /&gt;
 {{Bulleted list &lt;br /&gt;
  | [[Audio]]  &lt;br /&gt;
  | [[Video Codecs]]  &lt;br /&gt;
  | [[Video Playback]]  &lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Miscellaneous&lt;br /&gt;
 {{Bulleted list  &lt;br /&gt;
  &amp;lt;!--| [https://wiki.dcc.science.ru.nl DCC Cluster]--&amp;gt;&lt;br /&gt;
  | [[Gitlab Social Sciences]]&lt;br /&gt;
  | [[IP Distribution Lab Computer]]&lt;br /&gt;
  | [[Mattermost Social Sciences]]&lt;br /&gt;
  | [[Virtualization Server]]  &lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Main Page/Frame&lt;br /&gt;
 | color      = be311a&lt;br /&gt;
 | title      = Lab Documentation&lt;br /&gt;
 | content    = {{Bulleted list&lt;br /&gt;
  | [[BalanceBoard Lab]]&lt;br /&gt;
  &amp;lt;!--| [[BCI Lab]]--&amp;gt;&lt;br /&gt;
  | [[Cubicle]]s (Standard Labs)&lt;br /&gt;
  | [[EEG Lab]]&lt;br /&gt;
  | [[Eye Tracker Lab]]&lt;br /&gt;
  | [[RIVER Lab]] (Virtual Reality)&lt;br /&gt;
  | [[SensoriMotorLab]]&lt;br /&gt;
  | [[Social Interaction Lab]]&lt;br /&gt;
  | [[Sound Recording Lab]]&lt;br /&gt;
  &amp;lt;!-- | [[VoiceKey Lab]] --&amp;gt;&lt;br /&gt;
  | [[TMS Lab]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Lab Use Policy and Guidelines&lt;br /&gt;
 {{Bulleted list&lt;br /&gt;
  | [[Booking labs]]&lt;br /&gt;
  | [[Media:EEG_lab_user_guide.pdf|EEG lab user guide]]&lt;br /&gt;
  | [[Media:Cleaningprocedure_EEG.pdf|EEG cleaning protocol]]&lt;br /&gt;
  | [[Using labs]]&lt;br /&gt;
  | [[Informed consent]]&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Lab_Computer&amp;diff=6301</id>
		<title>Lab Computer</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Lab_Computer&amp;diff=6301"/>
		<updated>2026-02-23T16:11:24Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Keyboard */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Lab computer&lt;br /&gt;
| image          = Mm_cubicle.jpg&lt;br /&gt;
| caption        = Typical lab setup, as seen in a [[Cubicles|Cubicle]] (2026)&lt;br /&gt;
&amp;lt;!--| header1        = Test Results&lt;br /&gt;
| data1          = {{bulleted list&lt;br /&gt;
      | [[Media:Tsg_2013_t3610_testresults.pdf | Dell Precision T3610 Test Results]]&lt;br /&gt;
  }}--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Lab Computer ==&lt;br /&gt;
{{see also|Dell Workstation}}&lt;br /&gt;
All TSG-supported research labs have been equipped with a [[Dell Workstation]]. The current model is the Pro Max Tower T2, of which you can view the simplified specifications below. &lt;br /&gt;
&lt;br /&gt;
See [[Dell Workstation]] for previous lab computers. If you are not sure which computer you have been using for your past research, ask the TSG. Or if you are still working with an older computer, check the name on the front or top of the case.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:100px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:250px;&amp;quot;| [[File:Pro_max_tower.jpeg |200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;|&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Dell Pro Max  [[Dell_Workstation#Pro_max_tower_T2 | Tower T2]] &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;new&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| CPU || Intel Core Ultra 7 265K (20C, 20T, 5.5Ghz)&lt;br /&gt;
|-&lt;br /&gt;
| Memory size || 32GB&lt;br /&gt;
|-&lt;br /&gt;
| Graphics Card || Intel® Graphics iGPU&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
{{see also|System Image}}&lt;br /&gt;
&lt;br /&gt;
=== Performance ===&lt;br /&gt;
For performance-critical applications, we advise to run the lab computer without active internet connection. Double-click the Network Off icon on the desktop to turn off these network services. &lt;br /&gt;
The desktop wallpaper will show which network services are enabled.&lt;br /&gt;
&lt;br /&gt;
== Keyboard ==&lt;br /&gt;
{{see also|Keyboard}}&lt;br /&gt;
As of January 2026, all FSW research labs are equipped with the [[Corsair K70 PRO TKL]]. It replaced our previous lab keyboard, the [[Corsair Vengeance K70]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| [[File:k70_pro_tkl.jpg|200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Corsair K70 PRO TKL&lt;br /&gt;
|-&lt;br /&gt;
| Size || 80% (TKL)&lt;br /&gt;
|-&lt;br /&gt;
| [[Keyboard#Keyboard Layout|Keyboard Layout]] || US-International QWERTY &lt;br /&gt;
|-&lt;br /&gt;
| Key Switches || Corsair MGX v2&lt;br /&gt;
|-&lt;br /&gt;
| Actuation Force || 30-55cN &lt;br /&gt;
|-&lt;br /&gt;
| Polling Rate || up to 8000Hz &lt;br /&gt;
|-&lt;br /&gt;
| USB Pass-through || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Multimedia Controls || style=&amp;quot;background-color:#FFB;&amp;quot; | Yes&amp;lt;ref group=&amp;quot;k&amp;quot;&amp;gt;Dedicated volume knob, playback control via Function keys&amp;lt;/ref&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
| Backlight || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes (RGB)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;k&amp;quot; /&amp;gt; &amp;lt;!-- Automatically list notes/references in the table above --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mouse ==&lt;br /&gt;
Labs are equipped with a Logitech G203 mouse as standard. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| [[File:G203.JPG|100px|Image: 100 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Logitech G203&lt;br /&gt;
|-&lt;br /&gt;
! Features&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Handedness || Ambidextrous&lt;br /&gt;
|-&lt;br /&gt;
| Weight (g) || 85&lt;br /&gt;
|-&lt;br /&gt;
! Connection&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Wireless || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Cable Length / Wireless Range (m) || 2.1&lt;br /&gt;
|-&lt;br /&gt;
| Interface || USB 2.0&lt;br /&gt;
|-&lt;br /&gt;
! Tracking&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Tracking Technology || Laser&lt;br /&gt;
|-&lt;br /&gt;
| Resolution ||  200 - 8000 dpi &lt;br /&gt;
|-&lt;br /&gt;
| Max. Acceleration (g) || &amp;gt;25&lt;br /&gt;
|-&lt;br /&gt;
| Max. Velocity (m/s) || &amp;gt;5&lt;br /&gt;
|-&lt;br /&gt;
! Responsiveness&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| USB Data Format (bits/axis) || 16&lt;br /&gt;
|-&lt;br /&gt;
| Polling Rate (Hz) || 1000&lt;br /&gt;
|-&lt;br /&gt;
| Sleep Mode || Disabled&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Mouse Sensitivity===&lt;br /&gt;
You can change the sensor sensitivity of our Logitech mice to change how fast the pointer moves across the screen with every inch traveled. This is measured in dots per inch (DPI). &lt;br /&gt;
Press the DPI button below the scroll wheel to cycle through presets. A notification will pop up on screen telling you the current DPI level. Warning: notification may be delayed if you press the button multiple times!&lt;br /&gt;
&lt;br /&gt;
If you want to set the mouse sensitivity at a custom DPI value, or if you wish to prevent participants from changing the sensitivity (accidentally or otherwise), please contact the TSG.&lt;br /&gt;
&lt;br /&gt;
Note: this is completely independent from the pointer speed setting in Windows Settings. That slider should ALWAYS be set to 6 (the middle position), as any other value may introduce pointer acceleration, which is almost never wanted. &amp;quot;Enhance pointer precision&amp;quot; should be off for the same reason.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Monitor]]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Lab_Computer&amp;diff=6300</id>
		<title>Lab Computer</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Lab_Computer&amp;diff=6300"/>
		<updated>2026-02-23T16:01:24Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Lab computer&lt;br /&gt;
| image          = Mm_cubicle.jpg&lt;br /&gt;
| caption        = Typical lab setup, as seen in a [[Cubicles|Cubicle]] (2026)&lt;br /&gt;
&amp;lt;!--| header1        = Test Results&lt;br /&gt;
| data1          = {{bulleted list&lt;br /&gt;
      | [[Media:Tsg_2013_t3610_testresults.pdf | Dell Precision T3610 Test Results]]&lt;br /&gt;
  }}--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Lab Computer ==&lt;br /&gt;
{{see also|Dell Workstation}}&lt;br /&gt;
All TSG-supported research labs have been equipped with a [[Dell Workstation]]. The current model is the Pro Max Tower T2, of which you can view the simplified specifications below. &lt;br /&gt;
&lt;br /&gt;
See [[Dell Workstation]] for previous lab computers. If you are not sure which computer you have been using for your past research, ask the TSG. Or if you are still working with an older computer, check the name on the front or top of the case.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:100px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:250px;&amp;quot;| [[File:Pro_max_tower.jpeg |200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;|&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Dell Pro Max  [[Dell_Workstation#Pro_max_tower_T2 | Tower T2]] &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;new&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| CPU || Intel Core Ultra 7 265K (20C, 20T, 5.5Ghz)&lt;br /&gt;
|-&lt;br /&gt;
| Memory size || 32GB&lt;br /&gt;
|-&lt;br /&gt;
| Graphics Card || Intel® Graphics iGPU&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
{{see also|System Image}}&lt;br /&gt;
&lt;br /&gt;
=== Performance ===&lt;br /&gt;
For performance-critical applications, we advise to run the lab computer without active internet connection. Double-click the Network Off icon on the desktop to turn off these network services. &lt;br /&gt;
The desktop wallpaper will show which network services are enabled.&lt;br /&gt;
&lt;br /&gt;
== Keyboard ==&lt;br /&gt;
{{see also|Keyboard}}&lt;br /&gt;
As of January 2026, all FSW research labs are equipped with the [[Corsair K70 PRO TKL]]. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| [[File:k70_pro_tkl.jpg|200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Corsair K70 PRO TKL&lt;br /&gt;
|-&lt;br /&gt;
| Size || 80% (TKL)&lt;br /&gt;
|-&lt;br /&gt;
| [[Keyboard#Keyboard Layout|Keyboard Layout]] || US-International QWERTY &lt;br /&gt;
|-&lt;br /&gt;
| Key Switches || Corsair MGX v2&lt;br /&gt;
|-&lt;br /&gt;
| Actuation Force || 30-55cN &lt;br /&gt;
|-&lt;br /&gt;
| Polling Rate || up to 8000Hz &lt;br /&gt;
|-&lt;br /&gt;
| USB Pass-through || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Multimedia Controls || style=&amp;quot;background-color:#FFB;&amp;quot; | Yes&amp;lt;ref group=&amp;quot;k&amp;quot;&amp;gt;Dedicated volume knob, playback control via Function keys&amp;lt;/ref&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
| Backlight || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes (RGB)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;k&amp;quot; /&amp;gt; &amp;lt;!-- Automatically list notes/references in the table above --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mouse ==&lt;br /&gt;
Labs are equipped with a Logitech G203 mouse as standard. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| [[File:G203.JPG|100px|Image: 100 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Logitech G203&lt;br /&gt;
|-&lt;br /&gt;
! Features&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Handedness || Ambidextrous&lt;br /&gt;
|-&lt;br /&gt;
| Weight (g) || 85&lt;br /&gt;
|-&lt;br /&gt;
! Connection&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Wireless || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Cable Length / Wireless Range (m) || 2.1&lt;br /&gt;
|-&lt;br /&gt;
| Interface || USB 2.0&lt;br /&gt;
|-&lt;br /&gt;
! Tracking&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Tracking Technology || Laser&lt;br /&gt;
|-&lt;br /&gt;
| Resolution ||  200 - 8000 dpi &lt;br /&gt;
|-&lt;br /&gt;
| Max. Acceleration (g) || &amp;gt;25&lt;br /&gt;
|-&lt;br /&gt;
| Max. Velocity (m/s) || &amp;gt;5&lt;br /&gt;
|-&lt;br /&gt;
! Responsiveness&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| USB Data Format (bits/axis) || 16&lt;br /&gt;
|-&lt;br /&gt;
| Polling Rate (Hz) || 1000&lt;br /&gt;
|-&lt;br /&gt;
| Sleep Mode || Disabled&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Mouse Sensitivity===&lt;br /&gt;
You can change the sensor sensitivity of our Logitech mice to change how fast the pointer moves across the screen with every inch traveled. This is measured in dots per inch (DPI). &lt;br /&gt;
Press the DPI button below the scroll wheel to cycle through presets. A notification will pop up on screen telling you the current DPI level. Warning: notification may be delayed if you press the button multiple times!&lt;br /&gt;
&lt;br /&gt;
If you want to set the mouse sensitivity at a custom DPI value, or if you wish to prevent participants from changing the sensitivity (accidentally or otherwise), please contact the TSG.&lt;br /&gt;
&lt;br /&gt;
Note: this is completely independent from the pointer speed setting in Windows Settings. That slider should ALWAYS be set to 6 (the middle position), as any other value may introduce pointer acceleration, which is almost never wanted. &amp;quot;Enhance pointer precision&amp;quot; should be off for the same reason.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Monitor]]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Mouse&amp;diff=6299</id>
		<title>Mouse</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Mouse&amp;diff=6299"/>
		<updated>2026-02-23T15:59:42Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: Redirected page to Lab Computer#Mouse&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Lab Computer#Mouse]]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Lab_Computer&amp;diff=6298</id>
		<title>Lab Computer</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Lab_Computer&amp;diff=6298"/>
		<updated>2026-02-19T09:48:27Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Lab computer&lt;br /&gt;
| image          = Mm_cubicle.jpg&lt;br /&gt;
| caption        = Typical lab setup, as seen in a [[Cubicles|Cubicle]] (2026)&lt;br /&gt;
&amp;lt;!--| header1        = Test Results&lt;br /&gt;
| data1          = {{bulleted list&lt;br /&gt;
      | [[Media:Tsg_2013_t3610_testresults.pdf | Dell Precision T3610 Test Results]]&lt;br /&gt;
  }}--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Lab Computer ==&lt;br /&gt;
{{see also|Dell Workstation}}&lt;br /&gt;
All TSG-supported research labs have been equipped with a [[Dell Workstation]]. The current model is the Pro Max Tower T2, of which you can view the simplified specifications below. &lt;br /&gt;
&lt;br /&gt;
Ask a member of the TSG if you are not sure which computer you have been using for your past research, or if you are still working with an older computer, check the name on the front or top of the case.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:100px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:250px;&amp;quot;| [[File:Pro_max_tower.jpeg |200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;|&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Dell Pro Max  [[Dell_Workstation#Pro_max_tower_T2 | Tower T2]] &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;new&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| CPU || Intel Core Ultra 7 265K (20C, 20T, 5.5Ghz)&lt;br /&gt;
|-&lt;br /&gt;
| Memory size || 32GB&lt;br /&gt;
|-&lt;br /&gt;
| Graphics Card || Intel® Graphics iGPU&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
{{see also|System Image}}&lt;br /&gt;
&lt;br /&gt;
=== Performance ===&lt;br /&gt;
For performance-critical applications, we advise to run the lab computer without active internet connection. Double-click the Network Off icon on the desktop to turn off these network services. &lt;br /&gt;
The desktop wallpaper will show which network services are enabled.&lt;br /&gt;
&lt;br /&gt;
== Keyboard ==&lt;br /&gt;
{{see also|Keyboard}}&lt;br /&gt;
As of January 2026, all FSW research labs are equipped with the [[Corsair K70 PRO TKL]]. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| [[File:k70_pro_tkl.jpg|200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Corsair K70 PRO TKL&lt;br /&gt;
|-&lt;br /&gt;
| Size || 80% (TKL)&lt;br /&gt;
|-&lt;br /&gt;
| [[Keyboard#Keyboard Layout|Keyboard Layout]] || US-International QWERTY &lt;br /&gt;
|-&lt;br /&gt;
| Key Switches || Corsair MGX v2&lt;br /&gt;
|-&lt;br /&gt;
| Actuation Force || 30-55cN &lt;br /&gt;
|-&lt;br /&gt;
| Polling Rate || up to 8000Hz &lt;br /&gt;
|-&lt;br /&gt;
| USB Pass-through || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Multimedia Controls || style=&amp;quot;background-color:#FFB;&amp;quot; | Yes&amp;lt;ref group=&amp;quot;k&amp;quot;&amp;gt;Dedicated volume knob, playback control via Function keys&amp;lt;/ref&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
| Backlight || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes (RGB)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;k&amp;quot; /&amp;gt; &amp;lt;!-- Automatically list notes/references in the table above --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mouse ==&lt;br /&gt;
Labs are equipped with a Logitech G203 mouse as standard. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| [[File:G203.JPG|100px|Image: 100 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Logitech G203&lt;br /&gt;
|-&lt;br /&gt;
! Features&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Handedness || Ambidextrous&lt;br /&gt;
|-&lt;br /&gt;
| Weight (g) || 85&lt;br /&gt;
|-&lt;br /&gt;
! Connection&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Wireless || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Cable Length / Wireless Range (m) || 2.1&lt;br /&gt;
|-&lt;br /&gt;
| Interface || USB 2.0&lt;br /&gt;
|-&lt;br /&gt;
! Tracking&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Tracking Technology || Laser&lt;br /&gt;
|-&lt;br /&gt;
| Resolution ||  200 - 8000 dpi &lt;br /&gt;
|-&lt;br /&gt;
| Max. Acceleration (g) || &amp;gt;25&lt;br /&gt;
|-&lt;br /&gt;
| Max. Velocity (m/s) || &amp;gt;5&lt;br /&gt;
|-&lt;br /&gt;
! Responsiveness&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| USB Data Format (bits/axis) || 16&lt;br /&gt;
|-&lt;br /&gt;
| Polling Rate (Hz) || 1000&lt;br /&gt;
|-&lt;br /&gt;
| Sleep Mode || Disabled&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Mouse Sensitivity===&lt;br /&gt;
You can change the sensor sensitivity of our Logitech mice to change how fast the pointer moves across the screen with every inch traveled. This is measured in dots per inch (DPI). &lt;br /&gt;
Press the DPI button below the scroll wheel to cycle through presets. A notification will pop up on screen telling you the current DPI level. Warning: notification may be delayed if you press the button multiple times!&lt;br /&gt;
&lt;br /&gt;
If you want to set the mouse sensitivity at a custom DPI value, or if you wish to prevent participants from changing the sensitivity (accidentally or otherwise), please contact the TSG.&lt;br /&gt;
&lt;br /&gt;
Note: this is completely independent from the pointer speed setting in Windows Settings. That slider should ALWAYS be set to 6 (the middle position), as any other value may introduce pointer acceleration, which is almost never wanted. &amp;quot;Enhance pointer precision&amp;quot; should be off for the same reason.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Monitor]]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Using_labs&amp;diff=6297</id>
		<title>Using labs</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Using_labs&amp;diff=6297"/>
		<updated>2026-02-19T09:48:09Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some general rules for using BSI and DCC labs.&lt;br /&gt;
&lt;br /&gt;
==Keys==&lt;br /&gt;
There is valuable equipment in the labs. Therefore lab keys should be handled with caution. Researchers must keep the key with them at all times and do not lend it to others. Even when leaving the lab for a short while, all doors must be locked. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Noise==&lt;br /&gt;
Within the DCC lab area, noise levels must be kept to a minimum. In consideration of your colleagues working in the labs, you are expected to speak softly and limit conversation with others.&lt;br /&gt;
All mobile phones and pagers, of both experimenters and participants, should be switched off in the lab.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Food/drinks==&lt;br /&gt;
Food is '''not''' allowed in the lab area, including candy for participants. Drinks are allowed for EEG-participants.&lt;br /&gt;
&lt;br /&gt;
==Equipment==&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
Without explicit authorization by the TSG, (re)moving hardware (computers, keyboards, mice, button boxes, electro-caps, furniture, etc.) is strictly prohibited! In case you want to change the technical setup in a lab, you have to discuss this in advance with the [[Lab Coordinator]] and/or a member of the TSG. The last registered user will be held responsible for any damaged or missing equipment. &lt;br /&gt;
After conducting an experiment, the lab should be restored in its original state.&lt;br /&gt;
&lt;br /&gt;
===Software===&lt;br /&gt;
Do not change any of the software settings installed on the [[Lab Computer]]s. Do not install any programs unless explicitly authorized by the TSG.&lt;br /&gt;
Software updates are performed on all lab computers simultaneously. &lt;br /&gt;
&lt;br /&gt;
Your experiment scripts should be stored on ''data drive'' (D:\). &lt;br /&gt;
Never run your scripts from a USB drive or network drive, as this can heavily impact performance.&lt;br /&gt;
&lt;br /&gt;
==Data==&lt;br /&gt;
Always save experiment scripts and data on the ''data drive'' (D:\)!&lt;br /&gt;
The C:\ drive will be '''wiped''' with every round of periodic maintenance. This can include the desktop and user folders.&lt;br /&gt;
&lt;br /&gt;
Back up your data to a workgroup drive at the end of each day you're running the experiment. You can use Ruconnect for this (icon on desktop)&lt;br /&gt;
&lt;br /&gt;
Never save your data to a network drive directly, as this can impact performance.&lt;br /&gt;
&lt;br /&gt;
==Lab supplies==&lt;br /&gt;
In case there is a shortage of supplies, or if you need something that you cannot find in the lab, please contact the [[Lab Coordinator]]. Do not take supplies from other labs without consent from the lab coordinator, or (in absence of the lab coordinator) one of the TSG members.&lt;br /&gt;
&lt;br /&gt;
==DCC lab 'Buddy rule'==&lt;br /&gt;
For reasons of general safety on both researchers as participants the DCC decided to implement a buddy rule for measurements outside office hours. Please respect this rule from now on.&lt;br /&gt;
&lt;br /&gt;
Details on the rule can be found below or on the following intranet page: https://intranet.donders.ru.nl/index.php?id=4706&lt;br /&gt;
&lt;br /&gt;
&amp;quot;buddy rule&amp;quot; experiments&lt;br /&gt;
&lt;br /&gt;
Testing outside office hours, e.g. between 6pm and 9am, weekends and holidays can only be done when, next to the participant, at least two people are present, the so-called &amp;quot;buddy rule&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The “buddy rule” entails:&lt;br /&gt;
•	At all times during outside office hours, the experimental subject has to be supervised by the experimenter and one additional person (both with DCC-checked-in status).&lt;br /&gt;
•	The buddy should be present in the control room of the lab, or if the lab lacks such a room, it is allowed that the buddy stays in an adjacent room, of which the door is left open.&lt;br /&gt;
•	The buddy-system applies to ALL labs.&lt;br /&gt;
•	The experimenter is responsible for finding a buddy.&lt;br /&gt;
•	No buddy is needed if both the experimenter and the subject have a DCC-checked-in status. In this case both should be in the same room or in directly adjacent rooms with recording door left open, such that subject and researcher are not fully separated. &lt;br /&gt;
In addition, it is the responsibility of the experimenter to make sure that safety-procedures are known to both experimenter and the subject. &lt;br /&gt;
6.   Please note that for interventional studies, a buddy always needs to be present, also during office hours! (See also brain stimulation guidelines for TMS-specific rules, https://intranet.donders.ru.nl/index.php?id=4707)&lt;br /&gt;
&lt;br /&gt;
The DCC is aware that this puts an extra claim on the time available to all of you. However, this rule has to be implemented for reasons of general safety on both the participant as well as the experimenter.&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Main_Page&amp;diff=6296</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Main_Page&amp;diff=6296"/>
		<updated>2026-02-12T12:52:25Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Notice|The wiki has been updated with information on our '''new lab computer and peripherals'''. For specifications of a lab setup from before January 2026, contact the TSG.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Welcome to the TSG Wiki. &lt;br /&gt;
&lt;br /&gt;
On this wiki you will find documentation for the Hardware, Software and Research Equipment used in the lab environments of the research facilities of the Faculty of Social Sciences, as well as other useful information. &lt;br /&gt;
To learn more about the Technical Support Group, visit [http://www.ru.nl/socialsciences/technicalsupportgroup/ our website] or the [[TSG info|about]] section.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- WHEN ADDING/RENAMING LIST ENTRIES, KEEP THEM IN ALPHABETICAL ORDER PLEASE --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
{{Main Page/Frame&lt;br /&gt;
 | color      = be311a&lt;br /&gt;
 | title      = Hardware Documentation&lt;br /&gt;
 | content    = {{Bulleted list&lt;br /&gt;
  | [[Audio Interface]]s&lt;br /&gt;
  | [[Balance Board]]&lt;br /&gt;
  | [[Biopac]]&lt;br /&gt;
  | [[Brainvision]]&lt;br /&gt;
  | [[ButtonBox]]es&lt;br /&gt;
  | [[Camera]]s&lt;br /&gt;
  | [[Lab Computer|Computers]]&lt;br /&gt;
  | [[Eyetracker]]s&lt;br /&gt;
  | [[Head Mounted Display]]s&lt;br /&gt;
  | [[Headphones]]&lt;br /&gt;
  | [[Ipod]] (Video &amp;amp; Audio Recording)&lt;br /&gt;
  | [[JoyStick]]s&lt;br /&gt;
  | [[Kinect]]&lt;br /&gt;
  | [[Laptop]]s&lt;br /&gt;
  | [[Microphone]]s&lt;br /&gt;
  | [[Monitor]]s&lt;br /&gt;
  | [[Optotrak]]  &lt;br /&gt;
  | [[Plux biosignals]]  &lt;br /&gt;
  | [[Qualisys]]&lt;br /&gt;
  | [[Structure sensor]]&lt;br /&gt;
  | [[TemperatureHumidity]]&lt;br /&gt;
  | [[TMSi]] &lt;br /&gt;
  | [[Vertical Sync sensor]]  &lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Main Page/Frame&lt;br /&gt;
 | color      = be311a&lt;br /&gt;
 | title      = Software Documentation&lt;br /&gt;
 | content    = {{Bulleted list&lt;br /&gt;
  | [[FFmpeg]] (Video Conversion)&lt;br /&gt;
  | [[LSL]]&lt;br /&gt;
  | [[Matlab]]&lt;br /&gt;
  | [[OBS Studio]] (Screen/Webcam Recording)&lt;br /&gt;
  | [[Presentation]]&lt;br /&gt;
  | [[Psychopy]]&lt;br /&gt;
  | [[Python]]&lt;br /&gt;
  | [[System Image]]&lt;br /&gt;
  | [[Unity]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Online Experiments&lt;br /&gt;
 {{Bulleted list  &lt;br /&gt;
  | [[Online Experiments|Overview of Online Systems]]&lt;br /&gt;
  | [[jsPsych]]&lt;br /&gt;
  | [[LimeSurvey]]&lt;br /&gt;
  | [[Qualtrics]]&lt;br /&gt;
  | [[Online Experiments/Toolbox|Toolbox for online experiments]]&lt;br /&gt;
  | [[Web development]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Data Acquisition&lt;br /&gt;
{{Bulleted list   &lt;br /&gt;
  | [[Data Files|Data Formatting]]&lt;br /&gt;
  | [[Radcloud]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Stimuli&lt;br /&gt;
 {{Bulleted list &lt;br /&gt;
  | [[Audio]]  &lt;br /&gt;
  | [[Video Codecs]]  &lt;br /&gt;
  | [[Video Playback]]  &lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Miscellaneous&lt;br /&gt;
 {{Bulleted list  &lt;br /&gt;
  &amp;lt;!--| [https://wiki.dcc.science.ru.nl DCC Cluster]--&amp;gt;&lt;br /&gt;
  | [[Gitlab Social Sciences]]&lt;br /&gt;
  | [[IP Distribution Lab Computer]]&lt;br /&gt;
  | [[Mattermost Social Sciences]]&lt;br /&gt;
  | [[Virtualization Server]]  &lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Main Page/Frame&lt;br /&gt;
 | color      = be311a&lt;br /&gt;
 | title      = Lab Documentation&lt;br /&gt;
 | content    = {{Bulleted list&lt;br /&gt;
  | [[BalanceBoard Lab]]&lt;br /&gt;
  &amp;lt;!--| [[BCI Lab]]--&amp;gt;&lt;br /&gt;
  | [[Cubicle]]s (Standard Labs)&lt;br /&gt;
  | [[EEG Lab]]&lt;br /&gt;
  | [[Eye Tracker Lab]]&lt;br /&gt;
  | [[RIVER Lab]] (Virtual Reality)&lt;br /&gt;
  | [[SensoriMotorLab]]&lt;br /&gt;
  | [[Social Interaction Lab]]&lt;br /&gt;
  | [[Sound Recording Lab]]&lt;br /&gt;
  &amp;lt;!-- | [[VoiceKey Lab]] --&amp;gt;&lt;br /&gt;
  | [[TMS Lab]]&lt;br /&gt;
 }}&amp;lt;br/&amp;gt;&lt;br /&gt;
;Lab Use Policy and Guidelines&lt;br /&gt;
 {{Bulleted list&lt;br /&gt;
  | [[Booking labs]]&lt;br /&gt;
  | [[Media:EEG_lab_user_guide.pdf|EEG lab user guide]]&lt;br /&gt;
  | [[Media:Cleaningprocedure_EEG.pdf|EEG cleaning protocol]]&lt;br /&gt;
  | [[Using labs]]&lt;br /&gt;
  | [[Informed consent]]&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=EEG_Lab&amp;diff=6295</id>
		<title>EEG Lab</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=EEG_Lab&amp;diff=6295"/>
		<updated>2026-02-12T12:40:02Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Equipment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Outdated}}&lt;br /&gt;
{{Infobox tsg&lt;br /&gt;
  | name           = EEG Lab&lt;br /&gt;
  | image          = &lt;br /&gt;
  | caption        = &lt;br /&gt;
  | manuals = {{bulleted list&lt;br /&gt;
      | [[Media:EEG Lab Setup.jpg|Connection Scheme]]&lt;br /&gt;
      | [[Media:actiCap_32Ch_DCC_customized.pdf|actiCap 32Ch. DCC cap configuration]]&lt;br /&gt;
      | [[Media:actiCap_64Ch_DCC_customized.pdf|actiCap 64Ch. DCC cap configuration]]&lt;br /&gt;
      | [[Media:actiCap_96Ch_DCC_customized.pdf|actiCap 96Ch. DCC cap configuration]]&lt;br /&gt;
      | [[Media:EEG_lab_user_guide.pdf|EEG lab user guide]]&lt;br /&gt;
      | [[Media:Cleaningprocedure_EEG.pdf|EEG cleaning protocol]]&lt;br /&gt;
&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Equipment== &lt;br /&gt;
*[[Lab Computer]]&lt;br /&gt;
*[[Monitor]]&lt;br /&gt;
*[[Keyboard]]&lt;br /&gt;
*[[Lab Computer#Mouse|Mouse]]&lt;br /&gt;
*AudioEngine A2 Speakers&lt;br /&gt;
*EEG equipment&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
*[[Media:EEG_lab_user_guide.pdf|EEG lab user guide]]&lt;br /&gt;
*[[Media:Cleaningprocedure_EEG.pdf|EEG cleaning protocol]]&lt;br /&gt;
&lt;br /&gt;
{{See_also|Brainvision}}&lt;br /&gt;
&lt;br /&gt;
==Analyzer lab (cubicle)==&lt;br /&gt;
&lt;br /&gt;
To be able to log in remotely to the analysis computers, you must physically log in to the computer the first time. To do this, book a cubicle that is free. Log in to the computer that is there with your U/E/S number. Then you can log out again. On the computer there is a gray sticker with a number that starts with C, remember this number!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Cubicle 01.307 &lt;br /&gt;
|C022876&lt;br /&gt;
|131.174.127.137&lt;br /&gt;
|- &lt;br /&gt;
!Cubicle 01.308 &lt;br /&gt;
|C022877&lt;br /&gt;
|131.174.127.138&lt;br /&gt;
|- &lt;br /&gt;
!Cubicle 01.309 &lt;br /&gt;
|C022878&lt;br /&gt;
|131.174.127.139&lt;br /&gt;
|- &lt;br /&gt;
!Cubicle 01.310 &lt;br /&gt;
|C022879&lt;br /&gt;
|131.174.127.140&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Cubicle 01.307	C022876	131.174.127.137&lt;br /&gt;
Cubicle 01.308	C022877	131.174.127.138&lt;br /&gt;
Cubicle 01.309	C022878	131.174.127.139&lt;br /&gt;
Cubicle 01.310	C022879	131.174.127.140&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you work from home, EduVPN is required. In EduVPN, choose the Institute Access option. &lt;br /&gt;
&lt;br /&gt;
Once the connection is set up, you can open Remote desktop. In Windows, look for the following: Remote Desktop Connection. Enter the IP address which corresponds to the number on the grey sticker. (or the c-number on the grey sticker, followed by .srw.ru.nl e.g.:C022876.srw.ru.nl). When you are asked for your login details, please enter your U/E/S number and your ru password. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cap Configuration ===&lt;br /&gt;
*[[Media:actiCap_32Ch_DCC_customized.pdf|actiCap 32Ch. DCC cap configuration]]&lt;br /&gt;
*[[Media:actiCap_64Ch_DCC_customized.pdf|actiCap 64Ch. DCC cap configuration]]&lt;br /&gt;
*[[Media:actiCap_96Ch_DCC_customized.pdf|actiCap 96Ch. DCC cap configuration]]&lt;br /&gt;
*[[Media: ActiCAP_64Channel_3Dlayout.docx| 3D sensor 64Ch. DCC cap configuration]]&lt;br /&gt;
* A fieldtrip lay out matlab file of the customized DCC lay out is available via [https://intranet.donders.ru.nl/index.php?id=5028 DCC intranet].&lt;br /&gt;
&lt;br /&gt;
=== Display Settings ===&lt;br /&gt;
By default the primary display and secondary display are cloned.&lt;br /&gt;
&lt;br /&gt;
Monitor: BenQ XL2420Z&lt;br /&gt;
Refresh Rate: 120hz&lt;br /&gt;
Resolution: 1920*1080 (1080p)&lt;br /&gt;
Color depth: 32bit&lt;br /&gt;
Display Configuration: Display 2 cloned with Display 1&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Laptop&amp;diff=6294</id>
		<title>Laptop</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Laptop&amp;diff=6294"/>
		<updated>2026-02-12T12:39:11Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Outdated}}&lt;br /&gt;
&lt;br /&gt;
There are currently several types of laptop in circulation. You can find the type number of your laptop on the bottom of the device. &amp;lt;!--Our most current model is the Dell Latitude E5450.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File:xps14.jpg|200px|Image: 200 pixels]]&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File: E5440.jpg|200px|Image: 200 pixels]]&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File:Dell Latitude e6530.jpg|200px|Image: 200 pixels]]&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File: E5440.jpg|200px|Image: 200 pixels]]&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File: E5440.jpg|200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! Dell XPS 14 Ultrabook&lt;br /&gt;
! Dell Latitude E5440&lt;br /&gt;
! Dell Latitude E6530&lt;br /&gt;
! Dell Latitude E5450&lt;br /&gt;
! Dell Latitude E5470&lt;br /&gt;
|-&lt;br /&gt;
| Introduction date || December 2013 || March 2014 || Unknown || June 2015 || June 2016&lt;br /&gt;
|-&lt;br /&gt;
! Hardware&lt;br /&gt;
! colspan=5 | &lt;br /&gt;
|-&lt;br /&gt;
| Central Processing Unit || Intel Core i7-3537U  || Intel Core i5-4300U || Intel Core i7-3540M || Intel Core i7 5600U || Intel Core i7 6600U&lt;br /&gt;
|-&lt;br /&gt;
| Memory ||8GB 1600Mhz DDR3 || 8GB 1600Mhz DDR3 || 8GB 1600Mhz DDR3 || 8GB 1600Mhz DDR3L || 8GB 2133MHz DDR4&lt;br /&gt;
|-&lt;br /&gt;
| Chipset ||Intel HM77 Express || Intel 8 Series LP || Intel QM77 Express || Intel 8 Series LP || ?&amp;lt;!--Probably Intel 100 series--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Audio Chip || Realtek ALC3620  || Realtek ALC3620  || IDT 92HD93 || Realtek ALC3620 || Realtek ALC3620&lt;br /&gt;
|-&lt;br /&gt;
| Network Controller || Realtek RTL8111F || ? || Intel 82579LM || Intel Ethernet Connection I218-LM || ?&lt;br /&gt;
|-&lt;br /&gt;
| Wireless Controller || Qualcomm Killer Wireless-N 1202 || Intel Dual Band Wireless-AC 7260  || Dell Wireless-N 1504 || Intel Wireless-AC 7265AC || Dell Wireless 1820 802.11AC&lt;br /&gt;
|-&lt;br /&gt;
| Graphics Processing Unit || Nvidia Geforce 630M, 1GB || Nvidia Geforce 720M, 2GB || Nvidia NVS 5200M, 1GB || Nvidia Geforce 840M, 2GB || AMD Radeon R7 M360&lt;br /&gt;
|-&lt;br /&gt;
| Storage || 32GB mSATA SSD, &amp;lt;br/&amp;gt; 500GB SATA HDD (5,400rpm) || 500GB SATA Hybrid Drive || 320GB SATA HDD (7,200rpm) || 256GB SATA SSD || 256GB SATA SSD&lt;br /&gt;
|-&lt;br /&gt;
| Optical Drive || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#9F9;&amp;quot; | DVD+/- RW ||  style=&amp;quot;background-color:#9F9;&amp;quot; | DVD+/- RW || style=&amp;quot;background-color:#F99;&amp;quot; | None || style=&amp;quot;background-color:#F99;&amp;quot; | None&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Display&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=5 | &lt;br /&gt;
|-&lt;br /&gt;
| Diagonal Size (inch) || 14 || 14 || 15.6 || 14 || 14&lt;br /&gt;
|-&lt;br /&gt;
| Resolution (px) || 1600 * 900 || 1600 * 900 || 1600 * 900 || 1920 * 1080 || 1920 * 1080&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Connections&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=5 | &lt;br /&gt;
|-&lt;br /&gt;
| Video Interface ||  HDMI, Mini DisplayPort || VGA, HDMI || VGA, HDMI || VGA, HDMI || VGA, HDMI&lt;br /&gt;
|-&lt;br /&gt;
| USB 2.0 || style=&amp;quot;background-color:#F99;&amp;quot; | 0 || style=&amp;quot;background-color:#9F9;&amp;quot; | 1 || style=&amp;quot;background-color:#9F9;&amp;quot; | 1 || style=&amp;quot;background-color:#F99;&amp;quot; | 0 || style=&amp;quot;background-color:#F99;&amp;quot; | 0&lt;br /&gt;
|-&lt;br /&gt;
| USB 3.0 || style=&amp;quot;background-color:#9F9;&amp;quot; | 2 || style=&amp;quot;background-color:#9F9;&amp;quot; | 2 || style=&amp;quot;background-color:#9F9;&amp;quot; | 2 || style=&amp;quot;background-color:#9F9;&amp;quot; | 3 || style=&amp;quot;background-color:#9F9;&amp;quot; | 3&lt;br /&gt;
|-&lt;br /&gt;
| Bluetooth || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes (v4.0) || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes (v4.0) || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes (v4.1)&lt;br /&gt;
|-&lt;br /&gt;
| Network (RJ-45) || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
| Headphone/Microphone Jack &lt;br /&gt;
| style=&amp;quot;background-color:#FFB;&amp;quot; | Headphone only &lt;br /&gt;
| style=&amp;quot;background-color:#FFB;&amp;quot; | Combined&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;combo&amp;quot; /&amp;gt; &lt;br /&gt;
| style=&amp;quot;background-color:#FFB;&amp;quot; | Combined&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;combo&amp;quot; /&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#FFB;&amp;quot; | Combined&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;combo&amp;quot; /&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#FFB;&amp;quot; | Combined&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;combo&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Other || - || - ||  eSATA/USB 2.0 combo || SD Card Reader || SD Card Reader&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Physical Properties&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; colspan=5 | &lt;br /&gt;
|-&lt;br /&gt;
| Dimensions (mm) || 336.0 * 21.0 * 233.0 || 338.0 * 28.6 * 235.0 || 384.0 * 34.2 * 258.0 || 334.9 * 22.9 * 231.5  || 334.9 * 22.9 * 231.5 &lt;br /&gt;
|-&lt;br /&gt;
| Weight (g)&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;weight&amp;quot; /&amp;gt;  || 2,100 || 2,000 || 2,449 || 1,810  || 1,670&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;fn&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;combo&amp;quot;&amp;gt;Connecting a microphone via a combined head- and microphone port requires a 3.5mm TRRS plug or adapter. Otherwise it is treated as a normal jack headphone-out port.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;weight&amp;quot;&amp;gt;As specified by manufacturer for the base model. Models listed here typically have an altered configuration, so actual weight might differ.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Camera&amp;diff=6293</id>
		<title>Camera</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Camera&amp;diff=6293"/>
		<updated>2026-02-12T11:21:09Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Webcams */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Cameras&lt;br /&gt;
| image          = Canon-XF405-Side-Front.jpg&lt;br /&gt;
| caption        = Canon XF405 Camcorder&lt;br /&gt;
| downloads      = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Cameras are video capturing devices that can turn your cat into a Tiktok or Instagram sensation. They can also be used to create stimulus material or record participants during your research experiments.&lt;br /&gt;
Different types of camera can be used for different purposes. When in doubt, ask the TSG which camera is most appropriate for your situation. &lt;br /&gt;
&lt;br /&gt;
Aside from technical suitability, it is also very important to consider data privacy and protection when choosing a type of camera for research purposes, especially when recording outside of our lab environment. Always talk to your data officer/steward/person before starting your project. They can advise you on the type of recording media you are allowed to use and/or protocols to follow to ensure sensitive data isn't leaked.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
= Camera Types =&lt;br /&gt;
Below is an overview of available cameras within our faculty. Click on the individual pages for more information.&lt;br /&gt;
&lt;br /&gt;
== Ipods ==&lt;br /&gt;
{{see also|Ipod}}&lt;br /&gt;
The TSG recommends the use of Ipods for general observational recording of research participants. Most people will know how to operate the camera on their smartphone, so setting up and using the iPod should be familiar and easy. Our iPods are passcode-protected, providing an extra layer of data protection in case the device gets stolen or lost.&lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Ease of use, data protection&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Limited options, image &amp;amp; audio quality&lt;br /&gt;
&lt;br /&gt;
== Webcams ==&lt;br /&gt;
{{see also|Elgato Facecam|OBS Studio#Webcam}} &lt;br /&gt;
Webcams can be used to stream and record video directly to a [[Computers|lab computer]] or laptop. This is helpful in situations where you wish to link/sync video data to other measurements, and/or to process the video data in real-time. &lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Ease of use, real-time monitoring&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Limited options, image &amp;amp; audio quality&lt;br /&gt;
&lt;br /&gt;
== Camcorders ==&lt;br /&gt;
{{see also|Camcorder}}&lt;br /&gt;
(High-end) camcorders are primarily used for recording stimuli material, or in cases where high image quality is required. Due to their larger sensor size and more advanced control over shutter speed, aperture, etc., camcorders can offer a much higher image quality than other cameras listed on this page, especially in low-light conditions. &lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Image quality, image controls&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Ease of use&lt;br /&gt;
&lt;br /&gt;
== 360 Degree Cameras ==&lt;br /&gt;
{{see also|Insta360 X3}}&lt;br /&gt;
360 degree cameras are special in that they can record a 360 degree view around them. You can use a 360 degree camera to create unique stimuli material, or in situations where you wish to record multiple subjects at once and placing multiple normal cameras is not an option.&lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Unique 360 degree view&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Data security, file sizes, special editing software required&lt;br /&gt;
&lt;br /&gt;
== Surveillance Cameras ==&lt;br /&gt;
{{see also|Surveillance Camera}}&lt;br /&gt;
Surveillance cameras are, at least in our case, effectively webcams with a network connection. They are primarily used for monitoring only (not recording).&lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Ease of use, real-time monitoring&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Limited options, image quality&lt;br /&gt;
&lt;br /&gt;
== Motion Capture Cameras ==&lt;br /&gt;
{{see also|Qualisys|Optotrak}}&lt;br /&gt;
Motion capture cameras are highly specialized cameras used for tracking optical markers. What makes these cameras special is their global shutter (as opposed to a rolling shutter found in most other cameras, which is much cheaper but can create [https://en.wikipedia.org/wiki/Rolling_shutter distortions]), and their sensitivity to the infrared spectrum (wherein motion capture markers are visible).&lt;br /&gt;
While it is possible to use some of our [[Qualisys]] cameras for recording regular video, it is not advised for any purposes other than motion capture. &lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Global shutter, high-speed marker tracking&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Everything else&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==References== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt; &amp;lt;!-- Automatically generates list of references using the &amp;lt;ref&amp;gt;&amp;lt;/ref&amp;gt; tags. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Elgato_Facecam&amp;diff=6292</id>
		<title>Elgato Facecam</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Elgato_Facecam&amp;diff=6292"/>
		<updated>2026-02-12T11:20:42Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: Created page with &amp;quot;&amp;lt;!--{{Infobox tsg | name           = Elgato Facecam | image          = facecam.jpg | caption        = Elgato Facecam Mk.2 | downloads      = {{bulleted list   }} }}--&amp;gt;  The El...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--{{Infobox tsg&lt;br /&gt;
| name           = Elgato Facecam&lt;br /&gt;
| image          = facecam.jpg&lt;br /&gt;
| caption        = Elgato Facecam Mk.2&lt;br /&gt;
| downloads      = {{bulleted list&lt;br /&gt;
  }}&lt;br /&gt;
}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Elgato Facecam is a (range of) high-end webcam(s) with excellent performance and advanced control options.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File:facecam.jpg ‎|200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;!-- empty cell --&amp;gt;&lt;br /&gt;
! Elgato Facecam Mk.2&lt;br /&gt;
|-&lt;br /&gt;
| Max. Resolution || 1080p&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
Ask TSG.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
{{See also|OBS Studio#Webcam}}&lt;br /&gt;
&lt;br /&gt;
==See Also== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
*[[Camera]]s&lt;br /&gt;
*[[OBS Studio]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==References==&lt;br /&gt;
&amp;lt;references /&amp;gt; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*{{Official website|https://www.elgato.com/ww/en/p/facecam-mk2}}&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=File:Facecam.jpg&amp;diff=6291</id>
		<title>File:Facecam.jpg</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=File:Facecam.jpg&amp;diff=6291"/>
		<updated>2026-02-12T11:10:58Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: Elgato Facacam Mk.2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Elgato Facacam Mk.2&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{Non-free promotional}}&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Camera&amp;diff=6290</id>
		<title>Camera</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Camera&amp;diff=6290"/>
		<updated>2026-02-12T11:09:16Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Camcorders */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Cameras&lt;br /&gt;
| image          = Canon-XF405-Side-Front.jpg&lt;br /&gt;
| caption        = Canon XF405 Camcorder&lt;br /&gt;
| downloads      = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Cameras are video capturing devices that can turn your cat into a Tiktok or Instagram sensation. They can also be used to create stimulus material or record participants during your research experiments.&lt;br /&gt;
Different types of camera can be used for different purposes. When in doubt, ask the TSG which camera is most appropriate for your situation. &lt;br /&gt;
&lt;br /&gt;
Aside from technical suitability, it is also very important to consider data privacy and protection when choosing a type of camera for research purposes, especially when recording outside of our lab environment. Always talk to your data officer/steward/person before starting your project. They can advise you on the type of recording media you are allowed to use and/or protocols to follow to ensure sensitive data isn't leaked.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
= Camera Types =&lt;br /&gt;
Below is an overview of available cameras within our faculty. Click on the individual pages for more information.&lt;br /&gt;
&lt;br /&gt;
== Ipods ==&lt;br /&gt;
{{see also|Ipod}}&lt;br /&gt;
The TSG recommends the use of Ipods for general observational recording of research participants. Most people will know how to operate the camera on their smartphone, so setting up and using the iPod should be familiar and easy. Our iPods are passcode-protected, providing an extra layer of data protection in case the device gets stolen or lost.&lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Ease of use, data protection&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Limited options, image &amp;amp; audio quality&lt;br /&gt;
&lt;br /&gt;
== Webcams ==&lt;br /&gt;
{{see also|OBS Studio#Webcam|https://www.elgato.com/ww/en/p/facecam-mk2 facecam}} &lt;br /&gt;
Webcams can be used to stream and record video directly to a [[Computers|lab computer]] or laptop. This is helpful in situations where you wish to link/sync video data to other measurements, and/or to process the video data in real-time. &lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Ease of use, real-time monitoring&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Limited options, image &amp;amp; audio quality&lt;br /&gt;
&lt;br /&gt;
== Camcorders ==&lt;br /&gt;
{{see also|Camcorder}}&lt;br /&gt;
(High-end) camcorders are primarily used for recording stimuli material, or in cases where high image quality is required. Due to their larger sensor size and more advanced control over shutter speed, aperture, etc., camcorders can offer a much higher image quality than other cameras listed on this page, especially in low-light conditions. &lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Image quality, image controls&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Ease of use&lt;br /&gt;
&lt;br /&gt;
== 360 Degree Cameras ==&lt;br /&gt;
{{see also|Insta360 X3}}&lt;br /&gt;
360 degree cameras are special in that they can record a 360 degree view around them. You can use a 360 degree camera to create unique stimuli material, or in situations where you wish to record multiple subjects at once and placing multiple normal cameras is not an option.&lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Unique 360 degree view&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Data security, file sizes, special editing software required&lt;br /&gt;
&lt;br /&gt;
== Surveillance Cameras ==&lt;br /&gt;
{{see also|Surveillance Camera}}&lt;br /&gt;
Surveillance cameras are, at least in our case, effectively webcams with a network connection. They are primarily used for monitoring only (not recording).&lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Ease of use, real-time monitoring&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Limited options, image quality&lt;br /&gt;
&lt;br /&gt;
== Motion Capture Cameras ==&lt;br /&gt;
{{see also|Qualisys|Optotrak}}&lt;br /&gt;
Motion capture cameras are highly specialized cameras used for tracking optical markers. What makes these cameras special is their global shutter (as opposed to a rolling shutter found in most other cameras, which is much cheaper but can create [https://en.wikipedia.org/wiki/Rolling_shutter distortions]), and their sensitivity to the infrared spectrum (wherein motion capture markers are visible).&lt;br /&gt;
While it is possible to use some of our [[Qualisys]] cameras for recording regular video, it is not advised for any purposes other than motion capture. &lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Global shutter, high-speed marker tracking&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Everything else&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==References== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt; &amp;lt;!-- Automatically generates list of references using the &amp;lt;ref&amp;gt;&amp;lt;/ref&amp;gt; tags. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Camcorders&amp;diff=6289</id>
		<title>Camcorders</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Camcorders&amp;diff=6289"/>
		<updated>2026-02-12T11:09:04Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: E.vandenberge moved page Camcorders to Camcorder: Depluralizing page titles.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Camcorder]]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Camcorder&amp;diff=6288</id>
		<title>Camcorder</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Camcorder&amp;diff=6288"/>
		<updated>2026-02-12T11:09:04Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: E.vandenberge moved page Camcorders to Camcorder: Depluralizing page titles.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Camcorder&lt;br /&gt;
| image          = Canon_legria_hf_g26_videocamera_caleghfg262.jpg&lt;br /&gt;
| caption        = Canon Legria HF G26 Camcorder&lt;br /&gt;
| manuals        = {{bulleted list&lt;br /&gt;
      | [[Media:Fsw-canon_legria_hf_g26-quickstart.pdf|Canon Legria HF G26 Quick Start Guide (TSG)]]&lt;br /&gt;
      | [[Media:Legriahfg26-im2-en.pdf|Canon Legria HF G26 User Manual (Canon)]]&lt;br /&gt;
      | [https://hk.canon/en/support/0303440301 Canon XF405 Manual]&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Camcorders are video recording devices used to create stimuli and/or record participant behavior during research experiments. In an effort to standardize video recording formats and control interfaces, the TSG has adopted the Canon Legria and XA/XF ranges of camcorders for use in our research labs (effective 2019). For simple, more user-friendly video recordings, you can use [[Ipod|iPods]]&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File:Canon_legria_hf_g26_videocamera_caleghfg262.jpg ‎|200px|Image: 200 pixels]]&lt;br /&gt;
! style=&amp;quot;width:200px;&amp;quot;| [[File:Canon-XF405-Side-Front.jpg ‎|200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;!-- empty cell --&amp;gt;&lt;br /&gt;
! Canon Legria HF G26&lt;br /&gt;
! Canon XF405&lt;br /&gt;
|-&lt;br /&gt;
| Sensor  || 1/2.84&amp;quot; CMOS || 1.0&amp;quot; CMOS&lt;br /&gt;
|-&lt;br /&gt;
| Max. Resolution (pixels) || 1920 x 1080 (Full HD) || 3830 x 2160 (4K)&lt;br /&gt;
|-&lt;br /&gt;
| Supported frame rates || 25p, 50i || 25p, 50p&lt;br /&gt;
|-&lt;br /&gt;
| Recording formats || AVCHD, MP4&amp;lt;ref group=&amp;quot;sp&amp;quot; name=&amp;quot;format&amp;quot;&amp;gt;Maximum bit rate, resolution and frame rate may be limited when choosing MP4&amp;lt;/ref&amp;gt; || XF-AVC, MP4&amp;lt;ref group=&amp;quot;sp&amp;quot; name=&amp;quot;format&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! I/O&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;| &amp;lt;!-- set to number of item-columns --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Recording Medium || SD card || SD card&lt;br /&gt;
|-&lt;br /&gt;
| Video Outputs || Mini A/V, HDMI || 3G-SDI&amp;lt;ref group=&amp;quot;sp&amp;quot;&amp;gt;3G-SDI video output limits resolution to 1080p.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| Headphone Output&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
| Microphone Inputs || 1x 3.5mm jack || 2x XLR (+phantom)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;sp&amp;quot; /&amp;gt; &amp;lt;!-- Automatically list notes/references in the table above --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Observation===&lt;br /&gt;
The most common use of our camcorders is to record participant behavior in our labs. Be aware of your recording settings when filming many participants for many hours: the higher the resolution, framerate and bitrate, the larger the file size. Large files may take a long time to transfer and backup, and will cost the faculty a lot of server storage space when archived in Workgroup folders and Data repositories. The TSG advices the following settings for general purpose recordings for an optimal quality to file-size ratio, as well as for easy importing in any video coding software:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|- &lt;br /&gt;
| Format || MP4&lt;br /&gt;
|-&lt;br /&gt;
| Resolution || 1280 * 720 pixels (720p)&lt;br /&gt;
|-&lt;br /&gt;
| Framerate || 25 fps (progressive)&lt;br /&gt;
|-&lt;br /&gt;
| Bitrate || 4 Mbps (for h264 codec)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If you wish to record highly detailed movements, or retain more detail over larger distances, increase the resolution and bitrate. In most cameras these values are linked. Check the user manual or our quick start guide for your camera model to see how to adjust these settings.&lt;br /&gt;
&lt;br /&gt;
===Stimuli Recording===&lt;br /&gt;
If you wish to use our camcorders to record video for creating stimuli, please contact [[Erik van den Berge]].&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Cameras]]&lt;br /&gt;
*[[Video Codecs]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
==References== &lt;br /&gt;
&amp;lt;references /&amp;gt; &lt;br /&gt;
 --&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Camera&amp;diff=6287</id>
		<title>Camera</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Camera&amp;diff=6287"/>
		<updated>2026-02-12T11:06:28Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Webcams */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Cameras&lt;br /&gt;
| image          = Canon-XF405-Side-Front.jpg&lt;br /&gt;
| caption        = Canon XF405 Camcorder&lt;br /&gt;
| downloads      = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Cameras are video capturing devices that can turn your cat into a Tiktok or Instagram sensation. They can also be used to create stimulus material or record participants during your research experiments.&lt;br /&gt;
Different types of camera can be used for different purposes. When in doubt, ask the TSG which camera is most appropriate for your situation. &lt;br /&gt;
&lt;br /&gt;
Aside from technical suitability, it is also very important to consider data privacy and protection when choosing a type of camera for research purposes, especially when recording outside of our lab environment. Always talk to your data officer/steward/person before starting your project. They can advise you on the type of recording media you are allowed to use and/or protocols to follow to ensure sensitive data isn't leaked.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
= Camera Types =&lt;br /&gt;
Below is an overview of available cameras within our faculty. Click on the individual pages for more information.&lt;br /&gt;
&lt;br /&gt;
== Ipods ==&lt;br /&gt;
{{see also|Ipod}}&lt;br /&gt;
The TSG recommends the use of Ipods for general observational recording of research participants. Most people will know how to operate the camera on their smartphone, so setting up and using the iPod should be familiar and easy. Our iPods are passcode-protected, providing an extra layer of data protection in case the device gets stolen or lost.&lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Ease of use, data protection&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Limited options, image &amp;amp; audio quality&lt;br /&gt;
&lt;br /&gt;
== Webcams ==&lt;br /&gt;
{{see also|OBS Studio#Webcam|https://www.elgato.com/ww/en/p/facecam-mk2 facecam}} &lt;br /&gt;
Webcams can be used to stream and record video directly to a [[Computers|lab computer]] or laptop. This is helpful in situations where you wish to link/sync video data to other measurements, and/or to process the video data in real-time. &lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Ease of use, real-time monitoring&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Limited options, image &amp;amp; audio quality&lt;br /&gt;
&lt;br /&gt;
== Camcorders ==&lt;br /&gt;
{{see also|Camcorders}}&lt;br /&gt;
(High-end) camcorders are primarily used for recording stimuli material, or in cases where high image quality is required. Due to their larger sensor size and more advanced control over shutter speed, aperture, etc., camcorders can offer a much higher image quality than other cameras listed on this page, especially in low-light conditions. &lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Image quality, image controls&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Ease of use&lt;br /&gt;
&lt;br /&gt;
== 360 Degree Cameras ==&lt;br /&gt;
{{see also|Insta360 X3}}&lt;br /&gt;
360 degree cameras are special in that they can record a 360 degree view around them. You can use a 360 degree camera to create unique stimuli material, or in situations where you wish to record multiple subjects at once and placing multiple normal cameras is not an option.&lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Unique 360 degree view&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Data security, file sizes, special editing software required&lt;br /&gt;
&lt;br /&gt;
== Surveillance Cameras ==&lt;br /&gt;
{{see also|Surveillance Camera}}&lt;br /&gt;
Surveillance cameras are, at least in our case, effectively webcams with a network connection. They are primarily used for monitoring only (not recording).&lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Ease of use, real-time monitoring&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Limited options, image quality&lt;br /&gt;
&lt;br /&gt;
== Motion Capture Cameras ==&lt;br /&gt;
{{see also|Qualisys|Optotrak}}&lt;br /&gt;
Motion capture cameras are highly specialized cameras used for tracking optical markers. What makes these cameras special is their global shutter (as opposed to a rolling shutter found in most other cameras, which is much cheaper but can create [https://en.wikipedia.org/wiki/Rolling_shutter distortions]), and their sensitivity to the infrared spectrum (wherein motion capture markers are visible).&lt;br /&gt;
While it is possible to use some of our [[Qualisys]] cameras for recording regular video, it is not advised for any purposes other than motion capture. &lt;br /&gt;
&lt;br /&gt;
'''Pros:''' Global shutter, high-speed marker tracking&lt;br /&gt;
&lt;br /&gt;
'''Cons:''' Everything else&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==References== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt; &amp;lt;!-- Automatically generates list of references using the &amp;lt;ref&amp;gt;&amp;lt;/ref&amp;gt; tags. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Head_Mounted_Display&amp;diff=6286</id>
		<title>Head Mounted Display</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Head_Mounted_Display&amp;diff=6286"/>
		<updated>2026-02-12T11:04:00Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Head Mounted Display&lt;br /&gt;
| image          = Htcvive.png&lt;br /&gt;
| caption        = HTC Vive&lt;br /&gt;
| downloads      = &lt;br /&gt;
| manuals        = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A head-mounted display (HMD), is a display device worn on the head or as part of a helmet, glasses or visor, that has a small display optic in front of one or each eye&amp;lt;ref&amp;gt;https://en.wikipedia.org/wiki/Head-mounted_display&amp;lt;/ref&amp;gt;. HMDs are most often used for virtual reality, for instance in the [[RIVER Lab]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
&lt;br /&gt;
We currently offer the following types of head-mounted display in our research labs. For a full comparison of past and present HMDs, as well as other headsets on the market, see [[Head Mounted Displays/Comparison|Comparison]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| [[File:Htcvive.png|200px|Image: 200 pixels]]&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| [[File:Valve-index.png|200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| HTC Vive&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Valve Index&lt;br /&gt;
|-&lt;br /&gt;
! Display&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Display Type || AMOLED || LCD&lt;br /&gt;
|-&lt;br /&gt;
| Display Resolution (px, per eye) || 1080 * 1200 || 1440*1600&lt;br /&gt;
|-&lt;br /&gt;
| Display Elements ||  2 || 2&lt;br /&gt;
|-&lt;br /&gt;
| Pixel Density (ppi) || unspecified || 598&lt;br /&gt;
|-&lt;br /&gt;
| Total Pixels (per eye) || 1,296,000 || 2,304,000&lt;br /&gt;
|-&lt;br /&gt;
| Display Refresh Rate (Hz) || 90 || 80/90/120/144&lt;br /&gt;
|-&lt;br /&gt;
! Viewing Optics&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Field of View &amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;fov&amp;quot;/&amp;gt; || 108° || 108°&lt;br /&gt;
|-&lt;br /&gt;
| IPD (mm) || 60.9-73.6 || 58-70&lt;br /&gt;
|-&lt;br /&gt;
! Physical properties&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Weight (g) || 555 || 809&lt;br /&gt;
|-&lt;br /&gt;
| Cable Length (m) || 4.5 || 5.0&lt;br /&gt;
|-&lt;br /&gt;
! Interface&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Platform || PC || PC&lt;br /&gt;
|-&lt;br /&gt;
| SteamVR compatible || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
| Inputs || HDMI, USB || DisplayPort, USB&lt;br /&gt;
|-&lt;br /&gt;
| Controller || Vive Wand || Valve Index&lt;br /&gt;
|-&lt;br /&gt;
! Tracking&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Type || Lighthouse || Lighthouse 2.0&lt;br /&gt;
|-&lt;br /&gt;
| Degrees of Freedom || 6 || 6&lt;br /&gt;
|-&lt;br /&gt;
| Max. Play Area (m2) || 16 || 100&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Requires 4 Lighthouses 2.0&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Additional Trackers || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
| Hand Tracking || style=&amp;quot;background-color:#F99;&amp;quot; | No || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
! Audio&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Built-in Headphones || style=&amp;quot;background-color:#FFB;&amp;quot; | Optional&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Available with the Vive Deluxe Audio Strap&amp;lt;/ref&amp;gt; || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references group=&amp;quot;fn&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;fov&amp;quot;&amp;gt;Horizontal field of view as specified by the manufacturer. Actual field of view depends on the distance between the HMD lenses and your eyes. For all listed devices, this distance is variable.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==Installation==&lt;br /&gt;
==Configuration==&lt;br /&gt;
==Usage==&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[RIVER Lab]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==External Links==&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Sound_Recording_Lab&amp;diff=6285</id>
		<title>Sound Recording Lab</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Sound_Recording_Lab&amp;diff=6285"/>
		<updated>2026-02-12T10:58:41Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* Equipment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
  | name           = Sound Recording Labs&lt;br /&gt;
  | image          = &lt;br /&gt;
  | caption        = &lt;br /&gt;
  | manuals = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Our sound recording labs are special, sound-proofed rooms for speech recording and critical audio listening.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==Physical Properties==&lt;br /&gt;
Dimensions, special features, etc.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Equipment== &lt;br /&gt;
*[[Lab Computer]]&lt;br /&gt;
*[[Monitor]]&lt;br /&gt;
*RME Babyface Pro FS [[ Audio Interface]]&lt;br /&gt;
*[[Shure SM57]] Microphone&lt;br /&gt;
*Sony MDR-7506 [[Headphones]]&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
We recommend using [https://www.audacityteam.org/ Audacity] for recording audio. This program is installed as standard on our [[system image]].&lt;br /&gt;
Ask TSG for help configuring the [[Audio Interfaces|Audio Interface]] if needed.&lt;br /&gt;
&lt;br /&gt;
==See Also== &amp;lt;!-- Optional --&amp;gt;&lt;br /&gt;
*[[Audio]]&lt;br /&gt;
*[[Audio Interfaces]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--==References==&lt;br /&gt;
&amp;lt;references /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Cubicle&amp;diff=6284</id>
		<title>Cubicle</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Cubicle&amp;diff=6284"/>
		<updated>2026-02-12T10:58:04Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
  | name           = Cubicle&lt;br /&gt;
  | image          = Mm_cubicle.jpg&lt;br /&gt;
  | caption        = Lab Computer in a cubicle (2026)&lt;br /&gt;
  | manuals = {{bulleted list&lt;br /&gt;
      &amp;lt;!--| [[:File:Cubicle.jpg|Connection Scheme]] &amp;lt;!-- Obsolete --&amp;gt;&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Cubicles are computer-interaction labs with a uniform, standardized layout and lab computer setup.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Physical Properties==&lt;br /&gt;
Contrary to its popular definition, our cubicles are actually fully enclosed rooms. They are designed for single-person experiments and only feature the essentials for basic computer tasks: a desk, a chair, and a standard lab computer setup. &lt;br /&gt;
&lt;br /&gt;
==Equipment== &lt;br /&gt;
Standard equipment as of January 2026:&lt;br /&gt;
*[[Lab Computer|Dell Pro Max Tower T2 Workstation]]&lt;br /&gt;
*[[Monitors|Alienware AW2525HM Monitor]]&lt;br /&gt;
*[[Computer#Keyboard|Corsair K70 TKL Keyboard]]&lt;br /&gt;
*[[Computer#Mouse|Logitech G203 Mouse]]&lt;br /&gt;
*[[ButtonBoxes|ButtonBox]] (DCC only)&lt;br /&gt;
*Surveillance Camera + Remote Monitor&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
#Enter cubicle.&lt;br /&gt;
#Use computer.&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Computer&amp;diff=6283</id>
		<title>Computer</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Computer&amp;diff=6283"/>
		<updated>2026-02-12T10:57:26Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: Redirected page to Lab Computer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Lab Computer]]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=EEG_Lab&amp;diff=6282</id>
		<title>EEG Lab</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=EEG_Lab&amp;diff=6282"/>
		<updated>2026-02-12T10:56:37Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Outdated}}&lt;br /&gt;
{{Infobox tsg&lt;br /&gt;
  | name           = EEG Lab&lt;br /&gt;
  | image          = &lt;br /&gt;
  | caption        = &lt;br /&gt;
  | manuals = {{bulleted list&lt;br /&gt;
      | [[Media:EEG Lab Setup.jpg|Connection Scheme]]&lt;br /&gt;
      | [[Media:actiCap_32Ch_DCC_customized.pdf|actiCap 32Ch. DCC cap configuration]]&lt;br /&gt;
      | [[Media:actiCap_64Ch_DCC_customized.pdf|actiCap 64Ch. DCC cap configuration]]&lt;br /&gt;
      | [[Media:actiCap_96Ch_DCC_customized.pdf|actiCap 96Ch. DCC cap configuration]]&lt;br /&gt;
      | [[Media:EEG_lab_user_guide.pdf|EEG lab user guide]]&lt;br /&gt;
      | [[Media:Cleaningprocedure_EEG.pdf|EEG cleaning protocol]]&lt;br /&gt;
&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Table of Contents will be generated here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Equipment== &lt;br /&gt;
*[[Lab Computer]]&lt;br /&gt;
*[[Monitor]]&lt;br /&gt;
*[[Lab Computer#Keyboard|Corsair Vengeance K70 Keyboard]]&lt;br /&gt;
*[[Lab Computer#Mouse|Logitech G500 and G700 mice]]&lt;br /&gt;
*AudioEngine A2 Speakers&lt;br /&gt;
*EEG equipment&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
*[[Media:EEG_lab_user_guide.pdf|EEG lab user guide]]&lt;br /&gt;
*[[Media:Cleaningprocedure_EEG.pdf|EEG cleaning protocol]]&lt;br /&gt;
&lt;br /&gt;
{{See_also|Brainvision}}&lt;br /&gt;
&lt;br /&gt;
==Analyzer lab (cubicle)==&lt;br /&gt;
&lt;br /&gt;
To be able to log in remotely to the analysis computers, you must physically log in to the computer the first time. To do this, book a cubicle that is free. Log in to the computer that is there with your U/E/S number. Then you can log out again. On the computer there is a gray sticker with a number that starts with C, remember this number!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Cubicle 01.307 &lt;br /&gt;
|C022876&lt;br /&gt;
|131.174.127.137&lt;br /&gt;
|- &lt;br /&gt;
!Cubicle 01.308 &lt;br /&gt;
|C022877&lt;br /&gt;
|131.174.127.138&lt;br /&gt;
|- &lt;br /&gt;
!Cubicle 01.309 &lt;br /&gt;
|C022878&lt;br /&gt;
|131.174.127.139&lt;br /&gt;
|- &lt;br /&gt;
!Cubicle 01.310 &lt;br /&gt;
|C022879&lt;br /&gt;
|131.174.127.140&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Cubicle 01.307	C022876	131.174.127.137&lt;br /&gt;
Cubicle 01.308	C022877	131.174.127.138&lt;br /&gt;
Cubicle 01.309	C022878	131.174.127.139&lt;br /&gt;
Cubicle 01.310	C022879	131.174.127.140&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you work from home, EduVPN is required. In EduVPN, choose the Institute Access option. &lt;br /&gt;
&lt;br /&gt;
Once the connection is set up, you can open Remote desktop. In Windows, look for the following: Remote Desktop Connection. Enter the IP address which corresponds to the number on the grey sticker. (or the c-number on the grey sticker, followed by .srw.ru.nl e.g.:C022876.srw.ru.nl). When you are asked for your login details, please enter your U/E/S number and your ru password. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cap Configuration ===&lt;br /&gt;
*[[Media:actiCap_32Ch_DCC_customized.pdf|actiCap 32Ch. DCC cap configuration]]&lt;br /&gt;
*[[Media:actiCap_64Ch_DCC_customized.pdf|actiCap 64Ch. DCC cap configuration]]&lt;br /&gt;
*[[Media:actiCap_96Ch_DCC_customized.pdf|actiCap 96Ch. DCC cap configuration]]&lt;br /&gt;
*[[Media: ActiCAP_64Channel_3Dlayout.docx| 3D sensor 64Ch. DCC cap configuration]]&lt;br /&gt;
* A fieldtrip lay out matlab file of the customized DCC lay out is available via [https://intranet.donders.ru.nl/index.php?id=5028 DCC intranet].&lt;br /&gt;
&lt;br /&gt;
=== Display Settings ===&lt;br /&gt;
By default the primary display and secondary display are cloned.&lt;br /&gt;
&lt;br /&gt;
Monitor: BenQ XL2420Z&lt;br /&gt;
Refresh Rate: 120hz&lt;br /&gt;
Resolution: 1920*1080 (1080p)&lt;br /&gt;
Color depth: 32bit&lt;br /&gt;
Display Configuration: Display 2 cloned with Display 1&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Lab_Computer&amp;diff=6281</id>
		<title>Lab Computer</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Lab_Computer&amp;diff=6281"/>
		<updated>2026-02-12T10:54:35Z</updated>

		<summary type="html">&lt;p&gt;E.vandenberge: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tsg&lt;br /&gt;
| name           = Lab computer&lt;br /&gt;
| image          = Mm_cubicle.jpg&lt;br /&gt;
| caption        = Typical lab setup, as seen in a [[Cubicles|Cubicle]] (2026)&lt;br /&gt;
&amp;lt;!--| header1        = Test Results&lt;br /&gt;
| data1          = {{bulleted list&lt;br /&gt;
      | [[Media:Tsg_2013_t3610_testresults.pdf | Dell Precision T3610 Test Results]]&lt;br /&gt;
  }}--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Lab Computer ==&lt;br /&gt;
{{see also|Dell Workstation}}&lt;br /&gt;
All TSG-supported research labs have been equipped with a [[Dell Workstation]]. The current model is the Pro Max Tower T2, of which you can view the simplified specifications below. &lt;br /&gt;
&lt;br /&gt;
Ask a member of the TSG if you are not sure which computer you have been using for your past research, or if you are still working with an older computer, check the name on the front or top of the case.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:100px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:250px;&amp;quot;| [[File:Pro_max_tower.jpeg |200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;|&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Dell Pro Max  [[Dell_Workstation#Pro_max_tower_T2 | Tower T2]] &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;new&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| CPU || Intel Core Ultra 7 265K (20C, 20T, 5.5Ghz)&lt;br /&gt;
|-&lt;br /&gt;
| Memory size || 32GB&lt;br /&gt;
|-&lt;br /&gt;
| Graphics Card || Intel® Graphics iGPU&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
{{see also|System Image}}&lt;br /&gt;
&lt;br /&gt;
== Keyboard ==&lt;br /&gt;
{{see also|Keyboard}}&lt;br /&gt;
As of January 2026, all FSW research labs are equipped with the [[Corsair K70 PRO TKL]]. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| [[File:k70_pro_tkl.jpg|200px|Image: 200 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Corsair K70 PRO TKL&lt;br /&gt;
|-&lt;br /&gt;
| Size || 80% (TKL)&lt;br /&gt;
|-&lt;br /&gt;
| [[Keyboard#Keyboard Layout|Keyboard Layout]] || US-International QWERTY &lt;br /&gt;
|-&lt;br /&gt;
| Key Switches || Corsair MGX v2&lt;br /&gt;
|-&lt;br /&gt;
| Actuation Force || 30-55cN &lt;br /&gt;
|-&lt;br /&gt;
| Polling Rate || up to 8000Hz &lt;br /&gt;
|-&lt;br /&gt;
| USB Pass-through || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Multimedia Controls || style=&amp;quot;background-color:#FFB;&amp;quot; | Yes&amp;lt;ref group=&amp;quot;k&amp;quot;&amp;gt;Dedicated volume knob, playback control via Function keys&amp;lt;/ref&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
| Backlight || style=&amp;quot;background-color:#9F9;&amp;quot; | Yes (RGB)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;k&amp;quot; /&amp;gt; &amp;lt;!-- Automatically list notes/references in the table above --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mouse ==&lt;br /&gt;
Labs are equipped with a Logitech G203 mouse as standard. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;   &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:200px;&amp;quot;| [[File:G203.JPG|100px|Image: 100 pixels]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| &lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Logitech G203&lt;br /&gt;
|-&lt;br /&gt;
! Features&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Handedness || Ambidextrous&lt;br /&gt;
|-&lt;br /&gt;
| Weight (g) || 85&lt;br /&gt;
|-&lt;br /&gt;
! Connection&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Wireless || style=&amp;quot;background-color:#F99;&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Cable Length / Wireless Range (m) || 2.1&lt;br /&gt;
|-&lt;br /&gt;
| Interface || USB 2.0&lt;br /&gt;
|-&lt;br /&gt;
! Tracking&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Tracking Technology || Laser&lt;br /&gt;
|-&lt;br /&gt;
| Resolution ||  200 - 8000 dpi &lt;br /&gt;
|-&lt;br /&gt;
| Max. Acceleration (g) || &amp;gt;25&lt;br /&gt;
|-&lt;br /&gt;
| Max. Velocity (m/s) || &amp;gt;5&lt;br /&gt;
|-&lt;br /&gt;
! Responsiveness&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| USB Data Format (bits/axis) || 16&lt;br /&gt;
|-&lt;br /&gt;
| Polling Rate (Hz) || 1000&lt;br /&gt;
|-&lt;br /&gt;
| Sleep Mode || Disabled&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Mouse Sensitivity===&lt;br /&gt;
You can change the sensor sensitivity of our Logitech mice to change how fast the pointer moves across the screen with every inch traveled. This is measured in dots per inch (DPI). &lt;br /&gt;
Press the DPI button below the scroll wheel to cycle through presets. A notification will pop up on screen telling you the current DPI level. Warning: notification may be delayed if you press the button multiple times!&lt;br /&gt;
&lt;br /&gt;
If you want to set the mouse sensitivity at a custom DPI value, or if you wish to prevent participants from changing the sensitivity (accidentally or otherwise), please contact the TSG.&lt;br /&gt;
&lt;br /&gt;
Note: this is completely independent from the pointer speed setting in Windows Settings. That slider should ALWAYS be set to 6 (the middle position), as any other value may introduce pointer acceleration, which is almost never wanted. &amp;quot;Enhance pointer precision&amp;quot; should be off for the same reason.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Monitor]]&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
</feed>