Coder Social home page Coder Social logo

iphone-to-macos-camera's People

Contributors

andrewodri avatar joshfindit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

iphone-to-macos-camera's Issues

Move all the bash scripts into an OBS script/plugin

Running the Bash scripts manually is a little clunky, and OBS doesn't always hold the projector settings when displays are switched. The functionality performed by these scripts should be moved into an OBS script.

The following features should be present:

  • Windowed projectors should be user definable in OBS studio
  • Windowed projectors should open when OBS studio is launched startup
  • Matching CamTwist profiles should be definable with a one-click from OBS studio
  • Matching CamTwist configuration (including virtual camera resolutions) should be definable with a one-click from OBS studio
  • Options should be provided that work for adjusting the resolution and launch settings
  • Documentation needs to be updated to explain the process

There is now a preliminary version of the script in master for anyone who wants to play around with it.

image

Enabling camtwist for newer versions of Zoom

Also, this trick works for others tools, like Chime (from Amazon), which I use for work.

you need to override the Validation Entititlement of the app, like described it here: johnboiles/obs-mac-virtualcam#4 (comment)

First you need a new file entitlements.xml with the following content:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>com.apple.security.cs.disable-library-validation</key>
        <true/>
</dict>
</plist>

Then you run the following command, pointing to your app path:

sudo codesign --entitlements entitlements.xml -f -s - /Applications/Amazon\ Chime.app 

Now all the Virtual Cameras will be visible in the app's camera configuration.

Possible Support for Android?

I have a Pixel 4 XL and have scoured the fringes of the world wide web looking for a solution to use my pixel; the closest I have came is possibly being able to use it as an IP camera but no functional apps integrate as a webcam source.

Any thoughts on adding support for at least the latest version of Android?

I had thought about using the YouTube API for LiveStreaming and then pulling that in as a source, but I am not certain...

Anything I can do to help with this?

I knew I would find someone working on this on GitHub, great job!

Update documentation for OBS 25.0.7

In the latest OBS update, the fullscreen projector option in macOS behaves differently.

The options for spanning displays needs to be once again disabled, which should return its behaviour back to normal.

Linux support

If you can do a linux portage that would be very nice.

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.