--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/c915e635-cc2f-4273-9f7a-ba295046a284%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/bf1b9157-a0c7-48ed-9ec0-a1e6e009981d%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/cf3b092e-cfd4-46bc-b635-c206aaffd5e5%40googlegroups.com.
and... de interferlacing the sequential frames is about 2 lines of code....just need to know how many lines...that's also an option.....
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/e03ddde7-89c9-448c-a78e-ee95d30454cf%40googlegroups.com.
int i=0; x=0for x = 0 ; x < NLINES; x+=2
de_interlaced_line[x] = interlaced_line[i] # pull from even linesde_interlaced_line[x+1] = interlaced_line[i+(NLINES/2)] # pull from odd lines
On Saturday, February 18, 2017 at 9:16:55 AM UTC+11, Glen English wrote:
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/ad7ac47c-54bd-4a33-9710-36947e16e5e0%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/f27db93c-8cf8-4774-be55-9695f00d2859%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/cf3b092e-cfd4-46bc-b635-c206aaffd5e5%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/f457ee71-7e09-4860-bc26-426e06205bc9%40googlegroups.com.