Video In TOP
Summary
The Video In TOP can be used to capture video from an external camera, capture card, or DV decoder connected to the system. Multiple devices can simultaneously stream video into TouchDesigner by using mulitple Video In TOPs. Hi-def video can be streamed into TouchDesigner through capture cards such and those from Black Magic through their standard drivers that support DirectShow.
If the device does not seem to provide a video stream but it is visible in the Cameras parameter menu, make sure no other applications are currently using the device.
See also SDI In TOP.
Parameters - Video In Page
On /on - When set to one the TOP captures the image stream from the camera or decoder.
Library /library - Selects the library to use to interface with the cameras.
- DirectShow
/directshow>- Use DirectShow to interface with the camera (the camera should say it supports DirectShow or WDM. - Imaging Source
/imagingsource>- For use with cameras sold by Imaging Source. These cameras will also with with DirectShow, but using this library allows access to more camera controls, and the control settings are saved in the node.
Cameras /cameras - Select which camera or decoder you want from this menu.
Options /options - Opens the options or control panel for the camera.
Deinterlace /deinterlace - Sets which fields to capture.
- Full - Captures all fields.
- Odd - Captures Odd fields only.
- Even - Capture Even fields only.
- Bob (Split) - Alternatively shows the even then odd fields, resulting in twice the framerate being shown, and removing the interlacing artifacts.
Precedence /precedence - When using Bob deinterlacing, this selects which field is shown first for each frame.
TV Channel /channel - Selects the TV channel if a TV tuner is used as the video input.
Async Upload to GPU /asyncupload - This will upload video images to the GPU asynchronously, at the cost of using more GPU and CPU memory (about 3x as for this one node). The extra memory usage is only a concern if you are using Async Upload on a lot of nodes (many Movie In TOPs for example, which use the same mechanism).
Parameters - Common Page
Resolution - quickly change the resolution of the TOP's data.
- Input - uses the input's resolution.
- Eighth, Quarter, Half, 2X, 4X, 8X - multiply the input's resolution by that amount.
- Custom Resolution - enables the Custom Res parameter below, giving direct control over res in the X and Y axis.
Custom Res - enabled only when the Resolution parameter is set to Custom Resolution. Some Generators like Constant and Ramp do not use inputs and only use this field to determine their size. The drop down menu on the right provides some commonly used resolutions.
Use Global Resolution Multiplier - Uses the Global Resolution Multiplier found in Edit>Preferences>TOPs. This multiplies all the TOPs resolutions by the set amount. This is handy when working on computers with different hardware specifications. If a project is designed on a desktop workstation with lots of graphics memory, a user on a laptop with only 64MB VRAM can set the Global Resolution Multiplier to a value of half or quarter so it runs at an acceptable speed. By checking this checkbox on, this TOP is affected by the global multiplier.
Aspect Ratio - sets the image aspect ratio allowing any textures to be viewed in any size. Watch for unexpected results when compositing TOPs with different aspect ratios.
- Input - uses the input's aspect ratio.
- Resolution - uses the aspect of the image's defined resolution (ie 512x256 would be 2:1), whereby each pixel is square.
- Custom Aspect Ratio - lets you explicitly define a custom aspect ratio.
Fill Viewer - determine how the TOP image is displayed in the viewer.
- Input - uses the same Fill Viewer settings as it's input.
- Fill - stretches the image to fit the edges of the viewer.
- Fit Horizontal - stretches image to fit viewer horizontally.
- Fit Vertical - stretches image to fit viewer vertically.
- Fit Best - stretches or squashes image so no part of image is cropped.
- Fit Worst - stretches or squashes image so image fills viewer while constraining it's proportions. This often leads to part of image getting cropped by viewer.
- Native Resolution - displays the native resolution of the image in the viewer.
NOTE: To get an understanding of how TOPs works with images, you will want to set this to Native Resolution as you lay down TOPs when starting out. This will let you see what is actually happening without any automatic viewer resizing.
Viewer Smoothness - This controls pixel filtering in the viewers.
- Nearest Pixel - uses nearest pixel or accurate image representation. Images will look jaggy when viewing at any zoom level other than Native Resolution.
- Interpolate Pixels - uses linear filtering between pixels. This is how you get TOP images in viewers to look good at various zoom levels, especially useful when using any Fill Viewer setting other than Native Resolution.
- Mipmap Pixels - uses mipmapfiltering when scaling images. This can be used to reduce artifacts and sparkling in moving/scaling images that have lots of detail. When the input is 32-bit float format nearest filtering will always be used, regardless of what is selected in the menu.
Pixel Format - format used to store data for each channel in the image (ie. R, G, B, and A). Refer to Pixel Formats for more information.
- Input - uses the input's pixel format.
- 8-bit fixed (RGBA) - uses 8-bit integer values for each channel.
- 16-bit float (RGBA) - uses 16-bits per color channel, 64-bits per pixel.
- 32-bit float (RGBA) - uses 32-bits per color channel, 128-bits per pixels.
- 10-bit RGB, 2-bit Alpha, fixed (RGBA) - uses 10-bits per color channel and 2-bits for alpha, 32-bits total per pixel.
- 16-bit fixed (RGBA) - uses 16-bits per color channel, 64-bits total per pixel.
- 11-bit float (RGB), Positive Values Only - A RGB floating point format that has 11 bits for the Red and Green channels, and 10-bits for the Blue Channel, 32-bits total per pixel (therefore the same memory usage as 8-bit RGBA). The Alpha channel in this format will always be 1. Values can go above one, but can't be negative. ie. the range is [0, infinite).
- 8-bit fixed (R) - has 8-bits for the red channel, 8-bits total per pixel.
- 16-bit fixed (R) - has 16-bits for the red channel, 16-bits total per pixel.
- 16-bit float (R) - has 16-bits for the red channel, 16-bits per pixel.
- 32-bit float (R) - has 32-bits for the red channel, 32-bits per pixel.
- 8-bit fixed (RG) - has 8-bits for the red and green channels, 16-bits total per pixel.
- 16-bit fixed (RG) - has 16-bits for the red and green channels, 32-bits total per pixel.
- 16-bit float (RG) - has 16-bits for the red and green channels, 32-bits per pixel.
- 32-bit float (RG) - has 32-bits for the red and green channels, 64-bits per pixel.
- 8-bit fixed (A) - An Alpha only format that has 8-bits per channel, 8-bits per pixel.
- 16-bit float (A) - An Alpha only format that has 16-bits per channel, 16-bits per pixel.
- 32-bit float (A) - An Alpha only format that has 32-bits per channel, 32-bits per pixel.
Scripting
oppardetails -p /videoin1 (for example) lists all the dynamic menu choices (as does oppardetails -p /videoin1 device). If there are no choices listed it might be an indication no cameras are installed.
| ||||||||||||||




