Posts

Large portal in need of blogging system! - Joomla! Forum - community, help and support

we have large still growing portal , need stable blogging system integrates joomla , joomla member database. some of specs needed: * each registered user can create , manage 1 blog * members can @ other member blogs , leave comments. * members can manage blog joomla usermenu we looked @ jd-wordpress won't let members create own blog. thanks in advance i looking same thing. Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Camera framerate 1% faster than requested - Raspberry Pi Forums

hi! tried record video picamera using variable framerate (camera.framerate=0, exposure_mode='night') , detect real fps using motion vectors stream. reason calculated fps higher should be. here test script find real framerate when camera.framerate set 90. code: select all import picamera import picamera.array import time fps = 30 class detectmotion(picamera.array.pimotionanalysis): def analyse(self, a):# method called each frame self.i += 1 if self.i > self.fpsupdate: curtime = time.time() self.fps = float(self.fpsupdate) / (curtime - self.lasttime) print(self.fps, self.i, curtime) self.i = 0 self.lasttime = curtime self.fpsupdate = int(self.fps * 10) def seti(self, fps): self.i = 0 self.fpsupdate = fps * 10 self.lasttime = time.time() picamera.picamera() camera: camera.resolution = (80, 60) camera.framerate = fps with detectmotion(camera) motiondetector: motiondetector.seti(fps) camera.start_recording('/dev/null', format=...

Camera Sensor Questions - Raspberry Pi Forums

good day everyone, first wanted huge raspifan, keep amazing work. pinoir blowing mind wanted ir photography never wanted pay mod fees charge 'convert' camera. question imaging chip used , possible, impossible, , community can , can't help. learn more things mean , understand how chip works better. think camera great way teach lot of different technical , artistic things. here question, there list of capabilities image sensor , implimented , might in future on wiki somewhere? know additional capture modes enabled after original camera release(thank broadcom chaps , omnivision) - http://www.raspberrypi.org/new-camera-mode-released/ amazing motion method using h264 vectors(thanks gordon) - http://www.raspberrypi.org/vectors-from ... estimation oh , before clog post anymore, wanted send huge jamesh hard work on camera. here list of stuff omnivision site , guesses on them, starting own document , once data collected post or give post on wiki or internet in general. s...

Voltage Requirement

Image
hello all, i'm making simple controller piece of machinery. i'm using 328p job. controller has inputs coming in encoder , opto sensor. opto sensor runs @ 12v , encoder runs @ 5 12v. here's annoying part, input nice 24v. tried find regulator drops 24v 5v directly, there 24v 12v drop regulators. my question is, okay use 24 12v drop regulator, power opto sensor, use 12v coming same regulator drop down again 5v 7805 ?. method efficient, or regs burn each other ? . also, have silly problem, when encoder or opto sensor pulse arduino, logic level high in range of 12v 24v. need drop down voltage state 5v pulses coming in, voltage divider better?, or regulator again work better ? also, need  capacitors regulators if 24v input coming smps based supply ? thank you you can chain regulators that, long within spec fine (though bet somewhere in there mains current can use screw terminals wire in wall wart, do) for 24 volt signals coming in off of sens...

Internal Server Error - Raspberry Pi Forums

hello! have been using patator python script time used cracking folders, , playing around on servers. of lately i've been having quite bit of trouble no matter do. i'll run script usual except time doesn't seem connect. if make login simple password such 123456 , add .lst file won't recognize , zip through password if didn't try or said didn't connect. updated pi , installed proper package's. following error " http/1.1 500 internal server error " know problem or knows how fix it? i'm thinking purchasing card reader tomorrow , reformatting sd card , starting fresh prefer don't. hi, mx2thermal wrote: i following error " http/1.1 500 internal server error " know problem or knows how fix it? error description generic. take log file details. best wishes, ivan zilic. raspberrypi

Thread: problem with sound card

i run 8.04 , cannot sound work. have looked @ old posts , found alsa help. have downloaded of alsa show in synaptic. still not work. suggestions. it's configuration issue don't give information beyond "i cannot sound work." have opened volume control applet make sure nothing muted or turned way down? have check sound configuration in system->preferences->sound? has 'test' buttons can see if changes make have desired effect. there's excellent sticky thread in multimedia & video forum troubleshooting sound problems. it's located here: http://ubuntuforums.org/showthread.php?t=205449 of above should give starting point @ least. if still can't resolve issue post here please give little information go on , tell you've tried don't try reinvent wheel. tgeer Forum The Ubuntu Forum Community Ubuntu Official Flavo...

Thread: Giving Myself Permission To Save My Own Files

hey. computers's mobo died , i'm not replacing it. need several small files off hard drive. did find old working computer , hook hard drive it. when won't boot. gives me command prompt newbie eyes can not understand. made bootable ubuntu install disk,opened ubuntu way, , want move files usb stick. problem says don't have permission view folder files in, means can't move them. how can i, explicit directions newbie, gain permission or otherwise move files usb stick. thanks. from livecd, should have permission everything. but, try this open terminal. type: code: sudo nautilus --browser that open file browser window, should accustomed. root access, should have superuser powers. pretty sure file browser window livecd had root powers, worth try. remember superuser powers can dangerous. computer shot, how damage can possibly do? if fails, have ...