Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - LabradorNYC

Pages: [1] 2
1
Something went wrong after the 10.11.5 MacOS update.

iCam Pro Source 1.1.1 just stalls on "connecting" to all cameras. Ports open fine.


2
iCam Pro Support / iOS9 Public Beta 2 broken vid display
« on: July 23, 2015, 02:42:06 PM »
screen display is messed up. Thumbnails start 1/2 down the screen. If you need a screenshot, let me know

Know it is beta but hopefully this helps

3
iCam Pro Support / Thumbnails in Events
« on: July 07, 2014, 07:04:19 PM »
I realize this is "video" -- though the jpegs with some fps isn't much different -- but the thumbnails on the non-pro version are much more helpful. I can try and scrub through 5 minutes of video but being able to see something specific (when a door opened, for example) in a series of thumbnails is very helpful and is much appreciated in the non-pro version.

Is there a way to add that back in? Screenshots every 2 seconds?


4
iCam Pro Support / Display Cam Info
« on: June 19, 2014, 07:51:05 AM »
I don't seem to be able to find this option that I have in iCam. Would love to turn the cam names off and get rid of that band at the bottom of the cam screen. Is this functionality going to be put back in?

Thanks

5
iCam Support / Re: IP Cam / Raspberry PI
« on: September 12, 2013, 04:21:46 PM »
I've been investigating the minimum requirements too. Some of the newer Atom CPUs might suffice for a few cams. I've been itching for a cheap, small form-factor iCam server box. Linux would be great but Windows 7 isn't the total end of the world.

Anyone try any Atom based boxes with iCam?

6
Been looking forward to this. GM is here! 3/4 app starts just quit, as you know. Not the end of the world but a bit of a PIA.

I also found an annoying bug in Apple's messages in GM but that's another story

7
Beta Testing / Re: Request for new feature
« on: December 09, 2012, 05:15:50 PM »
Is there a settings file somewhere? Would love to export/save my settings

8
iCam Support / Re: Bad JPEG engine in firmware?
« on: November 14, 2012, 12:18:09 PM »
emailed Sharx about it. Was hoping you would confirm that as the route to take.

Off Topic: Any way to skip to the end of a motion event sequence? Browsing on my iPhone to the end of a 300+ image sequence for a motion even isn't ideal. A skip to end button might be helpful.

9
iCam Support / Bad JPEG engine in firmware?
« on: November 14, 2012, 05:51:59 AM »
I've got a script that is relaunching icam when it quits as a stop-gap (you'll see the reference to sleeping 10 seconds before restart).

There are some sites that mention this as an issue with the Foscam 8918W but I'm not running one of those. Thoughts?




