c# - stream video from pi cam to unity project -


i using raspberry pi , pi cam stream video pi pc. i've gotten work using gstreamer on pi , pc, want use stream in unity augmented reality project.

here's code running on pi:

#!/bin/bash clear raspivid -n -t 0 -w 960 -h 720 -fps 30 -b 6000000 -o - |  gst-launch-1.0 -e -vvvv fdsrc ! h264parse ! rtph264pay pt=96 config-interval=5 ! udpsink host=***your_pc_ip*** port=5000 

in unity app using vuforia augmented reality. want use pi video webcam can portable.

any ideas on how stream in unity c# pi?


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo