Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uploadFromPNGFile not working with ATEM Mini Pro? #27

Open
sj-unit72 opened this issue May 30, 2020 · 2 comments
Open

uploadFromPNGFile not working with ATEM Mini Pro? #27

sj-unit72 opened this issue May 30, 2020 · 2 comments

Comments

@sj-unit72
Copy link

The connection to the ATEM Mini Pro is working fine. Changing inputs etc works as expected but when I try to use the uploadFromPNGFile method, it doesn't seem to be working.

When I manually add an image in the media pool and run the code, it only removes the image I manually uploaded but the one I uploaded with code does not appear.
Path is correct and I'm not getting any errors.

@nmcdaines
Copy link

Hi @sj-unit72,
I am not sure if this repo is maintained as it's last commit was 3 years ago. I stumbled across this library: https://github.com/nrkno/tv-automation-atem-connection

It has the ability to upload stills to the ATEM mini.
Note that you have to convert the PNG image to an rgba buffer before uploading.

https://nrkno.github.io/tv-automation-atem-connection/classes/atem.html#uploadstill

@sj-unit72
Copy link
Author

Thanks for the link @nmcdaines !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants