Support
Get handy guides and other documents to make the most out of your CAM300 camera selector.
Get handy guides and other documents to make the most out of your CAM300 camera selector.
> Q-SYS control plugin – INOGENI CAM Series
Note: Q-SYS module is available in Q-SYS Designer Asset Manager
> FCC-CE-RoHS-IEC62368 – Declaration of Conformity
> SoV – Declaration of Volatility
> RCM – Letter of authorization
> TAA – Declaration of TAA compliance
> KC – Korea Certification – Registration of Broadcasting and Communication Equipments
We support VGA, component and composite video on each of our analog capture devices.
If your device has a VGA input, you must use a VGA to component adapter in order to capture your component source. If your device has a DVI input, you must use a DVI to component adapter in order to capture your component source. You can capture composite video if you use the green connection of the same adapter.
Note that the DVIUSB product does not support analog video.
Yes. All of our devices are supported by the ClickShare. ClickShare will capture video from our devices at 720p@30fps using MJPEG compression. Here are some details you might be interested.
For all our devices use USB 2.0 cables and extenders to ensure the use of MJPEG.
For SHARE2 and SHARE2U:
For CAM300:
For 4KXUSB3 & 4KX-PLUS:
For 4K2USB3, HD2USB3 and SDI2USB3:
Yes. The SHARE2U and CAM300 are compatible with UC Flex engines. However, PTZ controls are not passing through the USB cameras when SHARE2U/CAM300 is in the path. You can use our API to access PTZ controls of the USB cameras through the IP and LAN interfaces of the devices.
Yes. All of our devices are supported by the Kramer Connect2. Our devices can be used as a CAM300 inside Zoom and Teams apps.
*Slight detail for SHARE2U, SHARE2 and CAM300300, in order to use with Teams, make sure DIPSW#1 is ON to enable 720p video capture.
Yes, these modules are available under the Support – Software tools section of our website.
Yes, our devices are compatible with this Zoom Rooms functionality. However, you must make you have this option enabled in your Zoom account. Please visit the following page for more details.
Devices that support PTZ control:
SHARE2U
CAM300
4KXUSB3
Before 2021, the HDMI input of SHARE2U and CAM300 was limited to 1080p30. If you input a 1080p60 signal, the HDMI LED on the front panel blinks.
Note that a new upgraded version of these products that supports 1080p60 on the HDMI input will be available by mid-2021.
– SHARE2U products with serial numbers higher than SU2111xxx and SUM111xxx.
– CAM300 products with serial numbers higher than KC2111xxx and KCM111xxx.
By setting SW3 to the ON position below the device, you can set the device frame buffer frequency to 50Hz. This switch will also set the USB input capture to a valid frame rate in order to avoid any artifacts.
Yes if the application supports PTZ controls. For example, ZOOM ROOMS support PTZ controls.
We designed an application in order to control SHARE2/2U or CAM series devices using the USB or LAN interface. You can get the INOGENI Control App in the Support – Software tools section of this website.
Below the device, there are switches. You need to turn on SW1 and power cycle the unit in order to make it work with GoToMeeting.
This switch allows you to support multiple video formats over USB like 720p and 1080p. When this switch is off, 1080p is the only format supported and GoToMeeting/Webex/StarLeaf does not seem to support 1080p. GoToMeeting/Webex/StarLeaf* supports 720p. The SW1 in OFF position is the default mode. We did that in order to have maximum quality over video conferencing softwares.
* Using StarLeaf, you will need to have access to the switches below the device. Set SW1 to the ON position, power-cycle the unit and close / reopen StarLeaf software in order for changes to take effect.
Using StarLeaf, you will need to have access to the switches below the device. Set SW1 to the ON position, power-cycle the unit and close / reopen StarLeaf software in order for changes to take effect.
Yes, you can get a look at the following page for the list of known working USB 2.0 cameras.
It is important to use USB 2.0 active adapters that claim to be USB 2.0 at 480Mbps. Generally, they come with their own power supply.
Here are some examples of such extenders:
https://sewelldirect.com/ul-link-ul10-by-sewell
CAM300 USB limitations and optimizations for up to 1080p
The USB 2.0 or USB 3.0 cameras that only support uncompressed video will have reduced video resolution to optimize fluidity. Due to hardware limitations, only 1x 1920x1080p30 MJPEG and 1x 1280x720p30 MJPEG video resolutions can be captured simultaneously.
For better performance and video fluidity, use USB 3.0 or 2.0 cameras that support MJPEG or H264 CODECs.
You have two options to achieve 1080p on two video sources for the CAM300:
Option 1
Option 2
Here is a list of recommended USB audio devices:
Shure X2U: XLR-to-USB converter for a XLR mic
Here is the link to our page of supported USB cameras.
You need to upgrade your firmware to a version >= 5.5 in order to solve this issue.
Please use the INOGENI Control App tool available on this website with the appropriate release package.
The Windows 10 April 2018 update introduced the Camera privacy settings, which can turn off access of softwares to cameras and microphones. In order to enable this feature, you must turn it on. Click Start and then search for Camera Privacy Settings. Then turn on the Allow apps to access your camera.
You can turn on your microphone by clicking Microphone on the left pane of the window and then click on Allow apps to access your microphone.
As you may know, minimal image doesn’t include UVC/UAC driver. You have to manually specify which drivers to include inside your custom image. You need to add the following files inside the image in order to make the INOGENI product work.
WinEmb-INF-hdaudss
WinEmb-INF-wdmaudio
WinEmb-INF-usbvideo
WinEmb-INF-image
WinEmb-INF-ks
WinEmb-INF-kscaptur
WinEmb-INF-ksfilter
You can use our HID Software Kit available in the Software upgrade page in order to access the HID device of the INOGENI product. You will then have access to INOGENI product internal registers and commands. It will then be possible to do a firmware update, get firmware versions and also get the input format.
You can also have a look at the INOGEN Control App. This is a Qt C++ application.
You can install easily gstreamer using an ArchLinux distribution like Manjaro. The gstreamer source code is already in the official repositories of ArchLinux.
You can install gstreamer on Ubuntu, but it will be harder. You can do the following command lines to install gstreamer on your system.
sudo apt-get build-dep libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good
mkdir -p ~/gst/master/prefix
cd ~/gst/master
for m in orc gstreamer gst-plugins-base gst-plugins-good ; do git clone git://anongit.freedesktop.org/gstreamer/$m ; done
mkdir ~/bin
ln -s /home/
run the ~/bin/gst-master script to enter into the uninstalled environment
for m in orc gstreamer gst-plugins-base gst-plugins-good ; do cd $m && ./autogen.sh –prefix=/home/
Now you have an uninstalled build of gstreamer master and can run whatever pipeline you want when running the gst-master script.
In order to have an uninstalled with the 1.6 branch do the following.
cp -r ~/gst/master ~/gst/1.6
ln -s /home/
Run the ~/bin/gst-1.6 script
for m in gstreamer gst-plugins-base gst-plugins-good ; do cd $m && git clean -dfx && git checkout 1.6 && git submodule update && cd .. ; done
cd orc
./autogen.sh –prefix=/home/
make clean
make -j4
cd ..
for m in gstreamer gst-plugins-base gst-plugins-good ; do cd $m && ./autogen.sh –prefix=/home/
That means the device is bricked and that you must install a driver in order to communicate with the INOGENI product again. You can use the INOGENI Control App in order to install Westbridge driver and reprogram the device completely. After the programming process, your device will be unbricked.
These applications are mirroring the video because Apple finds that more useful. Keep in mind that if you want to send your video content during a meeting, the video will appear correctly on your partner’s side.
Blu-ray players, DVD players, set-top boxes or any devices that outputs copy protected sources will not work with the INOGENI products.
For more information about HDCP, please visit https://en.wikipedia.org/wiki/High-bandwidth_Digital_Content_Protection in order to understand what HDCP is exactly.
First, try to change the video cable. If the issue is still present, please try to change the USB cable. If the issue persists, try to update your device with the latest firmware available on our website.
Q.
A.
Learn more about our latest innovations, compatible technologies, case studies, blog articles and more!
"*" indicates required fields
Notifications