skip to Main Content

POE Splitters Revisited

Around here we make significant use of power-over-ethernet. If something can be powered from the network…it is. Sometimes that means the device itself supports POE. Occasionally it means the device is connected to a “POE splitter.” That’s a little device that receives 802.11af standard p.o.e. and breaks out a 5v or 12v DC feed. This is how we power the little IoT hubs from Philips Hue and Lutron, and some Raspberry Pi’s.

Some time ago I did a little exploration of POE extenders. These are like little network switches that receive ethernet with power from one cable, allowing it to be passed onward to 2-3 POE capable devices. The theory here is that a single run of Cat 5E can power 2-3 IP cameras, up to the load limit of the port on the switch. If the switch is capable of POE+ it can readily handle two or three cameras connected to a single port.

Recently I learned of a different kind of POE splitter. These are a wholly passive arrangement. Just some wires and connectors. They leverage the fact that Ethernet does not use all 8 conductors in the cable. So, by shifting which pins use which wires at both ends of the cable, you can effectively turn one cable pull into two Ethernet drops.

POE splitter combiner

At the switch, a combiner component connects two ports to a single cable. At the far end, a splitter component breaks the feeds out to separate Ethernet jacks. Power can be delivered over both connections.

It’s dead common to have a camera position at the peak of a roof gable, or the corner of a house, where you might like to have cameras looking in each direction. This harness makes that possible without pulling two Ethernet cables. And retains the ability to power cycle each camera by cycling power to the associated port.

While not fancy, these wee beasts are simple and cheap. Just $15 a set. That seems quite attractive for some common situations.

Read More

Review: Aver Information VC520 All-in-One USB Conference Camera System – Part 2

I presume you recall where left off in this little adventure. I had just finished my initial allocation of 1000 words in a general description of the AVER Information VC520. Let that be the foundation upon which you add the following observations of its use. And use it I did.

Unboxing & Installation

Once unboxed and setup I connected the VC520 to my desktop computer. As a generic UVC device there was no device specific driver to install, although I did install the PTZ remote application and update utility.

Read More

ClearOne Launches UNITE PTZ Camera with USB 3.0 & DVI Connectivity

ClearOne-UNITE-100-PTZ-Camera-300pxA year ago I was looking around for signs of webcams that leveraged the faster USB 3.0 connection to a host computer. They seemed to be strange and rare items at the time. We had Vaddio appear on VUC472 to present their Huddlestation product. They hinted at a coming wave of USB 3.0 cameras, expecting to see them in the summer of 2014.

It wasn’t until Q4 that I found a USB 3.0 capable webcam-ish thing trumpeted as available. In a press release issued December 9, 2014 ClearOne announced that its new Unite 100 PTZ camera was shipping.

I say webcam-ish as the UNITE 100 isn’t directly comparable to a common webcam, like my tiny-but-trusty Logitech C920. With a 12x optical zoom lens and PTZ mount, it’s something more akin to the CC3000e. In fact, it’s probably better.

Read More

A Challenge: WebRTC Screen Sharing v2

screenshare-composite-example2-300pxIt’s been a year or more that tools like Google’s Hangouts have supported the ability to share a host computer screen with the viewing audience. This was rightfully heralded as “a very good thing indeed.” However, it’s current incarnation is considerably less than ideal and seems to be stalled. I’d like to lay out a challenge to see if anyone is interested into taking this to the next level, which is something that we’ve tried to do with a few VUC calls earlier this year.

Here’s the fundamental problem; people use screen sharing to give demos of software and share documents, which includes giving presentations a la PowerPoint, Keynote, etc. Currently, Hangouts, Jitsi Video Bridge and the like show either the screen share or the camera. In the case of slide presentations there can be very little activity in view as the presenter speaks to the points shown on the current slide. This creates less than compelling visuals.

Read More

PTZ Control For the Logitech BCC950 Conference Cam

Logitech-Conference-cam-BCC950The code, the code, my kingdom for the code!” – Richard III

My apologies to Will Shakespeare but I find myself thinking this way about Logitech’s BCC950 Conference Cam. You may remember it from when it was featured in a VUC session back in November of 2012. At that time the BCC950 was newly released but I managed to buy one to have some experience with it for the occasion of their appearance.

Since then it’s been a fixture on my desk. in fact, I find a lot to like about the BCC950. It’s long stem puts the camera at a nice height so that it’s gaze is not looking up or down at me. In that regard it’s actually better than the Logitech C920 webcam sitting on top of my monitor, although both create fine quality video streams for UC or vodcasting applications.

What it lacked was any kind of integration of its pan, tilt, zoom control with application code for any common soft client. I’m told that one of the enterprise video conference clients (Vidyo?) has included far-end camera control that was aware of the BCC950.

Read More
Back To Top