LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analog Camera via Capture Card Not Displaying in LabVIEW

Hello everyone,

I'm trying to integrate a live video feed from an analog camera into LabVIEW 2022 (32-bit) using a capture card, but I'm encountering a black,green screen.. different interference issue and timeout errors.

 

 

Camera: VNC-753-H2 (BNC analog input)

Capture Card: FlyVideo 98'  Chipset BT878A-based video capture card

OS: Windows 11

LabVIEW Version: LabVIEW 2022 (32-bit)

Driver Status: Capture card is working correctly in AMCap (live video shows up there)

SeraphimSeth_2-1749375510746.png

 

I've tried different settings in MAX configurations, but nothing helps.In NI MAX and LabVIEW using IMAQ, the video feed shows black screen only. Timeout errors appear when trying to grab frames. Camera and capture card work perfectly fine in AMCap. Tried adjusting Pixel Format, Output Image Type, and buffer settings — no improvement. (Packet Size cannot be 0 (but no option to enable Jumbo Frames on this older hardware))

SeraphimSeth_0-1749375145525.png

SeraphimSeth_3-1749375532578.png

 

The physical connection is made via the AV port

SeraphimSeth_1-1749375267890.png

 

  1. Has anyone successfully used a BT878A analog capture card with LabVIEW and Vision?
  2. Is there any working VI example or template I can use?
  3. Should I go with ActiveX, DirectShow, or possibly IC Imaging Control SDK?
  4. Are there any recommended methods for grabbing analog video into LabVIEW in modern systems?
0 Kudos
Message 1 of 3
(350 Views)

Searching the Web, I couldn't find much information about your camera.  It appears to be about a decade old, and it is not at all clear that it is compatibule with NI's "Vision" drivers, IMAQ and IMAQdx.  IMAQdx largely adneres to the GenICam standards (look it up) that is compatible with many WebCams, including the ones that come built-in to modern PCs, while the IMAQ drivers are for older hardsare (or so I believe -- I've not had experience using IMAQ interfaces even a decade ago).

 

Bob Schor

0 Kudos
Message 2 of 3
(246 Views)

Hi, Bob_Schor!

 

Yes, I understand that this camera and capture board are likely too old to be compatible with NI’s modern Vision drivers like IMAQdx. I also couldn't find much GenICam or UVC support, which makes direct integration problematic. However, I remember that this same type of camera was used in a previous project where it was successfully integrated into

LabVIEW via ActiveX—specifically, using a media player object to display the video feed in real time.

 

Unfortunately, I no longer have access to that implementation. Right now, the camera works correctly through AMCap (which uses DirectShow), so I believe it's possible to build an indirect integration pipeline using either ActiveX or possibly launching an external video app and syncing control with LabVIEW. If anyone has experience embedding DirectShow-compatible streams into LabVIEW UIs via ActiveX, or has done something similar with legacy hardware, I'd really appreciate any suggestions or example VIs.

0 Kudos
Message 3 of 3
(214 Views)