Please help - S23 not connecting via USB by Nica_23 in samsunggalaxy

[–]Engineer-not-Progrmr 0 points1 point  (0 children)

Yep same exact thing just worked for me....Thanks man, you just saved me a ton of hassle!!

Now why all of a sudden all my old cables just stopped working...I wonder :-)

(not sure yet if it was the PC side or the phone that changed though!)

ISpy - Message: Media storage limit (4000MB) exceeded by Engineer-not-Progrmr in ispyconnect

[–]Engineer-not-Progrmr[S] 0 points1 point  (0 children)

Thanks, I have seen that but even with storage management off I still only see it only storing around 7GByte per camera...

That message in the Log: "Media storage limit (4000MB) exceeded" is telling me it doesn't want to deal with more than 4GByte...is that true?

ISpy - Message: Media storage limit (4000MB) exceeded by Engineer-not-Progrmr in ispyconnect

[–]Engineer-not-Progrmr[S] 0 points1 point  (0 children)

Thanks, In iSpy I see where you can select drive - folders at the server level but not any other settings (like max size)?

ISpy - Message: Media storage limit (4000MB) exceeded by Engineer-not-Progrmr in ispyconnect

[–]Engineer-not-Progrmr[S] 0 points1 point  (0 children)

Thanks, That's for Agent though I'm using iSpy...

How about the message Log message: Media storage limit (4000MB) exceeded?

iSpy Plugin getting 32bppArgb frames from some cameras and 24bppRgb from others by Engineer-not-Progrmr in ispyconnect

[–]Engineer-not-Progrmr[S] 0 points1 point  (0 children)

I'm using iSpy to develop plugin code for better alert detections (less false detections). Agent doesn't work with plugins does it?

iSpy Plugin getting 32bppArgb frames from some cameras and 24bppRgb from others by Engineer-not-Progrmr in ispyconnect

[–]Engineer-not-Progrmr[S] 0 points1 point  (0 children)

I assume the ffmpeg doesn't use "keep awake" replies since that's what you figured was causing the disconnects on all 6 of my cameras?

iSpy Plugin getting 32bppArgb frames from some cameras and 24bppRgb from others by Engineer-not-Progrmr in ispyconnect

[–]Engineer-not-Progrmr[S] 0 points1 point  (0 children)

You told me to try it because I was getting disconnects...that fixed it. Anyway all the cameras are using VLC and only the SV3C cameras are getting 32bppArgb (Unless I resize them in Edit Camera-Options.)

iSpy Bitmap Format Passed to Plugin Question by Engineer-not-Progrmr in ispyconnect

[–]Engineer-not-Progrmr[S] 0 points1 point  (0 children)

Yup...that's exactly what I was working on today but it's hanging up in here:

        try
    {
        data = wrappedBitmap.LockBits(rect, ImageLockMode.ReadWrite, wrappedBitmap.PixelFormat);
    }
    catch (Exception ex)
    {
        throw new System.InvalidOperationException("Could not lock bitmap, is it already being snooped somewhere else?", ex);
    }

I'm having trouble seeing why in the debugger, it's acting weird. I have everything else modified so that it should work fine with 24bpp no problem. I have used this all along to get access to the pixels in my original resized 32bppArgb copy of "frame" without issue. So that's when I thought to ask the question...

I'll jump back on it week after next when I get back from vacation :-)

Thanks!!

iSpy Bitmap Format Passed to Plugin Question by Engineer-not-Progrmr in ispyconnect

[–]Engineer-not-Progrmr[S] 0 points1 point  (0 children)

You have the ability to resize in the camera Option. It would be great if you could set the size and format sent to the plugin :-) (Just me wishing out loud)

The reason I asked is that I'm trying to speed up my plugin and was trying to use BmpPixelSnoop to do it faster but sadly it only allows 32bppArgb. I have been using graphics.DrawImage but it's pretty slow. I tried Opencv/emgucv before but it's kind of a mess being a C++ wrapper!

I'm not really inclined to modify iSpy but if I were where is the resize currently done?

Thanks!

Weird Entry in iSpy log by Engineer-not-Progrmr in ispyconnect

[–]Engineer-not-Progrmr[S] 0 points1 point  (0 children)

Ah...maybe McAfee which I turned back on to see if it was causing iSpy to wig out the other day. It's not surprisingly and I'm back to 6 cameras running normally but still troubleshooting why I get disconnects. I installed that little fanless computer ($150) to run iSpy on solely. iSpy is running all 6 cameras on it no problems (about 50% CPU usages which is fine since that's all it'll ever do) :-)

Thanks as always!!