Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

Android Studio emulator "Cant Connect Camera" using windows virtual camera from Phone Link on windows 11

I'm trying to emulate my Phone's camera to the android virtual device using Windows Phone Link connected to my S10+. The camera works fine on the windows camera app but every time I try to use it in ...
Nezzy's user avatar
  • 1
0 votes
0 answers
125 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
1 answer
232 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
270 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
132 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
40 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