Skip to main content

Questions tagged [virtual-camera]

The tag has no usage guidance.

virtual-camera
0 votes
0 answers
90 views

Building an Virtual Camera that Receives frames with RTP

I litle interduction to my Project so i have an virtual camera that i build with Directshow, Works how t supposed to work, then i installed an external library uvgRTP and made the code so i receive ...
Ajdin Jusic's user avatar
0 votes
0 answers
100 views

Use virtual camera on physical device android studio

I have already connected my physical android device via android studio. Is there any way to emulate camera like a virtual emulator does but on physical device? I thought physical connected device ...
0z2's user avatar
  • 1
0 votes
0 answers
188 views

Python: Stream mp4 files to webcam

I want to stream mp4 videos to a virtual webcam using python. I have tried using pyvirtualcam with the following code: def play_video(path): vid = skvideo.io.vread(path) print(vid.shape) ...
eirikg's user avatar
  • 47
0 votes
1 answer
187 views

I want to output video as the virtual cam in python

I write a script for share video from laptop to laptop though the network. I want to out put my receiving video as the virtual cam. please help me. import cv2, socket, numpy, pickle def camera(ip2): ...
Thanoj Hansana's user avatar
0 votes
1 answer
205 views

Zoom to point using orbital/freelook camera in unity (3D)

I have an interesting yet frustrating problem.. I am creating a "zoom to point" feature in my game, that allows the user to zoom to the mouse cursor in 3D (perspective camera). The cursor ...
Aaron J's user avatar
  • 11
0 votes
1 answer
112 views

Can't find copter camera sensor size [AirSim & Ardupilot ArduCopter]

Where I can find the sensor size (width and height) of the drone virtual camera? Include context on what you are trying to achieve I'm trying to analyze images that I get from the bottom center camera ...
Ivan Chepets's user avatar
0 votes
1 answer
39 views

What kind of UWP app to make for Windows camera filtering app?

The idea is to create an app that can read any local camera device, filter it, then have a new camera "virtual device" other apps can use as input. How can this be done with UWP?
PompiPompi's user avatar