Jump to content
Coding42

Codings Helmetcamera

Recommended Posts

CODI_CAM gives you the possibillity to watch a stream from a helmet camera of a friendly unit.
To view a unit you can open the map, hold control and rightclick the unit you want to view.

Distance, buildings and terrain intercept the quality of the videofeed.

ACE:
To watch a feed you need a CODI_CAM_Tablet.
To broadcast your view you need a CODI_CAM_Camera.

Missionmakers:
You can set the maximum distance by editing CODI_CAM_maxDist. (default: 2000)
You can also implement your own quality algorithm by setting
CODI_CAM_fnc_calculateQuality = {
    _a = _this select 0;
    _b = _this select 1;
    _maxDist = _this select 2;
    _return//should be between 0 and 1, 1 is good quality
};

 

Downloads

https://dl.dropboxusercontent.com/u/33115052/%40CODI_CAM.zip

http://www.armaholic.com/page.php?id=30269

Share this post


Link to post
Share on other sites
Guest

Thank you very much for informing us about your release :)

Release frontpaged on the Armaholic homepage.

news_download_a3_3.png

Codings Helmetcamera v1.0

** Armaholic now supports authors with donation button/links. When you have any donation/support links please contact me!

Share this post


Link to post
Share on other sites

New mod v1.0 available at withSIX. Download now by clicking:

banner-420x120.png

Hey Coding42 , you can upload updates or new mods to withSIX yourself now!

Make your own promo page, get the power to release your work at your own point of choosing.

To learn more, follow this guide.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×