WorldViz User Forum  

Go Back   WorldViz User Forum > Plug-in development

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 11-01-2012, 02:59 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
There would need to be some type of application on the server side that gets each frame of the video, perhaps compress it to jpeg, and then sends it over the network. A TCP socket is probably the best method to send image data over the network. UDP sockets have a maximum message size and only work with small images. In Vizard, you would have to use Python's networking features to receive the image data and then use Vizard commands to apply it as a texture to some object.
Reply With Quote
 

Tags
streaming, video


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vizard 4 Beta Testing farshizzo Announcements 0 02-01-2011 10:46 AM
Vizard 4 Beta Testing farshizzo Vizard 0 02-01-2011 10:46 AM
synching video camera recording with vizard billjarrold Vizard 0 12-15-2009 11:43 PM
Vizard tech tip: Using the Python Imaging Library (PIL) Jeff Vizard 0 03-23-2009 11:13 AM
Displaying live video in Vizard? Deltcho Vizard 2 01-04-2008 11:05 AM


All times are GMT -7. The time now is 01:59 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC