Naughty Alien Posted June 4, 2014 Share Posted June 4, 2014 Hi guys...im wondering do we have skillful c# coder here, I need small favor.. Quote Link to comment Share on other sites More sharing options...
Rastar Posted June 4, 2014 Share Posted June 4, 2014 Well, Rick seems to be quite proficient in it :-) Smaller things I might be able to do as well. Quote Link to comment Share on other sites More sharing options...
Rick Posted June 4, 2014 Share Posted June 4, 2014 I've worked in .NET professionally for the last 10 years but I have a ton of stuff going on atm so like Rastar said, unless it's small I don't have much time for anything else atm. Quote Link to comment Share on other sites More sharing options...
Einlander Posted June 4, 2014 Share Posted June 4, 2014 Is it anything you can publicly request? Quote Link to comment Share on other sites More sharing options...
Naughty Alien Posted June 5, 2014 Author Share Posted June 5, 2014 ..sure i can..sorry for delay guys, I am on other side of the planet.. I didnt post publicly because its not games related, so I wasnt sure is it going to be deleted or not, thats all..here it is..I was messing around with some IP camera security software, and i came accross this open source software called iSpy (http://www.ispyconnect.com/) .. so I downloaded it, tested (compiled version) and decided to take source as it will be great to integrate with my new studio office door system...so I did downloaded source and according to web site, 'its all there ready to compile'..except its not, as some dependencies need to be removed, but i somehow couldnt manage to do so, so i was wondering is there any C# guru here who could took that source and just clean up those things mentioned in readme file, in order to biuld/compile, as I have no idea how to do it, to be honest, and upload existing solution already provided, but really ready to compile?? Quote Link to comment Share on other sites More sharing options...
Rick Posted June 5, 2014 Share Posted June 5, 2014 What projects do you need from this? The ispyserver required me to download the kinect sdk and then that compiled after I removed the post build bat file it was trying to run to sign. Not sure if that's required but the app runs. I see an ispyapplication which I assume you would want too? Just curious as to why you want the source instead of using the binaries? Quote Link to comment Share on other sites More sharing options...
Naughty Alien Posted June 5, 2014 Author Share Posted June 5, 2014 ..if you have downloaded source solution, corrections needed to be done are described in readme file inside iSpyApplication folder..i couldnt manage to sort out things mentioned in readme file..reason for source is, I want to use small library i wrote for door access (arduino based), where door will auto open during working hours upon motion detection in front of it, so iSpy would be nice thing to have.. ill really appreciate if you could fix it..i guess, it is not tough for someone with c# deep knowledge..as for myself i burned evening and couldnt even load bloody thing properly..apparently, many folks on iSpy forum have had same issue.. Quote Link to comment Share on other sites More sharing options...
Patrik Posted June 5, 2014 Share Posted June 5, 2014 If you already are using an Arduino for controlling the doors it would be very easy to hook up a PIR sensor to it. Then you only need to check for a LOW/HIGH signal coming out of it to see if there is any motion in front of it. http://bildr.org/2011/06/pir_arduino/ Quote Link to comment Share on other sites More sharing options...
Naughty Alien Posted June 5, 2014 Author Share Posted June 5, 2014 Patrik, i want to use camera zones, and iSPY is really nice solution to be attached with arduino..also, its just one of the features im having with arduino based controller..i hope Rick can pull this off.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.