Home | Bio | My Life | Archive | Writings | Talks | Toons | Photos | Site | About | Contact | Feed
Line follower in quintessence.. Latest hit in my blog : Line follower and other Project updates
Showing posts with label projects. Show all posts
Showing posts with label projects. Show all posts

Monday, August 4, 2008

Finally my own miniproject


PCSuite for Nokia Symbian 60 :

I was engaged in mentioning about projects I did ..But as often I have forgot to mention my own mini-project .


It was a piece of work we actually did before which made the interaction between bluetooth clients and server much easy . My friend Unni made a GUI for that now which gave a pretty enhanced look for that . Really a project goes hit with a GUI especially before my friends .. :)



Project details goes like this:

This could be actually called a PCSuite for Nokia (symbian 60).
File browsing uploading ,downloading , camera-handling, inbox-back-up , Gallery-functions ,sms-sending etc are all at one click from GUI .(as you see in the snapshot)

Finally I hav done a 'project'

I have been going on enchanting about too many projects ..
Panorama,PCSuite,image2Muzik and what not .. I was rocking with projects ..

Finally I could be proud of having something called list of projects ,but what use .. You can have a satisfaction over your code if you can derive that to an applicable field . Finally I got that feel from my midnight oil ..

A 'video conference' in 50 lines .. Again credit goes to python ..

We made it .. I was alone for the coding part (still it worked)..

A server sends streaming audio and video through two different threads and sockets which is accepted by client code running at the other end of lan .That is the design .

I will upload this whole set of 7 projects I did to chipmonks.co.in/projects in short .

For now ,Juz comment here to get the code ..

Wednesday, July 30, 2008

Panorama


Yeah .. The panorama project mentioned before also got its way through ... :)

Mikhil did the hardware part . Actually he himself has made my code working ..

Camera will now rotate using a stepper motor to take photos which is later joined to make panoramas .But the automated process will hold you heart ..




Monday, July 28, 2008

Panorama maker ..

‘ Hail python the goddess of code ‘
Panorama of python’s victory of fast coding continues .. This time its a panorama factory, the art of making wide pictures, got done with python ..As usual necessity brought the idea . This was related to one of my classmate - fasil’s project idea .. Me being interested in python took it for a challenge as usual but stopped just with this code and shot my usual final statement : “hmm ! I think its better than more ..” ;)

What is panorama ?
Unnaturally wide pictures could be made by joining pictures end to end .. This is known as panorama pic ..
Definition royalty goes for me ;)

This is how a panorama looks ..
This is how a panorama looks like..

joining this pictures end to end requires care .. You have to find out the maximum matching position before you join pictures to ensure panoramic view ..Here I am attaching a 60 line code which converts pic1.jpg and pic2.jpg to a single finpic.jpg by normalising the match .. It is just a play with the code I know . But it could be useful ..

Last time when I posted about a project done in few lines python code , some of my friend asked me the code and I need to send it .. So this time I remind myself to start the habit of attaching code here ..

Panorama maker :
(python code to join pictures breadth wise)

File : proj_23.py
converts : pic1.jpg and pic2.jpg to finpic.jpg
(You can make it in a loop for doing a panorama using webcam )
Requirements :

  1. Python interpreter
  2. Python imaging library

Download

Wednesday, May 14, 2008

Circuit Maker -- A tribute to laziness (this vaccation)

Circuit Baker 1.0

Yeah !! Wrote a circuit baker this may .. Yogi was with me to accomplish this ..I think this could be added to my chipbake project ..

See its so bad a GUI .. But it is working so well ..