ImageIO: <ERROR>  JPEG Corrupt JPEG data: 1 extraneous bytes before marker 0xd9
ImageIO: <ERROR>  JPEG JPEG datastream contains no image
iCamSource(21818,0xb0513000) malloc: *** mmap(size=1228800) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
iCamSource(21818,0xb071b000) malloc: *** mmap(size=1228800) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
iCamSource(21818,0xb030b000) malloc: *** mmap(size=5242880) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
2012-11-13 01:20:05.510 iCamSource[21818:cd23] An uncaught exception was raised
2012-11-13 01:20:05.626 iCamSource[21818:cd23] NSImage: Insufficient memory to allocate pixel data buffer of 5242880 bytes
2012-11-13 01:20:05.628 iCamSource[21818:cd23] (
   0   CoreFoundation                      0x9a14fa67 __raiseError + 231
   1   libobjc.A.dylib                     0x96d69149 objc_exception_throw + 155
   2   CoreFoundation                      0x9a0b7289 +[NSException raise:format:arguments:] + 137
   3   CoreFoundation                      0x9a0b71f9 +[NSException raise:format:] + 57
   4   AppKit                              0x9c4b9bef NSNewBitmapBackingStore + 379
   5   AppKit                              0x9c6d1981 -[NSBitmapImageRep _fromCGImage:performBlockUsingMutableData:] + 186
   6   AppKit                              0x9c56c40b __-[NSBitmapImageRep _withoutChangingBackingPerformBlockUsingBackingMutableData:]_block_invoke_1 + 143
   7   AppKit                              0x9c3e57b6 -[NSBitmapImageRep _performBlockUsingBacking:] + 43
   8   AppKit                              0x9c56c377 -[NSBitmapImageRep _withoutChangingBackingPerformBlockUsingBackingMutableData:] + 90
   9   AppKit                              0x9c56c306 __-[NSBitmapImageRep _performBlockUsingBackingMutableData:]_block_invoke_1 + 114
   10  AppKit                              0x9c3e57b6 -[NSBitmapImageRep _performBlockUsingBacking:] + 43
   11  AppKit                              0x9c56c28f -[NSBitmapImageRep _performBlockUsingBackingMutableData:] + 90
   12  AppKit                              0x9c56c22d -[NSBitmapImageRep getBitmapDataPlanes:] + 90
   13  AppKit                              0x9c56c1cb -[NSBitmapImageRep bitmapData] + 40
   14  iCamSource                          0x000225a5 iCamSource + 136613
   15  iCamSource                          0x00025c07 iCamSource + 150535
   16  iCamSource                          0x000261ac iCamSource + 151980
   17  iCamSource                          0x00013f3e iCamSource + 77630
   18  iCamSource                          0x0000f3c8 iCamSource + 58312
   19  Foundation                          0x97755e25 -[NSThread main] + 45
   20  Foundation                          0x97755dd5 __NSThread__main__ + 1582
   21  libsystem_c.dylib                   0x91a87ed9 _pthread_start + 335
   22  libsystem_c.dylib                   0x91a8b6de thread_start + 34
)
2012-11-13 01:20:05.629 iCamSource[21818:cd23] *** Terminating app due to uncaught exception 'NSMallocException', reason: 'NSImage: Insufficient memory to allocate pixel data buffer of 5242880 bytes'
*** Call stack at first throw:
(
   0   CoreFoundation                      0x9a14fa67 __raiseError + 231
   1   libobjc.A.dylib                     0x96d69149 objc_exception_throw + 155
   2   CoreFoundation                      0x9a0b7289 +[NSException raise:format:arguments:] + 137
   3   CoreFoundation                      0x9a0b71f9 +[NSException raise:format:] + 57
   4   AppKit                              0x9c4b9bef NSNewBitmapBackingStore + 379
   5   AppKit                              0x9c6d1981 -[NSBitmapImageRep _fromCGImage:performBlockUsingMutableData:] + 186
   6   AppKit                              0x9c56c40b __-[NSBitmapImageRep _withoutChangingBackingPerformBlockUsingBackingMutableData:]_block_invoke_1 + 143
   7   AppKit                              0x9c3e57b6 -[NSBitmapImageRep _performBlockUsingBacking:] + 43
   8   AppKit                              0x9c56c377 -[NSBitmapImageRep _withoutChangingBackingPerformBlockUsingBackingMutableData:] + 90
   9   AppKit                              0x9c56c306 __-[NSBitmapImageRep _performBlockUsingBackingMutableData:]_block_invoke_1 + 114
   10  AppKit                              0x9c3e57b6 -[NSBitmapImageRep _performBlockUsingBacking:] + 43
   11  AppKit                              0x9c56c28f -[NSBitmapImageRep _performBlockUsingBackingMutableData:] + 90
   12  AppKit                              0x9c56c22d -[NSBitmapImageRep getBitmapDataPlanes:] + 90
   13  AppKit                              0x9c56c1cb -[NSBitmapImageRep bitmapData] + 40
   14  iCamSource                          0x000225a5 iCamSource + 136613
   15  iCamSource                          0x00025c07 iCamSource + 150535
   16  iCamSource                          0x000261ac iCamSource + 151980
   17  iCamSource                          0x00013f3e iCamSource + 77630
   18  iCamSource                          0x0000f3c8 iCamSource + 58312
   19  Foundation                          0x97755e25 -[NSThread main] + 45
   20  Foundation                          0x97755dd5 __NSThread__main__ + 1582
   21  libsystem_c.dylib                   0x91a87ed9 _pthread_start + 335
   22  libsystem_c.dylib                   0x91a8b6de thread_start + 34
)
Trace/BPT trap: 5
program exited, sleeping 10 seconds before restart
DVFreeThread - CFMachPortCreateWithPort hack = 0x3eced0, fPowerNotifyPort= 0x3eb310
DVFreeThread - CFMachPortCreateWithPort hack = 0x5aae00, fPowerNotifyPort= 0x5ab4f0

10
Network / IP Camera Compatibility / Grandstream Cams?
« on: September 09, 2012, 01:23:12 PM »
Supports motion jpeg but can't figure out the right path

http://www.grandstream.com/index.php/products/ip-video-surveillance/gxv3615wp_hd

Any help?

Thanks

11
iCam Support / Re: iCamSource 2.5 - Latest Stable Release
« on: July 31, 2012, 04:33:54 AM »
Updated to OS 10.8 and to iCam 2.5  - no other system changes

CPU usage on iCam has jumped from ~25% to ~120%+

And periodic crashes

Ideas?


12
iCam Support / Re: Feature Request: iCam Dashboard Viewer Widget
« on: June 29, 2012, 05:28:15 PM »
Second this request

13
iCam Support / Auto Config Router
« on: March 28, 2012, 05:47:30 AM »
doesn't work anymore. When checked, it either says Connecting... or sometimes connects but only one cam shows.

Without auto-connect, all cams show very quickly and work fine except they might start to double up in the iphone app (two of each show up).

Tried the usual reboots of icam, mac, router, etc

Any help?


14
iCam Support / Re: Image resolution > 640x480?
« on: January 30, 2012, 06:02:45 AM »
The resolution restriction is only on Edge/3G, right?

There shouldn't be a resolution restriction over WiFi.

It's comical how many times I have tried to pinch to zoom when viewing a cam on iCam...

15
Network / IP Camera Compatibility / Re: Foscam FI8608W
« on: January 24, 2012, 08:21:26 PM »
yup. Bummer. The trend in cams is certainly to h.264 so I hope we get this sooner than later.


Pages: [1] 2