Jump to content

Thomas

Members
  • Content Count

    2,103
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. We are tied to certain capture cards.
  2. Obviously, you've never worked with the Honeywell Enterprise NVR system! You're right. I wouldn't work with that system. For viewing the original data stream, yes. For transcoding, not necessarily. For MJPEG, yes. The wonderful thing about old standards is they are pretty stable. The difference between transcoding video and displaying it is what you do with it after decoding. Are you coming from the broadcast world? Because the encoders on the camera are set to much, much more lossy to start with then you would see for TV broadcasting. Pull the libraries for the codecs. Run them though a hashing file. Compare against a known good copy that clearly doesn't tamper with the video. Note that the hashes match. Choose a different hashing function. Repeat.
  3. That's exactly what the Honeywell Enterprise and many other enterprise systems do. If it's done well, there are no perceivable problems with the video. There are, however, other downsides to using transcoders: * The cpu power requirements of transcoding limit the number of IP (especially megapixel) cameras per server. * In some cases, the transcoders limit frame rates. * Transcoders must be custom-designed for each IP camera. * Transcoding is, in effect, image manipulation and could be challenged in court. Transcoding doesn't represent a frame rate limiter unless your CPU power is very low. Nor does it need to be custom designed for every camera, it simply requires the decoder for that camera. Which you would need anyway for the viewing of the camera. And for MJPEG the encoders and decoders are fairly interchangeable. Compatibility problems are extremely unlikely. As far as the manipulation argument, it's no different then the original encoding of the video. If that argument holds then all IP camera video and all DVRs would be tossed.
  4. There are some ways to reduce some of the overhead. MJPEG isn't the most efficient codec for storage space. So why aren't more companies taking advantage of transcoding when dealing with MJPEG? The amount of loss in the image would be below what humans would notice and the space savings can be tremendous. It does require more CPU power but CPU power is cheap if it means the difference between a machine running 6TB in raid 5 or jumpping up to true managed storage like an EMC solution.
  5. Corrosion of the platters? I thought they were non-corrosive! Wikipedia: "Platters are typically made using an aluminium or glass substrate. In disk manufacturing, a thin coating is deposited on both sides of the substrate, mostly by a vacuum deposition process called magnetron sputtering. The coating has a complex layered structure consisting of various metallic (mostly non-magnetic) alloys as underlayers optimized control of crystallographic orientation and grain size of the actual magnetic media layer on top of them, i.e. the film storing the bits of information. On top of it a protective carbon-based overcoat is deposited in the same sputtering process. In post-processing a nanometer thin polymeric lubricant layer is deposited on top of the sputtered structure by dipping the disk into a solvent solution, after which the disk is buffed by various processes to eliminate small defects and verified by a special sensor on a flying head for absence of any remaining asperities or other defects (where the size of the bit given above roughly sets the scale for what constitutes a significant defect size). In the hard disk drive the hard drive heads fly and move radially over the surface of the spinning platters to read or write the data. Extreme smoothness, durability, and perfection of finish are required properties of a hard disk platter." In my experience with hundreds of drives, the most common failure is mechanical - voice coils, bearings, etc. The next most common failure is head crashes. The third most common failure is electronics. I suppose corrosion could be a factor in some of the above but I doubt it would be of the platters. I've talked in depth with Western Digital engineers about this since we have approximately 800 disks recording video in our system and experience about 1-2 failures a week now that the drives are two years old. It's a non-corrosive coating. It does have some degree of permeability. High amounts of humidity can still cause water to seep through that layer. It can also be cracked if you get a sudden temperature change. Different metals react differently to different temperatures. Given that most hard drives are nickle, aluminum and copper under that carbon layer, you can get cracking from the metals shrinking or expanding due to heat. There is also a small amount of wear and tear from air friction as well. And if a head crash happens it can scratch the carbon layer. Platters are corrosive resistant, that not quite the same thing as non-corrosive.
  6. If someone has physical access to the machine, your ability to defend it drops to almost nil. The Windows password will stop someone who doesn't want to walk off with the machine and is completely computer illiterate. Hard drive failure from motor failure is rare. By far the most common reason for drive death is damage to the platters either by corrosion or drive head crashes. Hibernation won't prevent the first one, and increases the later one by a small percentage. Google has a great white paper on the subject, where they show the effects of various things on drive life expectancy. One of the things they found is that high utilization of the only has an impact on very young and very old drives. And that the number seem to show that those drives were defective and wouldn't have made it to the manufacturer's warranty period or were well outside it in the case of older drives.
  7. Thomas

    PCI DVR Software

    The software is almost always tied to the capture card. You won't have much luck trying to mix and match.
  8. Seperate network is always better. Because issues like this can always pop up: http://seclists.org/bugtraq/2006/May/0336.html http://securitytracker.com/alerts/2003/May/1006854.html http://securitytracker.com/alerts/2004/Nov/1012157.html So either physical or VLAN separation should be used on the cameras.
  9. What software are you planning to use?
  10. An NVR does a couple of things. It records the video to a central location. It handles some of the higher functions. An IP camera can be viewed via a web browser. So can an IP camera. The major difference is the transmission method.
  11. Pretty close. It has an onboard encoder and then a small embeded OS. So it's a network device that streams video.
  12. http://www.onvif.org/onvif/ver10/tc/onvif_core_ver10.pdf So ONVIF has released it's new standard for IP cameras. For those of you about to ask your favorite software vendor why they don't support it....well it's a 226 page document that came out today.
  13. Thomas

    Video cleaning software???

    Short answer? No. Slightly longer answer: Yes but it's of extremely limited utility. You can't make data out of thin air. What you see in movies and TV only works with scriptwriting magic.
  14. Generally security measures are placed on the cards so that you can't mix and match the cards and software.
×