Displaying 3 results from an estimated 3 matches for "slidenumber".
Did you mean:
linenumber
2007 Mar 02
0
LIMMA contrast.matrix
...iculture, ARS
National Center for Cool & Cold Water Aquaculture
11861 Leetown Road
Kearneysville, WV 25430
Voice: (304) 724-8340 Ext. 2141
Email: roger.vallejo@ars.usda.gov <mailto:roger.vallejo@ars.usda.gov>
****************************************
> targets
SlideNumber FileName Cy3 Cy5
ml12med 12 ml12med.spot CD4 CD8
ml13med 13 ml13med.spot CD8 CD4
ml14med 14 ml14med.spot DN CD8
ml15med 15 ml15med.spot CD8 DN
ml16med 16 ml16med.spot CD4 DN
ml17med 17 ml17med.spot DN CD4
> design <- modelMatrix(targets, ref="CD4")
Found unique target nam...
2011 Sep 20
2
Adding a data in Live OR Saving Stream on Server side.
...another trick then..
== with video ==
in Video frames , we can use first 16 Pixel to encode slide number. We
can use CANVAS API to process individual frames (
https://developer.mozilla.org/En/HTML/Canvas/Pixel_manipulation_with_canvas
)
each 16 pixel can be 0 or 1 (black and white). We can generate
slidenumber at client side. I need to find a way where I can push
slide number information in pixel.
Let me redefine my question again.
I want to generate a video where I can modify pixel information of
each frame. kind of dynamic filter. So first 16 pixel Or may be just
first pixel will carry the info.
Als...
2011 Sep 20
3
Adding a data in Live OR Saving Stream on Server side.
I want to build a website where user can listen my voice. I want to
use only Icecast. But on my website I want to display some data too
inside a stream.
What data I want to add ?
basically on my website there are various images. each image having a
number. While I deliver my lecture I want to send image number too.
Now I can send this number using http PUSH/PULL but I do not know How
it will be