answersLogoWhite

0


Best Answer

180 Degrees. This is flat in the back of the camera.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Default value for camera sutter angle?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is default values of different primitive data types?

in integral data types default value=0 in decimal type default value is 0.0 in boolean default value is fa


What is default value of Boolean type variable?

False will be the default value of the boolean datatype in java


What is default value of formal arguments?

In C, there is no default value for formal parameters. In C++, there can be, but the value is whatever you declare in the function declaration.


What is the value of a Bruce sutter autographed baseball?

about 45.00 (not including age/authenticity of the ball)


What are the three components to data definition?

Type, name and initial value. If a value is not given and the type supports default construction, a default value is assigned.


What is the tangent of an angle a?

Angle a, by itself has no value. You must first assign a value to a to get the value of tan a.


What is the default value of a reference?

null


How is a default value set in MS Access?

When you provide a default value for a field in Access, Access will automatically insert this value into the field when a record is inserted that has no value (NULL) for this field. Default values are used when there is a sensible default for a field.


What is the difference between default and value in the configuration file of the Tibco admin?

Default is the value that has been given for a GV during design .But in Value field we can modifie the GV value during deployement.


What value is the one that a DBMS initially displays in a field?

a default value


What value is assigned to extern variable?

Default initial value of extern integral type variable is zero otherwise null.


What is the default value of integer in java?

According to the JLS, the default value of an int is 0. The default value of an object of type Integer is null. Of course, this applies only to class members fields, as local method-level fields must be explicitly assigned a value before use.