-
Hi,
NC353L is already used in few UAV projects.
Here is a video in 1280x720p at 100 km/h speed:
http://community.elphel.com/videos/geotagged_720p_100_km_h/1244903535_100418.mov
Not very precise the GPS :) ...
02:24PM UTC on Jun 14 2009 in Elphel reconfigurable cameras
-
Hi,
For reboot: "reboot -f" , please execute "sync" before if you modified something on the filesystem.
Changing FPS is possible from autocampars.php / parsedit.php ,
For FPS limitation where are two ways:
Use FP1000SLIM & FPSFLAGS
Or use triggered mode for sensor specifying a precise frame rate. Set TRIG to 4, adjusting the triggering period TRIG_PERIOD...
04:45PM UTC on May 22 2009 in Elphel reconfigurable cameras
-
The simple way with no any modification is to use wget on the camera:
"wget http://127.0.0.1/snapfull.php -O /var/hdd/image_`date %+s`.jpg"
You can make a shell script, something advanced or just as stupid as:
"while true; do wget http://127.0.0.1/snapfull.php -O /var/hdd/image_`date %+s`.jpg; sleep 1m; done"
to autostart your script at boot time use...
04:16PM UTC on May 22 2009 in Elphel reconfigurable cameras
-
Hi !
It is possible to do with minimal delays possible on the sensor side with a simple PHP script in 8.0 firmware. (so make sure you are using the latest 8.0 and not 7.1 firmware)
Please check this script http://wiki.elphel.com/index.php?title=PHP_Examples#Get_full_sensor_size_snapshot_while_streaming_a_ROI
I also suggest this article for better understanding of the feature of the new...
05:17AM UTC on Apr 27 2009 in Elphel reconfigurable cameras