Giter VIP home page Giter VIP logo

kaustubh-sadekar / virtualcam Goto Github PK

View Code? Open in Web Editor NEW
197.0 6.0 50.0 12.53 MB

Virtual camera is created only using opencv and numpy. It simulates a camera where we can control all its parameters, intrinsic and extrinsic to get a better understanding how each component in the camera projection matrix affects the final image of the object captured by the camera.

License: MIT License

Python 100.00%
computer-vision computer-graphics rendering camera-matrix camera-calibration camera-control camera-parameters fundamentals computer-vision-funamentals transformation-matrix

virtualcam's Issues

k1, k2, p1, p2 trackbar values need offset

Thanks for this example program. For distortion input I suggest this:

	k1 = float(cv2.getTrackbarPos("K1",WINDOW_NAME))/100000. - 0.5
	k2 = float(cv2.getTrackbarPos("K2",WINDOW_NAME))/100000. - 0.5
	p1 = float(cv2.getTrackbarPos("P1",WINDOW_NAME))/100000. - 0.5
	p2 = float(cv2.getTrackbarPos("P2",WINDOW_NAME))/100000. - 0.5

virtual camera can used by other applications

hello, my friend, now I am facing one problem, I want to create an virtual camera, it process the frame captured from physical camera, and it's output can be use by other applications like OBS. how can I do this? appreciate your answer!

Distortion coefficient

Hello,

I'm trying to use GUI.py but I'm having some troubles with distortion coefficient: I see variation in the chessboard pattern only when I put the coefficients at their max value

get new point coordinate

Hi, is there a simple way to link one point coordinate between the old img and the new ? Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.