Search 5,000,000+ questions and answers.

Frequently Asked Questions

mediaCam reports my graphic card is not running in 16 bit mode, what do I do ?

Frequently Asked Questions
The version of mediaCam you have has been designed to work without impacting on the performance of other applications; the optimum screen colour depth setting to achieve this is 16 bit. To change your screen colour depth settings go to Control Panel and click on Display, select the Settings tab and under the Colors option choose High Color (16 bit).
Related Questions

How do I put bash into "8 bit" mode?

Cygwin/X Frequently Asked Questions
OpenSSH 3.8 enables untrusted X11 forwarding by default when connecting to an ssh server that supports untrusted X11Forwarding. Most ssh servers for GNU/Linux are versions of OpenSSH that do support untrusted X11Forwarding, so using OpenSSH 3.8 from Cygwin will result in a connection that uses untrusted X11Forwarding by default.
Related Questions

I have a 16 Bit Memory device but am only using it in 8 bit mode. How do I set that up?

Boundary Scan (JTAG) Test - FAQs from Universal Scan Users
Find the address pin that controls the least significant BYTE of the device. On some devices that is "A0", on others it is "A-1" That is the pin that you need to put in the "A0" slot in Universal Scan Flash memory setup dialog.
Related Questions

My system seems a bit noisy running through the amp. Is there something wrong with the equipment?

Technical Support
Not likely. The most common misconception is that amplifiers must be turned up all the way to achieve maximum output. This is simply not the case. Most amplifiers will reach full output (and clip accordingly) with sensitivity controls set between 12 and 2 o'clock when fed a + 4 dBu signal. Try turning down your amp(s) and verifying the clipping point. This can make a drastic improvement in reduction of noise. See Setting Sound System Level Controls.
Related Questions

Are 16 bit images supported?

Kekus Digital - Panorama Tools for OS X :: FAQ
When using the masked Photoshop option, one or more of the masks completely covers the image. (OS 8.6 to 9.x)
Related Questions

What is RGB 16 bit and dithering?

