Search found 5 matches
- Sat Apr 06, 2024 4:52 pm
- Forum: Other topics
- Topic: transferring an image from browser to graphics layer
- Replies: 0
- Views: 4840
- Flag:
transferring an image from browser to graphics layer
Is there a way to transfer an image that resides in the SmartBasic ‘browser’ to the ‘graphics’ layer during run time? I would then like to do pixel scans on various images, but, cannot determine how to get the images from the ‘browser’ to a ‘graphics’ layer (or a ‘sprite’ layer). Thank you.
- Sun Feb 06, 2022 1:18 pm
- Forum: Other topics
- Topic: scanning pixels on a live camera view image
- Replies: 2
- Views: 1622
- Flag:
Re: scanning pixels on a live camera view image
Thanks. Much appreciated.
- Sun Feb 06, 2022 2:19 am
- Forum: Other topics
- Topic: scanning pixels on a live camera view image
- Replies: 2
- Views: 1622
- Flag:
scanning pixels on a live camera view image
Is it possible with SBasic to scan the pixels on a live camera view image? Either by: 1) Projecting the live camera view on the main graphics layer and scanning or 2) projecting the live camera view on a sprite and scanning or 3) some other way. Taking a snapshot, saving it and drawing it on the gra...
- Wed Jan 19, 2022 7:54 pm
- Forum: Other topics
- Topic: telnet
- Replies: 3
- Views: 1854
- Flag:
Re: telnet
I have tried all the SmartBasic network commands and cannot establish a connection to a remote device that transmits ascii characters using the telnet protocol. I have two questions: 1) Am I missing an existing network command that will do this? 2) If not, is there a library that can be imported int...
- Wed Jan 12, 2022 3:11 am
- Forum: Other topics
- Topic: telnet
- Replies: 3
- Views: 1854
- Flag:
telnet
Is Smart Basic able to establish a connection using the telnet protocol? Thanks