User Tools

Site Tools


other:capture2d:documentation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
other:capture2d:documentation [2024/07/03 17:34] – created sgrangerother:capture2d:documentation [2024/07/17 15:44] (current) – created sgranger
Line 52: Line 52:
 The main application window is modeless (i.e., you do not need to press an OK or Apply button for changes to take effect.) Where as the Settings dialog is modal (i.e., you must press the Apply button in order for changes to take effect.) The main application window is modeless (i.e., you do not need to press an OK or Apply button for changes to take effect.) Where as the Settings dialog is modal (i.e., you must press the Apply button in order for changes to take effect.)
  
-{{Capture_2D_start_up_screen.png}}+{{:Capture_2D_start_up_screen.png}}
  
 ===== Clients ===== ===== Clients =====
Line 60: Line 60:
 ===== Settings ===== ===== Settings =====
  
-{{Capture_2D_settings.png}}+{{:Capture_2D_settings.png}}
  
 == Stream == == Stream ==
Line 69: Line 69:
 The code that acquires frames operates in a separate thread of execution (much like a separate program). Each thread (or program) on a computer has a priority. In fact, if you start the Windows task manager (right click the Task bar at the bottom of the screen) you'll see, under the processes tab, that you can view and set the "priority" of any program. Normal Priority is usually fine for most threads (and programs). The code that acquires frames operates in a separate thread of execution (much like a separate program). Each thread (or program) on a computer has a priority. In fact, if you start the Windows task manager (right click the Task bar at the bottom of the screen) you'll see, under the processes tab, that you can view and set the "priority" of any program. Normal Priority is usually fine for most threads (and programs).
  
-{{thread_priority.png}}+{{:thread_priority.png}}
  
 **Thread Sleep Time Preference**\\ **Thread Sleep Time Preference**\\
Line 78: Line 78:
 It is likely that these features will be either hidden or removed at some point as this level of user control is not that useful now that the frame acquisition code has been refined. It is likely that these features will be either hidden or removed at some point as this level of user control is not that useful now that the frame acquisition code has been refined.
  
-{{threadsleep.png}}+{{:threadsleep.png}}
  
 == Display == == Display ==
Line 84: Line 84:
 The display portion of the settings dialogue allows you to control the program outputs by personalizing the graphics. The display portion of the settings dialogue allows you to control the program outputs by personalizing the graphics.
  
-{{Display_settings.png}}+{{:Display_settings.png}}
  
 **Text Size**\\ **Text Size**\\
Line 99: Line 99:
 The record portion of the settings dialogue controls record function which allows for signal when recordings begin and end as well as saving preferences. The record portion of the settings dialogue controls record function which allows for signal when recordings begin and end as well as saving preferences.
  
-{{Capture_2D_record_settings.png}}+{{:Capture_2D_record_settings.png}}
  
 **Countdown**\\ **Countdown**\\
Line 147: Line 147:
 The help button at the bottom of the Capture2D pages will open this wiki page in order to provide information on the layout and functions of Capture2D. The about button will provide the version and release date of your current software. Furthermore, it contains copyright information and contact information should you desire further support. The help button at the bottom of the Capture2D pages will open this wiki page in order to provide information on the layout and functions of Capture2D. The about button will provide the version and release date of your current software. Furthermore, it contains copyright information and contact information should you desire further support.
  
-{{AboutCapture_2D_window.png}}+{{:AboutCapture_2D_window.png}}
  
 ===== Capture_Comments ===== ===== Capture_Comments =====
Line 153: Line 153:
 Comments can be added to .cen files with the 'Edit Comment' button before or after the recording. Comments can be added to .cen files with the 'Edit Comment' button before or after the recording.
  
-{{Capture_Browse.jpg}}+{{:Capture_Browse.jpg}}
  
 ===== Recording Data ===== ===== Recording Data =====
Line 161: Line 161:
 Connect to the cameras by selecting the Connect Button. Connect to the cameras by selecting the Connect Button.
  
-{{CaptureConnectButton.jpg}}+{{:CaptureConnectButton.jpg}}
  
 When the cameras are connected, the Connect button becomes a Disconnect button. When the cameras are connected, the Connect button becomes a Disconnect button.
  
-{{CaptureDisconnectButton.jpg}}+{{:CaptureDisconnectButton.jpg}}
  
   * Currently Capture2D™ supports OptiTrack FLEX:100 (R1 and R2) cameras from [[[http://www.naturalpoint.com|Natural Point Inc.]]] C-Motion, Inc., does not distribute the Natural Point software, so it is important that the user download and install the latest [[[http://www.naturalpoint.com/optitrack/downloads/developer-tools.html#camera-sdk|camera drivers from Natural Point Inc.]]].   * Currently Capture2D™ supports OptiTrack FLEX:100 (R1 and R2) cameras from [[[http://www.naturalpoint.com|Natural Point Inc.]]] C-Motion, Inc., does not distribute the Natural Point software, so it is important that the user download and install the latest [[[http://www.naturalpoint.com/optitrack/downloads/developer-tools.html#camera-sdk|camera drivers from Natural Point Inc.]]].
Line 175: Line 175:
 Use the browse button to select a good location in which to store your cen files. We highly recommend that you use a separate folder for each subject and for each session that the subject completes. The default path is the Capture2D™ application folder, which isn't writable on Windows 7 and isn't a smart place to store data (fix coming soon). The program will remember the previously selected a folder and will use this path the next time that Capture2D is opened from the desktop. If you open Capture2D through AMASS it will use the same file path that is being used by AMASS. Also be sure to give your files good names (i.e., cal.cen for calibration trial, jump.cen for a trial that involves jumping, etc.). Use the browse button to select a good location in which to store your cen files. We highly recommend that you use a separate folder for each subject and for each session that the subject completes. The default path is the Capture2D™ application folder, which isn't writable on Windows 7 and isn't a smart place to store data (fix coming soon). The program will remember the previously selected a folder and will use this path the next time that Capture2D is opened from the desktop. If you open Capture2D through AMASS it will use the same file path that is being used by AMASS. Also be sure to give your files good names (i.e., cal.cen for calibration trial, jump.cen for a trial that involves jumping, etc.).
  
-{{browse_button.png}}+{{:browse_button.png}}
  
 ==== Recording_Data ==== ==== Recording_Data ====
Line 181: Line 181:
 Recording is initiated by selecting the "Start Recording" button on the right. At the bottom left is the "Duration" field that allows you to set how long of a trial or calibration that you would like to record. Recording is initiated by selecting the "Start Recording" button on the right. At the bottom left is the "Duration" field that allows you to set how long of a trial or calibration that you would like to record.
  
-{{recording_buttons.png}}+{{:recording_buttons.png}}
  
 Note that this button is not available unless cameras are connected. Note that this button is not available unless cameras are connected.
Line 189: Line 189:
 When the trial has been collected Capture2D™ enters playback mode, so that the captured images can be reviewed. When the trial has been collected Capture2D™ enters playback mode, so that the captured images can be reviewed.
  
-{{post_recording_buttons.png}}+{{:post_recording_buttons.png}}
  
 In Playback mode there is an option to proceed to the "Next" recording which will result in the trial being saved, or to "Delete" the recording if the captured images are not of use. In Playback mode there is an option to proceed to the "Next" recording which will result in the trial being saved, or to "Delete" the recording if the captured images are not of use.
other/capture2d/documentation.1720028085.txt.gz · Last modified: 2024/07/03 17:34 by sgranger