Activities/Turtle Art/Using Turtle Art Sensors: Difference between revisions

Tonyforster (talk | contribs)
Tonyforster (talk | contribs)
Line 586: Line 586:
As at Turtle Art V106 there is a built in sample <i>psuedo-color.ta</i> which only differs in that it loads the image from the journal rather than the camera.
As at Turtle Art V106 there is a built in sample <i>psuedo-color.ta</i> which only differs in that it loads the image from the journal rather than the camera.


===More===
===Create your own 'camera' block with Python code===
As of TurtleBlocksV106, this section has been largely superceded. The Show Camera block [[File:Show camera.jpg]] now has the function of the Python code and Show Media blocks [[File:Python show media.jpg]]. The section has been retained to show how a little Python coding can be used to create your own 'show camera'.
As of TurtleBlocksV106, this section has been largely superceded. The Show Camera block [[File:Show camera.jpg]] now has the function of the Python code and Show Media blocks [[File:Python show media.jpg]]. This information has been retained just to show how a little Python coding can be used to create your own 'show camera'.