GrAnd
Developers
Hero Member
  
Karma: +76/-2
Offline
Posts: 917
[A610, S3IS]
|
 |
« on: 02 / December / 2007, 14:13:56 » |
|
This forum has a such cool feature as poll. So, I decided to start this one (as a test). Did I miss something?
|
|
|
|
« Last Edit: 10 / December / 2007, 12:01:32 by GrAnd »
|
Logged
|
|
|
|
a710is
Sr. Member
  
Karma: +3/-0
Offline
Posts: 250
A710 IS
|
 |
« Reply #1 on: 02 / December / 2007, 14:23:34 » |
|
An "All of the Above"? exactly  I chose the top 10 but still not enough.
|
|
|
|
|
Logged
|
|
|
|
a710is
Sr. Member
  
Karma: +3/-0
Offline
Posts: 250
A710 IS
|
 |
« Reply #2 on: 02 / December / 2007, 14:27:12 » |
|
yea you've missed video zoom, shutter speed overrides, high speed flash 
|
|
|
|
|
Logged
|
|
|
|
GrAnd
Developers
Hero Member
  
Karma: +76/-2
Offline
Posts: 917
[A610, S3IS]
|
 |
« Reply #3 on: 02 / December / 2007, 14:33:20 » |
|
yea you've missed video zoom, shutter speed overrides, high speed flash  Video zoom - it's just a script Shutter speed overrides - added High speed flash -  Does CHDK have flash override?
|
|
|
|
|
Logged
|
|
|
|
a710is
Sr. Member
  
Karma: +3/-0
Offline
Posts: 250
A710 IS
|
 |
« Reply #4 on: 02 / December / 2007, 14:35:36 » |
|
to me video zoom is a feature  now you can take flash pictures at any speed. before, if I chose flash it would not set the speed at less than 1/500s ok I said it wrong it's flash in high speed photos.
|
|
|
|
« Last Edit: 02 / December / 2007, 14:37:22 by a710is »
|
Logged
|
|
|
|
GrAnd
Developers
Hero Member
  
Karma: +76/-2
Offline
Posts: 917
[A610, S3IS]
|
 |
« Reply #5 on: 02 / December / 2007, 14:39:09 » |
|
And GRIDS! You forgot GRIDS!!
You are absolutely right! Added.
|
|
|
|
|
Logged
|
|
|
|
emu
Newbie
Karma: +2/-0
Offline
Posts: 47
A710is - Fingalo's build
|
 |
« Reply #6 on: 02 / December / 2007, 16:53:43 » |
|
how about a "cooles feature" poll? I'm too lazy ^^
|
|
|
|
|
Logged
|
|
|
|
emu
Newbie
Karma: +2/-0
Offline
Posts: 47
A710is - Fingalo's build
|
 |
« Reply #7 on: 07 / December / 2007, 16:29:54 » |
|
new poll? -->Allbests ISO settings<--....
|
|
|
|
|
Logged
|
|
|
|
Kalli
Newbie
Karma: +0/-0
Offline
Posts: 39
A620
|
 |
« Reply #8 on: 09 / December / 2007, 16:49:46 » |
|
Hi hopefully I won't get nailed to the wall when I ask to get rid of the games in future releases of CHDK. 
|
|
|
|
|
Logged
|
|
|
|
Kalli
Newbie
Karma: +0/-0
Offline
Posts: 39
A620
|
 |
« Reply #9 on: 09 / December / 2007, 19:34:11 » |
|
[...] KEEP THE GAMES!!  Next you're going to want to get rid of the way cool flashlight mode. Then if I get eaten by a bear while out backpacking I'll only have you to blame. See?? [...] Hmmm... I forgot to mention the flashlight... no bears in my area  btw: What kept you from voting for games on top of this thread? 
|
|
|
|
|
Logged
|
|
|
|
Pauls9
Newbie
Karma: +0/-0
Offline
Posts: 23
S3 IS
|
 |
« Reply #10 on: 10 / December / 2007, 11:38:40 » |
|
My S3's better at chess than I am...
|
|
|
|
|
Logged
|
|
|
|
GrAnd
Developers
Hero Member
  
Karma: +76/-2
Offline
Posts: 917
[A610, S3IS]
|
 |
« Reply #11 on: 10 / December / 2007, 11:59:52 » |
|
My S3's better at chess than I am...
Have you implemented the chess?  Or you just mean Reversi?
|
|
|
|
|
Logged
|
|
|
|
wontolla
Sr. Member
  
Karma: +35/-8
Offline
Posts: 334
S3 & A720
|
 |
« Reply #12 on: 10 / December / 2007, 16:24:19 » |
|
The code for a chess game is not long, it is just a fitness function to evaluate if one move is better than other. The problem with this kind of games is that you need a lot of memory to store a search tree with millions of leaves, each one representing a legal configuration of the chess board (even your movement or your opponent's). For example, a game like tic tac toe has a tree with around 300,000 leaves.
It may be possible to implement a chess game in the camera but if the memory is limited then the search tree is going to be small, in other words the "computer" would only calculate a limited number of future moving options and is going to be a pretty dumb chess player. (This could be very convinient, given my chess playing skills).
|
|
|
|
|
Logged
|
|
|
|
emu
Newbie
Karma: +2/-0
Offline
Posts: 47
A710is - Fingalo's build
|
 |
« Reply #13 on: 10 / December / 2007, 23:03:54 » |
|
The code for a chess game is not long, it is just a fitness function to evaluate if one move is better than other. The problem with this kind of games is that you need a lot of memory to store a search tree with millions of leaves, each one representing a legal configuration of the chess board (even your movement or your opponent's). For example, a game like tic tac toe has a tree with around 300,000 leaves.
It may be possible to implement a chess game in the camera but if the memory is limited then the search tree is going to be small, in other words the "computer" would only calculate a limited number of future moving options and is going to be a pretty dumb chess player. (This could be very convinient, given my chess playing skills).
seeing that problems it is very handy that we don't need chess on the cams 
|
|
|
|
|
Logged
|
|
|
|
PhyrePhoX
Global Moderator
Hero Member
   
Karma: +139/-37
Offline
Posts: 1818
Coders Humiliate DSLR Kiddies
|
 |
« Reply #14 on: 17 / December / 2007, 21:44:27 » |
|
maybe it's possible to develop a game like MOZZIES that came out a few years ago for the siemens symbian based mobile phone SX1. you have to shoot mosquitos by using the built-in camera. the software calculated your movement and thus the mosquitos were shot according to your movement and precision. here's a screenshot:  since we already have motion detection it shouldnt be very hard to create a game like that. oh, and not only games, i guess there are "useful" applications using that "feature" possible as well 
|
|
|
|
« Last Edit: 19 / November / 2008, 02:20:48 by PhyrePhoX »
|
Logged
|
|
|
|
|