Questions tagged [virtual-camera]
8 questions
1
vote
0 answers
isPipelinePlaying OpenCV | GStreamer warning
I am getting the following warning:
[ WARN:0@1.140] global /private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_506zufg7xt/croots/recipe/opencv-suite_1664548331847/work/modules/videoio/src/cap_gstreamer.cpp (862) isPipelinePlaying OpenCV |…

Jacob Anderson
- 1,747
- 1
- 12
- 17
0
votes
0 answers
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)
for frame in vid:
cam.send(frame)
…

eirikg
- 35
- 5
0
votes
1 answer
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):
s = socket.socket(socket.AF_INET,…
0
votes
1 answer
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 should stay on the same xyz position while zooming and moving…

Aaron J
- 11
- 3
0
votes
0 answers
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 (number 3), but I need to know the camera sensor…
0
votes
1 answer
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
- 11
- 2
-1
votes
0 answers
How to use OBS virtual webcam in Android Studio
I want to use OBS virtual camera in my Android virtual device on android studio.
I was using OBS studio + obs virtual camera plugin in bluestacks and it was working fine.
I tried to do the same thing in AVD but it dont work.
This is what i already…
-1
votes
0 answers
How to stream from OBS Studio (virtual camera) to real phone device conected by USB?
I would like to know if it is possible to use OBS Studio to display content into my phone camera device feed. So when I open my camera app it will display anything I have on OBS Studio.
I have looked into Root / Magisk / LSposed... Maybe this can be…

Reptil
- 1