resource, dialogue, & projects wiki for the "Engaged Media Workshop" @ REMAP-TFT-UCLA
a module of Remapping-LA
Tools
From En_gag_e
[edit] Campaigr:
- Old documentation: [dont download from here]
- Current Wiki and development
- Download from here: http://wiki.urban.cens.ucla.edu/index.php?title=Campaignr_Installation_Files
- Try group A if that fails try Group B
- Also install sensorbase certificate on your phone, by navigating to : http://sensorbase.org/sensorbase.cer on your phone
- Create XML file copy to E:\DATA\Campaignr
- Example XML config for automatic:
<campaign name="ImageAuto">
<automatic>
<sensor type="timestamp"/>
<sensor type="cellid"/>
<sensor type="location"/>
<sensor type="imei"/>
<sensor type="image" />
<sensor type="text" name="author"><text>Vids</text></sensor>
<sensor type="text" name="isManual"><text>No</text></sensor>
<upload type="sensorbase.org">
<project id="173">
<table name="EngageSp08-01">
<field name="cellid" sensor="cellid"/>
<field name="GPS" sensor="location"/>
<field name="IMEI" sensor="imei"/>
<field name="timestamp" sensor="timestamp"/>
<field name="author" sensor="author"/>
<field name="image" sensor="image"/>
<field name="isManual" sensor="isManual"/>
</table>
</project>
</upload>
<interval>30</interval>
</automatic>
</campaign>
- Example for manual:
<campaign name="ManualImage">
<manual>
<sensor type="timestamp"/>
<sensor type="cellid"/>
<sensor type="location"/>
<sensor type="image"><viewfinder/></sensor>
<sensor type="text" name="author"><text>Vids</text></sensor>
<sensor type="text" name="isManual"><text>Yes</text></sensor>
<sensor type="tag" name="metadata">
<prompt>
Enter a tag:
</prompt>
</sensor>
<sensor type="imei"/>
<upload type="sensorbase.org">
<project id="173">
<table name="EngageSp08-01">
<field name="cellid" sensor="cellid"/>
<field name="GPS" sensor="location"/>
<field name="IMEI" sensor="imei"/>
<field name="image" sensor="image"/>
<field name="keywords" sensor="metadata"/>
<field name="author" sensor="author"/>
<field name="isManual" sensor="isManual"/>
<field name="timestamp" sensor="timestamp"/>
</table>
</project>
</upload>
</manual>
</campaign>
[edit] Sensorbase
- SensorBase provides you with a way to publish, share, and manage your sensor data : http://sensorbase.org/
- Most of you wont need an account but If you want your own account you need to email them but include me CC vids@ucla , and for the reason say engage class with REMAP film school
