Search found 6 matches

by smgvbest
Sun Jan 21, 2018 10:08 pm
Forum: Bug Reports
Topic: Beta 3.1.4965 Bug Timestamp/dark frame
Replies: 1
Views: 1142

Beta 3.1.4965 Bug Timestamp/dark frame

Hello Trying out this beta and ran into a bug where if you turn on timestamping then apply a dark frame the time stamp it no longer readable. I don't think there are any logs I can send for this and it apply to all binning. as long as a dark is applied the timestamp is messed up. This is true on bot...
by smgvbest
Thu Jun 08, 2017 12:28 am
Forum: Implemented Features
Topic: AllSKY Camera
Replies: 8
Views: 16850

Re: AllSKY Camera

ok cool, did some quick playing around and added an lib externally really easy >>> import sys >>> for line in sys.path: print line ... . C:\Program Files (x86)\SharpCap 3.0\Lib C:\Program Files (x86)\SharpCap 3.0 C:\Program Files (x86)\SharpCap 3.0\DLLs C:\Program Files (x86)\SharpCap 3.0\PythonLib....
by smgvbest
Wed Jun 07, 2017 11:50 pm
Forum: Implemented Features
Topic: AllSKY Camera
Replies: 8
Views: 16850

Re: AllSKY Camera

ok, so I'll look at continuing down that road.
any overlays would have to be post processed then. ie overlaid after save from the sound of it.
i did see that weather display which I use for my weather station has extensive webcam support which is a quick solution but not for me the best solution
by smgvbest
Wed Jun 07, 2017 11:44 pm
Forum: Scripting
Topic: ftplib import error
Replies: 3
Views: 2341

Re: ftplib import error

Cool, thank you.


removed a comment as I see you replied elsewhere
by smgvbest
Sun Jun 04, 2017 12:10 am
Forum: Implemented Features
Topic: AllSKY Camera
Replies: 8
Views: 16850

AllSKY Camera

I'd love to see a AllSKY Camera option in SharpCap. you already do the timelapse part which is a big part of it you create avi's also which is another big part. but adding FTP or sftp to a site would be great as an added feature where we can send a fixed filename to a site for the current image some...
by smgvbest
Sat Jun 03, 2017 10:03 pm
Forum: Scripting
Topic: ftplib import error
Replies: 3
Views: 2341

ftplib import error

when I try to import ftplib i get the following error in ssl.py >>> import ftplib File "C:\Program Files (x86)\SharpCap 3.0\PythonLib.zip\ssl.py", line 1 # Wrapper module for _ssl, providing some additional facilities ^ SyntaxError: unexpected token '»' >>> looking at ssl.py in the zip ...