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

No issue - question about composite video #62

Open
BobSleigh38 opened this issue Dec 11, 2023 · 4 comments
Open

No issue - question about composite video #62

BobSleigh38 opened this issue Dec 11, 2023 · 4 comments

Comments

@BobSleigh38
Copy link

Hello,
I was following bitluni tutorials but composite video was not working on my car dvd player which has an AV input. I then tried the dali clock project which uses part of your code and ... it works !
What are the differences between your process ?
Is that an issue with frequencies ?
Thank you

@RoCorbera
Copy link

Bitlubi library uses a different way to send the samples.
It works fine only with NTSC.

I think that the ESP-8-bit based library is better.
It works fine with PAL and NTSC signal.

What is the TV system in your country?

@BobSleigh38
Copy link
Author

Hello
I bought my DVD player in europe so I suppose it's PAL
I tested both modes of ESP_8_BIT (NTSC/PAL), they both work, NTSC has overscan (some pixels are out of screen) whereas PAL displays image smaller and there are some black borders around, about 10% of screen is unused.
Bitluni's code is working fine if I downgrade espressif boards version in arduino IDE to v. <=2.0.0

@BobSleigh38
Copy link
Author

What's the best way to understand the code in video_out.h ?
I think I will stay with this library because everything work very well !

@aldolo69
Copy link

aldolo69 commented Jul 7, 2024

What's the best way to understand the code in video_out.h ? I think I will stay with this library because everything work very well !

bitluni itself explain that the chip is used out of spec for the video generation so is an hit or miss

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

3 participants