Jump to content

Azer Ader

Members
  • Posts

    1
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2024
  • Since
    2023

Azer Ader's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare
  • One Year In Rare
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Hello, I have a Python TCP server that streams webcam video frames as JPEG over the network. Now I want to build a LabVIEW client that can: Connect to the Python server Read the first 4 bytes (frame length) Receive the JPEG frame data Display the image on the LabVIEW Front Panel Note: I do not have NI Vision Toolkit, so I need a solution using .NET (MemoryStream + Image.FromStream) or any other method to display the image. Can someone share a simple example VI or block diagram to achieve this? Thanks 🙏tcp_video_server.pywebcam_tcp_client.py
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.