Re: I/O device access

2017-09-30 Thread Alexander Burger
Hi, > Your reply is not appearing In English, but in weird symbols, I've attached a > screenshot, please look at it. Oh, sorry! This is probably due to the fact that PicoLisp can only handle UTF-8, and your symbols are probably not in that encoding. ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@s

Re: I/O device access

2017-09-30 Thread George Orais
Hey! > Thanks for the answer, sir. No probelm sir ;) > I’m fine with GNU/Linux, it is an awesome operating system. Perfect! > Your projects sounds awesome, too. How many people are working in PilMCU > project? As of the moment, just me and Abu :) But AW is also planning to build on

RE: I/O device access

2017-09-30 Thread stayfirefo...@outlook.com
Thanks for the answer, sir. I’m fine with GNU/Linux, it is an awesome operating system. Your projects sounds awesome, too. How many people are working in PilMCU project? What OS does it use? Sent from Mail for Windows 10 From: George Orais

Re: I/O device access

2017-09-30 Thread George Orais
Hi stayfirefocus, Nice goal you got! >From what I understand, there is no direct way or pure PicoLisp way to access >camera/microphone coz it usually rely on existing libraries made by other >languages like mainly in C. So I think your first step would be find those >libraries then access them f

RE: I/O device access

2017-09-30 Thread stayfirefo...@outlook.com
-Original Message- From: picolisp@software-lab.de [mailto:picolisp@software-lab.de] On Behalf Of stayfirefo...@outlook.com Sent: Saturday, September 30, 2017 11:19 PM To: picolisp@software-lab.de Subject: RE: I/O device access -Original Message- From: picolisp@software-lab.de

RE: I/O device access

2017-09-30 Thread stayfirefo...@outlook.com
-Original Message- From: picolisp@software-lab.de [mailto:picolisp@software-lab.de] On Behalf Of stayfirefo...@outlook.com Sent: Saturday, September 30, 2017 10:54 PM To: picolisp@software-lab.de Subject: RE: I/O device access Thanks so much for the answer, but I don't intend to access

RE: I/O device access

2017-09-30 Thread stayfirefo...@outlook.com
Thanks so much for the answer, but I don't intend to access camera on Android, nor taking picture. The first step of building a vision system for AGI is inputting signals or video. Regenaxer, remember I am here because of only reason, the goal of building the first AGI in the world. I'm a small

Re: I/O device access

2017-09-30 Thread Alexander Burger
On Sat, Sep 30, 2017 at 03:26:52PM +, stayfirefo...@outlook.com wrote: > How can I access and receive signal from Camera and Microphone (and output > signal to microphone) purely in PicoLisp? I do not know of a way to receive a "signal" from Camera or Microphone. In Android you use an 'Intent

I/O device access

2017-09-30 Thread stayfirefo...@outlook.com
Hello everyone, How can I access and receive signal from Camera and Microphone (and output signal to microphone) purely in PicoLisp?