newAM / monitorcontrol

Python monitor controls using DDC-CI.
https://newam.github.io/monitorcontrol/
MIT License
177 stars 27 forks source link

MacOs Support ?? #144

Open rohitsangwan01 opened 2 years ago

rohitsangwan01 commented 2 years ago

Hey , Great Package man , can we expect it to work in Macos in near future ??

newAM commented 2 years ago

If I recall correctly apple has a proprietary protocol to communicate with their built-in displays.

It could work on a Mac for external displays if someone writes the VCP driver.

rohitsangwan01 commented 2 years ago

Am not much familiar with Swift , but see if this can help to port in python https://github.com/aleksey-mashanov/swift-ddc , but many swift packages are there to play with external monitors , my main aim is just to chagne monitors input source programatically , my windows laptop can do it easily( thanks to your library) , but am stuck on macbook side

kylejbrk commented 1 year ago

@newAM what would it take to write the VCP driver for Mac?

newAM commented 1 year ago

@newAM what would it take to write the VCP driver for Mac?

I'm not sure, I haven't scoped it out at all.