-
Content Count
8 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Everything posted by irab88
-
Embed Axis 7010 Encoder Video Into Website
irab88 replied to rrdavid's topic in General Digital Discussion
also, if you rotated you image at all (ie- landscape to portrait), you'll need to adjust the display height and width: landscape: var ImageResolution = "704x480";var DisplayWidth = "480";var DisplayHeight = "704"; portrait: var ImageResolution = "704x480";var DisplayWidth = "704";var DisplayHeight = "480"; (otherwise, the image will stretch to fit) -
Embed Axis 7010 Encoder Video Into Website
irab88 replied to rrdavid's topic in General Digital Discussion
found it! do this: var Camera = "#"; change # to the camera number (1,2,3,4) -
Need a Video Server with more features
irab88 posted a topic in IP/Megapixel Cameras and Software Solutions
i'm getting into video servers, but my needs are pretty specific -either 8 or 16 output (would highly prefer 16) -able to rotate inputs (90* ccw, 90* cw, etc) -record video -compatible with most web browsers basically monitoring a place on the other side of a river, and the orientation of the cameras is such that i would need to view them in "portrait" instead of "landscape". everything is indoors. i'm wanting to know if there is a video server like this out there. i have a gv-vs04h geovision (from another project) that i'm using to test with, but it falls short in the above categories. thanks a bunch -
Need a Video Server with more features
irab88 replied to irab88's topic in IP/Megapixel Cameras and Software Solutions
and while it's not called "corridor format", axis servers (at least the 241q) have image rotate http://www.axis.com/files/manuals/um_241S_241Q_36455__en_0908.pdf (page 18) and i found the one i think will work perfectly: http://www.axis.com/files/datasheet/ds_m70_series_44396_en_1111_lo.pdf (the 16-output, m7010) -
Need a Video Server with more features
irab88 replied to irab88's topic in IP/Megapixel Cameras and Software Solutions
so after some researching, i found that it is only axis network cameras that support corridor format. crud. the search continues... -
Need a Video Server with more features
irab88 replied to irab88's topic in IP/Megapixel Cameras and Software Solutions
awesome, thanks. i'll look at some tomorrow exactly the camera is fixed sideways, and software is the only way to do it. but yeah, i'm surprised more video servers (or encoders?) don't already have that function a vertical image on a horizontal screen is fine. most of my images will be vertical (the rotated image) and viewed on a different computer depending where i am. also, resolution is not that important. 640x480 is plenty for my aplication yup! just rotated is all. nothing too fancy, i hope -
Need a Video Server with more features
irab88 replied to irab88's topic in IP/Megapixel Cameras and Software Solutions
yeah. example being: camera sees this: i want to see this: -
hey all, new guy here. i've been on forums long enough to know how to search, but i'm gonna ask here, too, in case anyone has some useful info or links i'm getting into video servers, but my needs are pretty specific -either 8 or 16 output (would highly prefer 16) -able to rotate inputs (90* ccw, 90* cw, etc) -record video -compatible with most web browsers thanks a bunch, and i hope to learn some new things here