6 questions
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 ...
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 ...
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):
...
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 ...
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 ...
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?