API Examples:
This one is for a livestream:
Rednet.Broadcast(Webcam.Output)
You can also use the API to check for a certain color pixel/block
If Webcam.Output == Colors.Orange Then Rednet.Broadcast(1,1"Fire Fire Fire!!")
It can also detect if a pixel changes over a long time (Motion detection)
If Webcam.Pixel1 == Colors.Grey and Webcam.Pixel2 == Colors.Red Then Print("Motion Detected")
You can also manipulate the pixels making for an even easier way of making graphics
Webcam.Pixel1 = Colors.Grey Webcam.Pixel2 = Colors.Red
So guys what do you think of this?











