Hi guys,
I’ve been trying to read closed captions with my VE shield, but with no success.
I’m using the PAL standard (I changed the parameter in the code correctly), line 13 and 14 shows me nothing, but when I change to 21, that’s what appears:
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿþÿÿÿÿÿÿ
I’m in Brazil, so there are some latin characters and I can have problems with encoding, but I don’t think that’s the case.
I have an Arduino UNO. My video input is the composite video of my decoder (it’s the NET decoder, which is a paid TV service of Brazil). I believe the source of my problems can be:
1. The decoder itself
2. The signal line (13, 14 or 21)
3. This array: byte bpos[][8] = {{26, 32, 38, 45, 51, 58, 64, 70}, {78, 83, 89, 96, 102, 109, 115, 121}};
4. ??
Do you have an idea of what can be wrong?
Thanks!