tv-player | frequently asked questions [ flipbook, animation...
RGB 16 bit means that 16 bits = 2 bytes per pixel are used to display a color. Usually 24 or 32 bits = 1 byte per Red, Green and Blue channel are used to display a pixel's colors. Because 16 bit can only display a maximum of 65536 different color shades, which sometimes results in heavy color banding, a technique called dithering is used to reduce color banding and to improve visual image quality. tv-player can use two different dithering techniques, ordered and diffusion.
Related Questions

What if my system only operates at 16 bit, 44.1kHz?

Focusrite: Product FAQs
No problem, the OctoPre features dithering and supports most sample rates, (simply select the rate you need from the OctoPre's front panel,) so you can use an OctoPre with a 16, 20 or 24 bit system operating at 44.1, 48, 88.2 or 96kHz.
Related Questions

My compiler is running in demo mode. How do I activate it?

HI-TECH Software Frequently Asked Questions
My compiler is running in demo mode. How do I activate it? A: To activate your compiler you must first register your details with HI-TECH Software. You can register o-line from the HI-TECH web site. Go to: http://www.htsoft.com/support/register.php After you have registered you will receive an activation key, and you will be directed to where you can download the full version of the compiler that can be activated. NOTE: The demo version of the compiler can no longer be acivated.
Related Questions

What is the difference between a 'vector' and 'bit-map graphic?

MoonFantasy.Com FAQ - A Bravenet.com Faq
In vector graphics the objects contained in the file are being stored as mathematical equations, so-called vectors. Vector files are usually plain text files, and therefore the compression is much more efficient than in bitmaps, because it is not necessary to store each pixel - only the mathematical description of the object(s). Bitmaps store the image data as so-called 'pixels' [short for 'picture element'].
Related Questions

Should I record at 16 or 24 bit?

Transom Tools FAQ: Recording & Editing
bit really does sound better than 16-bit, but there are a couple of down-sides. The soundfiles are significantly larger, which even with today's big drives, always ends up making a crunch for space, and can often make it more difficult to archive, spilling to multiple CDRs or whatever. And even the bounce-to-disc is now harder for the computer, and depending on the number of tracks and kinds of plug-ins, you could choke the processor, even a nice new speedy one.
Related Questions

Will reQuest import 16 bit files?

Video Design Software | Broadcast Graphics Automation | reQu...
All data are currently imported and exported as 8 bits per pixel component (eg, 8 bits Red, 8 bits Green, 8 bits Blue, 8 bits Alpha). 16 bit data will be converted to 8 bit data prior to import/export. When importing with "All Frames" enabled, all frames in the clip being imported must be the same dimensions (for example, 720 x 576).
Related Questions

Will my plugins process 16 bit clips?

Video Design Software | Broadcast Graphics Automation | Syna...
Some plugins handle 16 bit data, whereas others only support 8 bit data. In this case, 16 bit images are converted to 8 bit for processing by the plugin. This is dependent on the individual Neuron bundles and how the corresponding vendors have implemented their plugins. In the Synapse Setup page, you will see the 16 bit formats under "Pixel Formats" if the current plugin supports 16 bit processing.
Related Questions

edit] What is 8 bit and 16 bit?

CSA2 FAQ Complete - A2wiki
That indicates how big the chunks of data are that the CPU can manipulate at once. The Apple IIGS is a 16 bit machine and all other Apple ]['s are 8 bit machines. (It is possible to put a 65802 (extremely rare nowadays) as a replacement for a 6502 or 65C02, and get limited 16 bit functionality, but as the GS has a lot of extra chips to support what it does, you still would not be able to run 99.9% of GS software on such a machine)
Related Questions

How do I convert between 8 bit and 16 bit descriptors?

Descriptors FAQ
TDes defines a set of Copy() methods to copy data from another descriptor of either width, from a pointer to a block of data of a specified length or from a NULL-terminated string. There are also methods for copying with folding,collation or case adjustment. In each case, the data is copied *from* the source specified in the parameter *into* the modifiable, target, descriptor upon which the method is called.
Related Questions

What differences are there between the 16 bit and 32 bit environments?

FAQ - Cogencee
The Delphi 1 environment is for Windows 3.1 and 16 bit. The only significant difference to you is that the 32 bit (Delphi 4 and higher) environment handles long file names. In the example grammars the Cocol code is the same for each environment. However, because of changes made to the Delphi compiler some minor changes to embedded Delphi code has been necessary in some cases. The code generated by Cogencee is the same for Delphi 1 and Delphi 4 and higher.
Related Questions

How do I call a 16 bit DLL from a 32 bit app?

Win32 FAQ
Neither Visual C++ nor Visual Basic supports using 16-bit DLLs from 32-bit code; nor does any other compiler. It is possible to use 16-bit DLLs from a 32-bit program, but there is no (standard) automatic tool to do this. You have to code it manually. write a 16-bit application that calls the DLL, and communicate with the 16-bit app via some IPC mechanism (COM, DDE, Windows messages, etc) This is the last choice you have that can work the same way on 95/98/Me and NT4/Win2K. implement thunking.
Related Questions

Why is it easier to obtain good images with a 12 or 16 bit camera than an 8 bit one?

PixCellent Ltd.,FAQ sheet
Most 8 bit cameras are used at less than optimum performance. The camera will only produce 8 bits if the peak light level corresponds to camera saturation - i.e. filling the 256 grey levels available. This means that the light levels, gain and integration times must be carefully adjusted for this. With a 12 or more bit camera excellent images may be obtained over a very large range of light levels without changing gains or integration times.
Related Questions

What is the difference between working with 8 bit images and 16 bit images?

Kodak Professional - Photoshop Plugins & More!
Usually 8 bits of image information is adequate for printing or displaying images. The problem with 8 bit images is that when images are modified to bring out minute detail in the shadows or highlights, the limitations of 8 bits becomes more obvious in the form of quantization artifacts. The same limitations can occur when images are modified repeatedly. To prevent this, many sources of digital images such as scanners and digital cameras, provide more than 8 bits of image information.
Related Questions

Are Section 16 reports now required to be EDGARized?

Real Corporate Lawyer
All Section 16 reports must be filed electronically on the SEC EDGAR system as of June 30, 2003. Until that date, reporting persons still have the option of filing by paper. The address of the SEC's website dedicated to filing Section 16 reports is www.onlineforms.edgarfiling.sec.gov. The SEC's website will enable filers to attach exhibits, such as powers of attorney, and will allow data tagging so that investors will be able to search the filing database.
Related Questions

How do I find out what graphic card I have installed in my PC?

The simplest way to check your graphic card is to have DirectX 9.0a installed. You can find the latest DirectX at (http://www.microsoft.com/directx).
Related Questions

What is the advantage of running in rootless mode over running in rooted mode?

FAQ
Xtools only has hardware acceleration when running in rootless mode, even though it uses the same code as rooted mode, we recommend the rootless mode, redraws and anything else graphical are much faster that way. The X Window protocol, developed by MIT, has been around for a couple of decades. Application developers write their graphical interfaces to this specification. This means that they only have to write once for any number of platforms.
Related Questions

What are the system requirements for running reports on the web?

Crystal Reports - ReCrystallize Pro - FAQ
We recommend a PC with a minimum of 128MB RAM running Windows 2000 or Windows 2003 with Internet Information Server. A full copy of Crystal Reports should be installed on the web server PC since this will provide complete runtime support and allow you to easily troubleshoot any problems such as database connectivity at the server.
Related Questions

Autoexec.nt 16 bit installer" error message during installation, what do I do?

All applications - Formation Design Systems
C:\Windows\System32\Autoexec.nt The system file is not suitable for running MS-DOS and Microsoft Windows applications." This is not a problem with our installers, but a file corruption on your machine - your autoexec.nt or config.nt has become corrupted and is preventing any 16-bit applications from running on your system. Unfortunately the self-extracting portion of our installer is a 16-bit application.
Related Questions

How long will it take to upload a 24 or 16 bit wav or aiff file?

SongMastering.com - Frequently Asked Questions
It could take as long as an hour to upload a large 24 bit file with a high speed connection. If you have a dial-up connection, I will accept an mp3 file. Please make sure when you convert your high resolution files to an mp3 to use the highest kbps rate possible. I recommend 320 kbps.
Related Questions

Do I need to install the 16 or 32 bit connection software?

Logic Works
ERwin is shipped in both 16 bit and 32 bit versions. 16 bit versions of ERwin require 16-bit connection software. 32 bit versions of ERwin require 32-bit connection software. Although you may be running a 32bit platform such as Windows 95 or Windows NT and have other software installed which will connect to your database with 32 bit connection software, if you are using a 16 bit version of ERwin you will still need 16 bit connection software.
Related Questions

What about DOS and 16 bit Windows programs?

Windows 2000 FAQ (Frequently Asked Questions about Microsoft...
Many of the older DOS and 16 bit programs we tested worked just fine, provided they weren't expecting to interact with specific hardware. For security and stability reasons, the Windows NT/2000 kernel doesn't allow software to interact directly with hardware, but insists that the program interact with a Hardware Abstraction Layer. Older programs that aren't designed for this standard often fail.
Related Questions

Is PHP running in SAFE MODE?

Freedom2surf Technical Support - FAQ's
Yes. The PHP engine is compiled as a safe mode enabled Apache module. This makes it execute PHP scripts extremely quickly and safely. If the safe mode is too restrictive for your requirements, eg: you want to create a file upload script, then the php cgi engine can be used instead. To run the slower cgi version of PHP your php file should end in .cgi and include at the top of the file the line:
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact